forked from Archive/PX4-Autopilot
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:
parent
77b21680fb
commit
36d15ada1c
|
@ -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…
Reference in New Issue