Skip to content

Commit 61357bd

Browse files
committed
feat(vscode-extension): add language support for quickmock with custom file icon
1 parent 1cc4bc7 commit 61357bd

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

3.69 KB
Loading

packages/vscode-extension/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@
6565
"onStartupFinished"
6666
],
6767
"contributes": {
68+
"languages": [
69+
{
70+
"id": "quickmock",
71+
"extensions": [
72+
".qm"
73+
],
74+
"icon": {
75+
"light": "./assets/file-logo.png",
76+
"dark": "./assets/file-logo.png"
77+
}
78+
}
79+
],
6880
"customEditors": [
6981
{
7082
"viewType": "quickmock.editor",

0 commit comments

Comments
 (0)