Skip to content

Commit 7494dd9

Browse files
feat: remove deprecated activationEvents from VS Code extension
- Remove explicit activationEvents configuration - VS Code now auto-activates extensions based on contributes section - Fix indentation for main entry point
1 parent f52fdcf commit 7494dd9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/vscode-radiantscript/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"rxd",
2626
"glyph"
2727
],
28-
"activationEvents": [
29-
"onLanguage:radiantscript"
30-
],
31-
"main": "./out/extension.js",
28+
"main": "./out/extension.js",
3229
"contributes": {
3330
"languages": [
3431
{

0 commit comments

Comments
 (0)