Clean up extension packaging (#5416)

* Clean up extension packaging

* Add sql image
This commit is contained in:
Charles Gagnon
2019-05-07 16:52:00 -07:00
committed by GitHub
parent 005808f003
commit da5076a4dc
16 changed files with 24 additions and 2714 deletions

1
extensions/cms/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.vsix

View File

@@ -0,0 +1,3 @@
out/test/**
src/**
tsconfig.json

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -5,6 +5,8 @@
"version": "0.1.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"icon": "images/sqlserver.png",
"engines": {
"vscode": "^1.25.0",
"sqlops": "*"