Skip to content

Commit f5a5ccd

Browse files
committed
update target vscode version
1 parent fddb673 commit f5a5ccd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "rich-markdown-editor",
33
"displayName": "Rich Markdown Editor",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Edit markdown files in preview mode with a rich text editor",
66
"main": "./out/extension.js",
77
"browser": "./out/extension.js",
88
"engines": {
9-
"vscode": "^1.52.0"
9+
"vscode": "^1.75"
1010
},
1111
"publisher": "patmood",
1212
"repository": {
@@ -16,9 +16,6 @@
1616
"bugs": {
1717
"url": "https://github.com/patmood/rich-markdown-editor-vsc/issues"
1818
},
19-
"activationEvents": [
20-
"onCustomEditor:markdownCustom.richMarkdownEditor"
21-
],
2219
"icon": "./icon.png",
2320
"contributes": {
2421
"customEditors": [

0 commit comments

Comments
 (0)