mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Clean up extension packaging (#5416)
* Clean up extension packaging * Add sql image
This commit is contained in:
1
extensions/cms/.gitignore
vendored
Normal file
1
extensions/cms/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.vsix
|
||||
@@ -0,0 +1,3 @@
|
||||
out/test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
|
||||
BIN
extensions/cms/images/sqlserver.png
Normal file
BIN
extensions/cms/images/sqlserver.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -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": "*"
|
||||
|
||||
Reference in New Issue
Block a user