Skip to content

Commit

Permalink
chore: migrate vscode settings (#26265)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 13, 2023
1 parent b52cfab commit 15d3b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -9,7 +9,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[md]": {
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": "off"
},
"files.associations": {
"Dockerfile.*": "dockerfile",
Expand All @@ -21,6 +21,6 @@
"npm.packageManager": "pnpm",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit 15d3b4f

Please sign in to comment.