vscode-concourse: add language icon

This commit is contained in:
Brian Malehorn
2022-09-08 22:59:27 -07:00
parent c51b97ad56
commit 58ce424f1c
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

@@ -73,7 +73,11 @@
"**/pipeline/*.yml"
],
"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",
@@ -87,7 +91,11 @@
"**/concourse/**/tasks/*.yml"
],
"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": [