Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
chore(vscode): extensions and settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 committed Jun 21, 2024
1 parent a3623af commit e59c3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"formulahendry.auto-rename-tag",
"mgmcdermott.vscode-language-babel",
"aaron-bond.better-comments",
"antfu.browse-lite",
"codium.codium",
"wallabyjs.console-ninja",
"pranaygp.vscode-css-peek",
Expand All @@ -22,13 +21,10 @@
"ms-vscode.js-debug-nightly",
"meezilla.json",
"kdl-org.kdl",
"ms-vscode.live-server",
"ms-vsliveshare.vsliveshare",
"leizongmin.node-module-intellisense",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"akhail.save-typing",
"jasonnutter.search-node-modules",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"mtxr.sqltools",
Expand All @@ -37,19 +33,9 @@
"pflannery.vscode-versionlens",
"dkundel.vscode-npm-source",
"antfu.vite",
"vitest.explorer",
"znck.vue",
"vue.volar",
"hollowtree.vue-snippets",
"wscats.vue",
"sdras.vue-vscode-snippets",
"febean.vue-format",
"ishiyama.vue-autoimport",
"ishiyama.vuejs-peek",
"silverfletcherr.vuetify-gotodocs",
"gaiyaobedmathias.vuetify-snippets",
"vuetifyjs.vuetify-vscode"
]
}


8 changes: 2 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "error",
"docker.languageserver.diagnostics.instructionWorkdirRelative": "error",
"editor.tabSize": 2,
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,
"eslint.format.enable": true,
"eslint.ignoreUntitled": true,
"files.eol": "\n",
Expand Down Expand Up @@ -88,9 +88,5 @@
"vue.format.style.initialIndent": true,
"vue.inlayHints.inlineHandlerLeading": true,
"vue.inlayHints.missingProps": true,
"vue.inlayHints.vBindShorthand": true,
"vue3snippets.semi": false,
"vue3snippets.trailingComma": "none",
"vue3snippets.vueIndentScriptAndStyle": true
"vue.inlayHints.vBindShorthand": true
}

0 comments on commit e59c3f8

Please sign in to comment.