- These folders contain sample VS Code extensions that demonstrate various extension APIs.
- Launch
npm installin terminal in the root folder to initialize all samples - Open the debug view and select the sample to launch
- set breakpoints inside a sample's
extension.tsto debug an extension - find output from your extension in the debug console
- you can relaunch a sample from the debug toolbar after changing code in
extension.ts - you can also reload (
Ctrl+RorCmd+Ron Mac) the VS Code window with your extension to load your changes
- you can open the full set of our API when you open the file node_modules/vscode/vscode.d.ts in each sample