mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 21:23:48 +00:00
21 lines
528 B
JSON
21 lines
528 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": "*"
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../gulpfile.plugins.js compile-plugin:tasks ./src/tsconfig.json"
|
|
},
|
|
"activationEvents": [
|
|
"onLanguage:json"
|
|
],
|
|
"main": "./out/tasksMain",
|
|
"contributes": {
|
|
}
|
|
} |