mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
fixes #3122: Add snippet support to tasks.json
This commit is contained in:
21
extensions/tasks/package.json
Normal file
21
extensions/tasks/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user