Skip to content

Commit b2c66c2

Browse files
committed
Update the minimum required VSCode version from 1.43 to 1.75, in order to remove the informational note about the activation event being unnecessary.
VSCode 1.75 was released 2 years ago (1/2023), so it's not recent.
1 parent c848389 commit b2c66c2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@
2626
"bff"
2727
],
2828
"engines": {
29-
"vscode": "^1.43.0"
29+
"vscode": "^1.75.0"
3030
},
31-
"activationEvents": [
32-
"onLanguage:fastbuild"
33-
],
3431
"main": "./client/out/extension",
3532
"contributes": {
3633
"languages": [

0 commit comments

Comments
 (0)