Files
azuredatastudio/samples/sqlservices
Aditya Bist 6b2c409cff Feature: Tasks (core) (#12184)
* initial

* string sanitize

* hygiene

* build task

* added build task

* hygiene

* initial tasks view

* finished tasks

* add sql carbon tags and undo changes

* remove task message

* fix tasks tests

* removed extension stuff

* add problem matcher

* remove extra space

* undo extension changes

* add problem matcher to mssql
2020-11-04 13:07:20 -08:00
..
2020-11-04 13:07:20 -08:00
2018-04-13 15:59:18 -07:00
2018-04-13 15:59:18 -07:00
2020-06-17 12:34:38 -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.

Run the following commands to produce an extension installation package

  • yarn install - to install the dependencies
  • yarn build - to build the code
  • vsce package - to produce an extension installation package