Skip to content

Commit 7a98fbd

Browse files
committed
refactor(vscode): update activation events and remove unused language configuration
1 parent b27948e commit 7a98fbd

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

packages/vscode/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,9 @@
1919
"vscode": "^1.82.0"
2020
},
2121
"activationEvents": [
22-
"onStartupFinished"
22+
"onLanguage"
2323
],
2424
"contributes": {
25-
"languages": [
26-
{
27-
"id": "plaintext",
28-
"configuration": "./stub-language-configuration.json"
29-
}
30-
],
3125
"typescriptServerPlugins": [
3226
{
3327
"name": "@tsslint/typescript-plugin",

packages/vscode/stub-language-configuration.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)