mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* boilerplate for sql bindings extension * edit gulpfile task as it was trying to find specific menus within package.json
856 B
856 B
VS Code Extension Development
For working on the VS Code version of the package follow these steps for local development/testing.
- Copy the values from package.vscode.json into package.json (overwriting the properties with the same name there)
- Compile Azure Data Studio as normal and wait for it to finish
- Run
code <PathToAzureDataStudioSource>/extensions/sql-bindingsfrom the command line to open a new VS Code instance at thesql-bindingsfolder - Run the
Launch Extension in VS Codelaunch target from theRun and Debugview - This should launch an
Extension Development Hostversion of VS Code that is running the extension from sources.
If you have the compilation running as watch then once you make changes you can just reload the window to pick up the latest changes being made.