Skip to content

Commit

Permalink
feat: update default extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
bk1012 committed Dec 26, 2024
1 parent 1a08936 commit d70326d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"vscode": [
{
"name": "typescript-language-features",
"version": "1.60.0"
"version": "1.88.1"
},
{
"name": "configuration-editing",
"version": "1.55.2"
"version": "1.88.1"
},
{
"name": "css",
Expand All @@ -20,7 +20,7 @@
},
{
"name": "emmet",
"version": "1.55.2"
"version": "1.88.1"
},
{
"name": "git",
Expand Down Expand Up @@ -152,7 +152,7 @@
"ms-vscode": [
{
"name": "js-debug",
"version": "1.67.2"
"version": "1.95.3"
}
],
"vscode-icons-team": [
Expand Down

0 comments on commit d70326d

Please sign in to comment.