Skip to content

Commit b9f4f33

Browse files
committed
Make webpack vsix work
As per #172
1 parent 2dbb029 commit b9f4f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"theme": "dark"
2525
},
2626
"activationEvents": ["onLanguage:haskell", "onLanguage:literate haskell"],
27-
"main": "./out/src/extension",
27+
"main": "./dist/extension",
2828
"contributes": {
2929
"languages": [
3030
{

0 commit comments

Comments
 (0)