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 cafa009 commit 5e70b3dCopy full SHA for 5e70b3d
package.json
@@ -41,6 +41,20 @@
41
],
42
"main": "./dist/extension.js",
43
"contributes": {
44
+ "configuration": {
45
+ "title": "HackMD",
46
+ "properties": {
47
+ "Hackmd.serverURL": {
48
+ "type": "string",
49
+ "default": "https://hackmd.io/",
50
+ "markdownDescription": "Specify the self-hosted server URL for HackMD EE or CodiMD."
51
+ },
52
+ "Hackmd.enterprise": {
53
+ "type": "boolean",
54
+ "description": "Check this if you are connecting to HackMD Enterprise server which contains more features."
55
+ }
56
57
58
"markdown.markdownItPlugins": true,
59
"markdown.previewScripts": [
60
"./dist/page.js"
@@ -183,4 +197,4 @@
183
197
"node-fetch": "^2.6.0",
184
198
"string": "git+ssh://git@github.com/hackmdio/string.js.git#a68176b3d"
185
199
}
186
-}
200
+}
0 commit comments