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 30f81fe commit 5fb279bCopy full SHA for 5fb279b
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "vscode-hackmd",
3
"displayName": "vscode-hackmd",
4
- "description": "Official HackMD VSCode extension",
5
- "version": "0.0.1",
+ "description": "The official Markdown VSCode extension",
+ "version": "0.1.0",
6
"engines": {
7
"vscode": "^1.36.0"
8
- },
+ },
9
+ "publisher": "HackMD",
10
"extensionDependencies": [
11
"bierner.markdown-preview-github-styles",
12
"bierner.markdown-emoji",
@@ -17,9 +18,6 @@
17
18
"categories": [
19
"Other"
20
],
- "activationEvents": [
21
- "onCommand:extension.helloWorld"
22
- ],
23
"main": "./dist/extension.js",
24
"contributes": {
25
"markdown.markdownItPlugins": true,
0 commit comments