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 ea469c6 commit 04b5923Copy full SHA for 04b5923
package.json
@@ -54,10 +54,6 @@
54
]
55
},
56
"comment": "oniguruma ~7.0.2",
57
- "main": "./dist/extension.js",
58
- "activationEvents": [
59
- "onLanguage:dhall"
60
- ],
61
"devDependencies": {
62
"@types/node": "^11.15.31",
63
"@types/vscode": "^1.49.0",
@@ -70,8 +66,5 @@
70
66
"vscode:prepublish": "tsc && test -f ./syntaxes/dhall.tmLanguage.json && bash ./scripts/run-tests.sh",
71
67
"prepare": "tsc && node dist/typescript/dhall-tmlanguage.js > ./syntaxes/dhall.tmLanguage.json",
72
68
"test": "bash ./scripts/run-tests.sh"
73
- },
74
- "dependencies": {
75
- "open": "^7.3.0"
76
69
}
77
src/extension.ts
0 commit comments