Merge pull request #839 from bmalehorn/vscode-concourse-icon

vscode-concourse: add language icon for pipelines & tasks
This commit is contained in:
Martin Lippert
2022-09-09 10:59:45 +02:00
committed by GitHub
2 changed files with 27 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -75,7 +75,11 @@
"**/pipeline/*.yaml"
],
"firstLine": "^#(\\s)*pipeline(\\s)*",
"configuration": "./yaml-support/language-configuration.json"
"configuration": "./yaml-support/language-configuration.json",
"icon": {
"light": "./icon.png",
"dark": "./icon-white.svg"
}
},
{
"id": "concourse-task-yaml",
@@ -93,7 +97,11 @@
"**/concourse/**/tasks/*.yaml"
],
"firstLine": "^#(\\s)*task(\\s)*",
"configuration": "./yaml-support/language-configuration.json"
"configuration": "./yaml-support/language-configuration.json",
"icon": {
"light": "./icon.png",
"dark": "./icon-white.svg"
}
}
],
"grammars": [