mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "tasks",
|
|
"description": "Extension to add support for tasks.json files",
|
|
"displayName": "Tasks.json support for VSCode",
|
|
"version": "0.10.1",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"publisher": "vscode",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"dependencies": {
|
|
"vscode-nls": "^1.0.4"
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:tasks ./src/tsconfig.json"
|
|
},
|
|
"activationEvents": [
|
|
"onLanguage:json"
|
|
],
|
|
"main": "./out/tasksMain",
|
|
"contributes": {
|
|
}
|
|
} |