Skip to content

Commit

Permalink
Update VSCode settings for explicit code actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jan 2, 2024
1 parent 7363b05 commit 3a363ee
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"editor.formatOnSave": true,
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true,
"source.organizeImports": true,
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"eslint.validate": [
"javascript",
Expand All @@ -24,8 +24,11 @@
"Hexnet",
"keybind",
"Lategame",
"lethalcompany",
"lethalmodding",
"lightswitch",
"malco",
"modders",
"notnotnotswipez",
"Pople",
"quackandcheese",
Expand All @@ -35,7 +38,8 @@
"teleporter",
"Thunderstore",
"tinyhoot",
"walkie"
"walkie",
"Zeekerss"
],
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down

0 comments on commit 3a363ee

Please sign in to comment.