vscode: do not enable smart case search

in workspace settings. This comes down to user preference
and there's no particular reason to change this based on the workspace.
I found it confusing to have this non-default behavior
just for PX4 editing.
This commit is contained in:
Matthias Grob 2021-01-18 18:23:13 +01:00 committed by Daniel Agar
parent 77b21680fb
commit 36d15ada1c
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@
"${workspaceFolder}/build": true
},
"search.showLineNumbers": true,
"search.smartCase": true,
"telemetry.enableTelemetry": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.rightClickBehavior": "paste",