Skip to content

Commit

Permalink
chore(vscode): upgrade vscode engine (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 14, 2024
1 parent 76bd3de commit 8cd8f97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
52 changes: 29 additions & 23 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"homepage": "https://bloclibrary.dev",
"engines": {
"vscode": "^1.56.0"
"vscode": "^1.75.0"
},
"categories": [
"Snippets",
Expand All @@ -29,7 +29,6 @@
],
"icon": "assets/logo.png",
"activationEvents": [
"onCommand:extension.new-bloc",
"workspaceContains:**/pubspec.yaml"
],
"main": "./dist/extension",
Expand Down

0 comments on commit 8cd8f97

Please sign in to comment.