mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Initial commit of Database Projects extension (#8540)
* Initial commit of Database Projects extension * Removing unused references, correcting license, tabs -> spaces in package.json * cleaning up linter errors
This commit is contained in:
@@ -193,7 +193,7 @@ const externalExtensions = [
|
||||
// This is the list of SQL extensions which the source code is included in this repository, but
|
||||
// they get packaged separately. Adding extension name here, will make the build to create
|
||||
// a separate vsix package for the extension and the extension will be excluded from the main package.
|
||||
// Any extension not included here, will be installed by default.
|
||||
// Any extension not included here will be installed by default.
|
||||
'admin-tool-ext-win',
|
||||
'agent',
|
||||
'import',
|
||||
@@ -203,7 +203,8 @@ const externalExtensions = [
|
||||
'schema-compare',
|
||||
'cms',
|
||||
'query-history',
|
||||
'liveshare'
|
||||
'liveshare',
|
||||
'database-project'
|
||||
];
|
||||
const builtInExtensions = process.env['VSCODE_QUALITY'] === 'stable' ? require('../builtInExtensions.json') : require('../builtInExtensions-insiders.json');
|
||||
// {{SQL CARBON EDIT}} - End
|
||||
|
||||
@@ -229,7 +229,7 @@ const externalExtensions = [
|
||||
// This is the list of SQL extensions which the source code is included in this repository, but
|
||||
// they get packaged separately. Adding extension name here, will make the build to create
|
||||
// a separate vsix package for the extension and the extension will be excluded from the main package.
|
||||
// Any extension not included here, will be installed by default.
|
||||
// Any extension not included here will be installed by default.
|
||||
'admin-tool-ext-win',
|
||||
'agent',
|
||||
'import',
|
||||
@@ -239,7 +239,8 @@ const externalExtensions = [
|
||||
'schema-compare',
|
||||
'cms',
|
||||
'query-history',
|
||||
'liveshare'
|
||||
'liveshare',
|
||||
'database-project'
|
||||
];
|
||||
|
||||
interface IBuiltInExtension {
|
||||
|
||||
Reference in New Issue
Block a user