Skip to content

Commit 2b3912f

Browse files
authored
Fix markdown extension path (microsoft#154656)
Fixes microsoft#154645 Fixes microsoft#154653
1 parent 042e505 commit 2b3912f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extensions/markdown-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"engines": {
1111
"vscode": "^1.20.0"
1212
},
13-
"main": "./out/extension.node",
13+
"main": "./out/extension",
1414
"browser": "./dist/browser/extension",
1515
"categories": [
1616
"Programming Languages"

0 commit comments

Comments
 (0)