Skip to content

Commit

Permalink
fix(vscode): add vue.server settings in settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Aug 22, 2024
1 parent e80cfd2 commit 166a8cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
// Vue-tsc imports
"vue.server.hybridMode": true,
"vue.server.includeLanguages": [
"vue",
"markdown"
],

// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down

0 comments on commit 166a8cd

Please sign in to comment.