Skip to content

Commit

Permalink
[vscode] Disable search.followSymlinks
Browse files Browse the repository at this point in the history
This avoids search results being duplicated due to symlinks between different sub-directories
  • Loading branch information
ksperling-apple committed Apr 18, 2023
1 parent 8deb4ff commit 24f1bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,6 @@
"files.trimFinalNewlines": true,
"C_Cpp.default.cppStandard": "gnu++14",
"C_Cpp.default.cStandard": "gnu11",
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"search.followSymlinks": false
}

0 comments on commit 24f1bb8

Please sign in to comment.