Files
azuredatastudio/samples/sqlservices
dependabot[bot] 9c876f869a Bump acorn from 5.7.3 to 5.7.4 in /samples/sqlservices (#9865)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-06 19:38:19 -07:00
..
2020-01-06 15:37:09 -08:00
2020-01-06 15:37:09 -08:00
2020-01-06 15:37:09 -08:00
2018-04-13 15:59:18 -07:00
2018-04-13 15:59:18 -07:00
2018-04-13 15:59:18 -07:00

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.