Add quickfix for missing properties in concourse editor
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user