mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
Update sqlservices example for new webview messages API (#1569)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
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.
|
||||
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 `sqlops` API typings for local development: `gulp copytypings`
|
||||
- Install dependencies: `npm install`
|
||||
- Compile: `gulp compile` or `gulp watch` to automatically recompile changes
|
||||
- Package: `gulp package`. The packaged .vsix will be placed at `out/sqlservices.vsix`.
|
||||
|
||||
Reference in New Issue
Block a user