Browse Source

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.
release/1.12
Matthias Grob 4 years ago committed by Daniel Agar
parent
commit
36d15ada1c
  1. 1
      .vscode/settings.json

1
.vscode/settings.json vendored

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

Loading…
Cancel
Save