From 36d15ada1c88a42da5aba75101ed48be9876d890 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 18 Jan 2021 18:23:13 +0100 Subject: [PATCH] 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. --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dea2ca642a..5ded130f74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -128,7 +128,6 @@ "${workspaceFolder}/build": true }, "search.showLineNumbers": true, - "search.smartCase": true, "telemetry.enableTelemetry": false, "terminal.integrated.copyOnSelection": true, "terminal.integrated.rightClickBehavior": "paste",