Skip to content

Commit

Permalink
T5803: Migrate vscode settings to new value and clean up .gitattributes
Browse files Browse the repository at this point in the history
Update VSCode settings for "editor.wordBasedSuggestions". It has
changed from boolean to enum. The value "off" is the same as previous
value of `false`.

Also remove stray duplicate entries in .gitattributes.
  • Loading branch information
indrajitr committed Dec 11, 2023
1 parent e7cf5af commit 75e914c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,3 @@
.gitkeep export-ignore
*.pyc binary export-ignore
*.pyo binary export-ignore

#
# Enable syntax highlighting for VSCode settings
#
.vscode/settings.json linguist-language=jsonc
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"*.xml.in": "xml",
},
"[jinja]": {
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": "off"
},
// https://code.visualstudio.com/docs/python/settings-reference
"python.analysis.extraPaths": [
Expand Down

0 comments on commit 75e914c

Please sign in to comment.