From 995265c95e68ade52eef8e4df1e079ac4a9b2bb6 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 27 May 2022 17:27:09 -0500 Subject: [PATCH] vscode: remove terminal settings These terminal settings are a matter of personal preference and should not be part of the project configuration. --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1bf4e6eb2f..32f2836efe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -126,8 +126,6 @@ }, "search.showLineNumbers": true, "telemetry.enableTelemetry": false, - "terminal.integrated.copyOnSelection": true, - "terminal.integrated.rightClickBehavior": "paste", "terminal.integrated.scrollback": 5000, "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}", "workbench.editor.highlightModifiedTabs": true,