Add quickfix for missing properties in concourse editor

This commit is contained in:
Kris De Volder
2017-04-11 17:08:03 -07:00
parent 7e2f6a6c9c
commit aee00fb487
40 changed files with 721 additions and 165 deletions

View File

@@ -28,6 +28,12 @@
"onLanguage:concourse-task-yaml"
],
"contributes": {
"commands": [
{
"command": "mycommand.sayHello",
"title": "Say Hello"
}
],
"languages": [
{
"id": "concourse-pipeline-yaml",
@@ -84,7 +90,7 @@
},
"devDependencies": {
"vsce": "^1.17.0",
"typescript": "^2.0.x",
"typescript": "^2.2.x",
"@types/node": "^6.0.40",
"vscode": "^1.0.0"
}