mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
This reverts commit 53a081262d.
This commit is contained in:
committed by
Charles Gagnon
parent
c1e95a2246
commit
143b70c6a8
@@ -200,7 +200,8 @@ const sqlBuiltInExtensions = [
|
||||
'dacpac',
|
||||
'schema-compare',
|
||||
'cms',
|
||||
'query-history'
|
||||
'query-history',
|
||||
'resource-deployment'
|
||||
];
|
||||
const builtInExtensions = process.env['VSCODE_QUALITY'] === 'stable' ? require('../builtInExtensions.json') : require('../builtInExtensions-insiders.json');
|
||||
// {{SQL CARBON EDIT}} - End
|
||||
|
||||
@@ -230,13 +230,15 @@ 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'
|
||||
'query-history',
|
||||
'resource-deployment'
|
||||
];
|
||||
|
||||
interface IBuiltInExtension {
|
||||
|
||||
Reference in New Issue
Block a user