Skip to content

Commit

Permalink
Update editor.wordBasedSuggestions for VS Code 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-kadam committed Dec 13, 2023
1 parent 0ee9cab commit a084b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/recommended-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ There are some settings in VS Code that you may wish to change from the defaults
"editor.tabCompletion": "onlySnippets",

// By default, VS Code will populate code completion with words found in the
// current file when a language service does not provide its own completions.
// matching documents when a language service does not provide its own completions.
// This results in code completion suggesting words when editing comments and
// strings. This setting will prevent that.
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
}
}
```

0 comments on commit a084b4b

Please sign in to comment.