 and typingHello World. - Set breakpoints in your code inside
src/extension.tsto debug your extension. - Find output from your extension in the debug console.
- You can relaunch the extension from the debug toolbar after changing code in
src/extension.ts. - You can also reload (
Ctrl+RorCmd+Ron Mac) the VS Code window with your extension to load your changes.
- Follow UX guidelines to create extensions that seamlessly integrate with VS Code's native interface and patterns.
- Publish your extension on the VS Code extension marketplace.
- Automate builds by setting up Continuous Integration.