Move vscode from dependencies to devDependencies (#7864)

* Update package.json

Move vscode out of dependencies

* Change extensions.js
This commit is contained in:
Amir Omidi
2019-10-21 14:20:46 -07:00
committed by GitHub
parent 143b70c6a8
commit a646af2ad2
3 changed files with 4 additions and 7 deletions

View File

@@ -230,15 +230,13 @@ const sqlBuiltInExtensions = [
// the extension will be excluded from SQLOps package and will have separate vsix packages
'admin-tool-ext-win',
'agent',
'big-data-cluster',
'import',
'profiler',
'admin-pack',
'dacpac',
'schema-compare',
'cms',
'query-history',
'resource-deployment'
'query-history'
];
interface IBuiltInExtension {