Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Feb 21, 2024
1 parent 9a34bfd commit 33b00e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/ide-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Below is the recommended settings for VS Code to ignore Unity's autogenerated me
"**/*.meta": true
},
"editor.wordWrap": "on",
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"editor.suggest.showWords": false,
"editor.bracketPairColorization.enabled": false,
"editor.semanticTokenColorCustomizations": {
"enabled": true,
Expand Down

0 comments on commit 33b00e1

Please sign in to comment.