We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc4bc7 commit 61357bdCopy full SHA for 61357bd
2 files changed
packages/vscode-extension/assets/file-logo.png
3.69 KB
packages/vscode-extension/package.json
@@ -65,6 +65,18 @@
65
"onStartupFinished"
66
],
67
"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
80
"customEditors": [
81
{
82
"viewType": "quickmock.editor",
0 commit comments