Skip to content

Commit

Permalink
Update extension recommendation for vitest.explorer (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Feb 24, 2024
1 parent 5e8ace7 commit 30523a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"ms-azuretools.vscode-docker",
"ms-playwright.playwright",
"svelte.svelte-vscode",
"vscjava.vscode-gradle",
"zixuanchen.vitest-explorer"
"vitest.explorer",
"vscjava.vscode-gradle"
],
"unwantedRecommendations": [
"googlecloudtools.cloudcode",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"vscodevim.vim"
]
}

0 comments on commit 30523a9

Please sign in to comment.