Skip to content

Commit

Permalink
chore: update vscoe setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tymon42 committed Aug 24, 2023
1 parent 18adfc2 commit 8fbfff3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"willjleong.nuxt-typescript-snippets",
"allanoricil.nuxt-vscode-extension",
"dbaeumer.vscode-eslint",
"redjue.git-commit-plugin",
"seatonjiang.gitmoji-vscode",
"eamodio.gitlens"
],
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"nuxt.isNuxtApp": false,
"nuxt.isNuxtApp": true,
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 8fbfff3

Please sign in to comment.