mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
- Upate vscode-nls to 4.0.0 in notebook extension. Should be fix for Insiders build failure due to localization package failing - Updated samples to remove as vscode-nls if not needed, or update if still needed - Updated samples using `npm audit fix` - Fixed compile errors in all the samples
This is a sample extension that will show some basic model-backed UI scenarios. The long-term goal is to use SQL Service querying (e.g. see if Agent and other services are running) and visualize in interesting ways. Additional suggestions for improving this sample are welcome.
Useful development commands
- Download
sqlopsAPI typings for local development:gulp copytypings - Install dependencies:
npm install - Compile:
gulp compileorgulp watchto automatically recompile changes - Package:
gulp package. The packaged .vsix will be placed atout/sqlservices.vsix.