We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddb673 commit f5a5ccdCopy full SHA for f5a5ccd
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "rich-markdown-editor",
3
"displayName": "Rich Markdown Editor",
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"description": "Edit markdown files in preview mode with a rich text editor",
6
"main": "./out/extension.js",
7
"browser": "./out/extension.js",
8
"engines": {
9
- "vscode": "^1.52.0"
+ "vscode": "^1.75"
10
},
11
"publisher": "patmood",
12
"repository": {
@@ -16,9 +16,6 @@
16
"bugs": {
17
"url": "https://github.com/patmood/rich-markdown-editor-vsc/issues"
18
19
- "activationEvents": [
20
- "onCustomEditor:markdownCustom.richMarkdownEditor"
21
- ],
22
"icon": "./icon.png",
23
"contributes": {
24
"customEditors": [
0 commit comments