Revert "fixes #3122: Add snippet support to tasks.json"

This reverts commit 8004d277b7.
This commit is contained in:
Joao Moreno
2016-02-24 15:01:08 +01:00
parent 9c5cefb6c8
commit 856fb0bd1b
9 changed files with 196 additions and 226 deletions

View File

@@ -1,21 +0,0 @@
{
"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": {
}
}