mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Move vscode from dependencies to devDependencies (#7864)
* Update package.json Move vscode out of dependencies * Change extensions.js
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user