Browse Source

vscode: remove terminal settings

These terminal settings are a matter of personal preference and should
not be part of the project configuration.
main
David Lechner 3 years ago committed by Daniel Agar
parent
commit
995265c95e
  1. 2
      .vscode/settings.json

2
.vscode/settings.json vendored

@ -126,8 +126,6 @@ @@ -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,

Loading…
Cancel
Save