From abcea5f2783a8feb2331aacb3b6506c1514be506 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Mon, 11 Dec 2023 01:20:49 -0400 Subject: T5803: Migrate vscode settings to new value and clean up .gitattributes 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. (cherry picked from commit 75e914c4dff0359988e5f500ae63f882ae6813e7) --- .gitattributes | 5 ----- 1 file changed, 5 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 624e00f03..1d79e0804 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 -- cgit v1.2.3