mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* updates for English XLF files * added xml-language-features * another update to sql.xlf * changed locproject entry to match new format.
29 lines
854 B
JSON
29 lines
854 B
JSON
{
|
|
"name": "xml-language-features",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "Microsoft",
|
|
"engines": {
|
|
"vscode": "^1.20.0"
|
|
},
|
|
"main": "./out/extension",
|
|
"categories": [
|
|
"Programming Languages"
|
|
],
|
|
"activationEvents": [
|
|
"onLanguage:sql",
|
|
"onLanguage:xml"
|
|
],
|
|
"scripts": {
|
|
"compile": "gulp compile-extension:markdown-language-features && npm run build-preview",
|
|
"watch": "npm run build-preview && gulp watch-extension:markdown-language-features",
|
|
"vscode:prepublish": "npm run build-ext && npm run build-preview",
|
|
"build-ext": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:markdown-language-features ./tsconfig.json",
|
|
"build-preview": "webpack --mode development"
|
|
},
|
|
"dependencies": {
|
|
"tsxml": "^0.1.0"
|
|
}
|
|
}
|