mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
1.1 KiB
1.1 KiB
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)
- Delete the following properties (this includes their arrays of values as well) from the
contributes/menusproperty in the package.jsonobjectExplorer/item/contextdataExplorer/contextdashboard/toolbar
- Compile Azure Data Studio as normal and wait for it to finish
- Run
code <PathToAzureDataStudioSource>/extensions/sql-database-projectsfrom the command line to open a new VS Code instance at thesql-database-projectsfolder - 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.