mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Additions to sqlLocalizedExtensions (#15490)
* additions to sqlLocalizedExtensions * remove azdata from sqlLocalizedExtensions * fix extension files to work with nls.metadata.json function (required)
This commit is contained in:
@@ -26,8 +26,17 @@ const ext = require('./lib/extensions');
|
|||||||
const extensionsPath = path.join(path.dirname(__dirname), 'extensions');
|
const extensionsPath = path.join(path.dirname(__dirname), 'extensions');
|
||||||
// {{SQL CARBON EDIT}}
|
// {{SQL CARBON EDIT}}
|
||||||
const sqlLocalizedExtensions = [
|
const sqlLocalizedExtensions = [
|
||||||
|
'admin-tool-ext-win',
|
||||||
|
'agent',
|
||||||
|
'cms',
|
||||||
'dacpac',
|
'dacpac',
|
||||||
'schema-compare'
|
'import',
|
||||||
|
'machine-learning',
|
||||||
|
'profiler',
|
||||||
|
'schema-compare',
|
||||||
|
'server-report',
|
||||||
|
'sql-assessment',
|
||||||
|
'sql-database-projects'
|
||||||
];
|
];
|
||||||
// {{SQL CARBON EDIT}}
|
// {{SQL CARBON EDIT}}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"extends": "../shared.tsconfig.json",
|
"extends": "../shared.tsconfig.json",
|
||||||
"compileOnSave": true,
|
"compileOnSave": true,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"outDir": "./out",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"lib": [
|
"lib": [
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
client/src/**
|
src/**
|
||||||
client/tsconfig.json
|
tsconfig.json
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"main": "./client/out/main",
|
"main": "./out/main",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "gulp compile-extension:profiler-client"
|
"compile": "gulp compile-extension:profiler-client"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||||
*--------------------------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/// <reference path='../../../../../src/vs/vscode.d.ts'/>
|
/// <reference path='../../../../src/vs/vscode.d.ts'/>
|
||||||
/// <reference path='../../../../../src/sql/azdata.d.ts'/>
|
/// <reference path='../../../../src/sql/azdata.d.ts'/>
|
||||||
/// <reference path='../../../../../src/sql/azdata.proposed.d.ts'/>
|
/// <reference path='../../../../src/sql/azdata.proposed.d.ts'/>
|
||||||
/// <reference types='@types/node'/>
|
/// <reference types='@types/node'/>
|
||||||
Reference in New Issue
Block a user