Skip to content

Commit

Permalink
fix: vsce latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Aug 2, 2024
1 parent 200beae commit cecea30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"icon": "images/icon.png",
"license": "MIT",
"engines": {
"vscode": ">=1.82.0"
"vscode": ">=1.91.0"
},
"categories": [
"Programming Languages",
Expand All @@ -26,6 +26,9 @@
"url": "https://github.com/nix-community/vscode-nix-ide"
},
"main": "dist/extension.js",
"activationEvents": [
"onStartupFinished"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit cecea30

Please sign in to comment.