Files
azuredatastudio/samples/sqlservices
Leila Lali 9bf4a4b18c Added node selectdEvent (#2153)
* Added model view tree node selectedEvent
2018-08-06 13:19:37 -07:00
..
2018-04-13 15:59:18 -07:00
2018-04-13 15:59:18 -07:00
2018-08-06 13:19:37 -07: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
2018-08-06 13:19:37 -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.