Skip to content

Commit

Permalink
chore(dev): update vscode settings and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c authored Jul 23, 2023
1 parent 35c7be5 commit fa614c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ms-vscode.js-debug-nightly",
"yzhang.markdown-all-in-one",
"christian-kohler.path-intellisense",
"rome.rome"
"rome.rome",
"zixuanchen.vitest-explorer"
],
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
}
},
"testing.automaticallyOpenPeekView": "never"
}

0 comments on commit fa614c7

Please sign in to comment.