We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a087398 commit c041c65Copy full SHA for c041c65
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "confluence-markup",
3
"displayName": "Confluence markup",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"publisher": "denco",
6
"description": "Confluence markup language support for Visual Studio Code",
7
"keywords": [
@@ -73,12 +73,14 @@
73
74
"command": "confluence.showPreview",
75
"key": "ctrl+shift+v",
76
- "mac": "cmd+shift+v"
+ "mac": "cmd+shift+v",
77
+ "when": "resourceLangId == confluence"
78
},
79
80
"command": "confluence.showPreviewToSide",
81
"key": "ctrl+k v",
- "mac": "cmd+k v"
82
+ "mac": "cmd+k v",
83
84
}
85
],
86
"commands": [
0 commit comments