# VS Code Can Do That - Workshop

## Main

- [VS Code Can Do That Workshop](https://burkeholland.gitbook.io/vs-code-can-do-that/master.md): Turn your editor up to 11
- [Essential Keyboard Shortcuts](https://burkeholland.gitbook.io/vs-code-can-do-that/essential-keyboard-shortcuts.md)
- [Customizing The Editor](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/before-you-start.md)
- [Switch themes](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/switch-themes.md)
- [Install a new icon theme](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/install-a-new-icon-theme.md)
- [Switch fonts](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/switch-fonts.md)
- [Editor tweaks](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/editor-tweaks.md)
- [Change default Settings view](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/change-default-settings-view.md)
- [Easily identify editor instances](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/easily-identify-editor-instances.md)
- [Productivity Tricks](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-2-productivity-tricks/before-you-start.md)
- [Essential navigation shortcuts](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-2-productivity-tricks/essential-navigation-shortcuts.md)
- [Creating HTML with Emmet](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-2-productivity-tricks/creating-html-with-emmet.md)
- [Styling with Emmet](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-2-productivity-tricks/styling-with-emmet.md)
- [Update image sizes](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-2-productivity-tricks/update-image-sizes.md)
- [Navigation And Refactoring](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/before-you-start.md)
- [Moving, Duplicating and Deleting](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/moving-duplicating-and-deleting.md)
- [Folding sections](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/folding-sections.md)
- [Multiple cursors](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/multiple-cursors.md)
- [Rename refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/rename-refactor.md)
- [Finding things](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/finding-things.md)
- [Extract refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-3-navigation-and-refactoring/extract-refactor.md)
- [Debugging](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/before-you-start.md)
- [Simple debugging](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/simple-debugging.md)
- [Simple launch config](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/simple-launch-config.md)
- [Auto attach](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/auto-attach.md)
- [Debugging browser apps](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/debugging-browser-apps.md)
- [Compound debug configurations](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/compound-debug-configurations.md)
- [Docker](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-5-docker/untitled.md)
- [Dockerizing an application](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-5-docker/dockerizing-an-application.md)
- [Running and inspecting images](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-5-docker/running-and-inspecting-images.md)
- [Docker compose](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-5-docker/docker-compose.md)
- [Debugging Docker containers](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-5-docker/debugging-docker-containers.md)
- [Remote Development](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-6-remote-development/before-you-start.md)
- [Create a remote container](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-6-remote-development/create-a-remote-container.md)
- [Create a new function in the container](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-6-remote-development/create-a-new-function-in-the-container.md)
- [Handling extensions](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-6-remote-development/handling-extensions.md)
- [Working with data](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-7-working-with-data/before-you-start.md)
- [Working with MongoDB](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-7-working-with-data/working-with-mongodb.md)
- [Working with SQLite](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-7-working-with-data/working-with-sqlite.md)
- [Working with MySQL](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-7-working-with-data/working-with-mysql.md)
- [Git and source control](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-8-git-and-source-control/before-you-start.md)
- [Cloning repos with VS Code](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-8-git-and-source-control/cloning-repos-with-vs-code.md)
- [Common Git workflows](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-8-git-and-source-control/common-git-workflows.md)
- [Branching and merge conflicts](https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-8-git-and-source-control/branching-and-merge-conflicts.md)

## 1.0.0

- [Introduction](https://burkeholland.gitbook.io/vs-code-can-do-that/master/master.md): These exercises are part of the "VS Code Can Do That" workshop from Front End Masters.
- [Essential Keyboard Shortcuts](https://burkeholland.gitbook.io/vs-code-can-do-that/master/essential-keyboard-shortcuts.md)
- [Before you start](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/before-you-start.md)
- [Switch themes](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/switch-themes.md)
- [Install a new icon theme](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/install-a-new-icon-theme.md)
- [Switch fonts](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/switch-fonts.md)
- [Editor tweaks](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/editor-tweaks.md)
- [Change default Settings view](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/change-default-settings-view.md)
- [Easily identify editor instances](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-1-1/easily-identify-editor-instances.md)
- [Before you start](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-2-productivity-tricks/before-you-start.md)
- [Essential navigation shortcuts](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-2-productivity-tricks/essential-navigation-shortcuts.md)
- [Creating HTML with Emmet](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-2-productivity-tricks/creating-html-with-emmet.md)
- [Styling with Emmet](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-2-productivity-tricks/styling-with-emmet.md)
- [Update image sizes](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-2-productivity-tricks/update-image-sizes.md)
- [Before you start](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/before-you-start.md)
- [Moving, Duplicating and Deleting](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/moving-duplicating-and-deleting.md)
- [Folding sections](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/folding-sections.md)
- [Multiple cursors](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/multiple-cursors.md)
- [Rename refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/rename-refactor.md)
- [Finding things](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/finding-things.md)
- [Extract refactor](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-3-navigation-and-refactoring/extract-refactor.md)
- [Before you start](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/before-you-start.md)
- [Simple debugging](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/simple-debugging.md)
- [Simple launch config](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/simple-launch-config.md)
- [Auto attach](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/auto-attach.md)
- [Debugging browser apps](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/debugging-browser-apps.md)
- [Compound debug configurations](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-4-debugging/compound-debug-configurations.md)
- [Untitled](https://burkeholland.gitbook.io/vs-code-can-do-that/master/exercise-5-docker/untitled.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://burkeholland.gitbook.io/vs-code-can-do-that/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
