mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-17 05:34:48 +08:00
vscode: remove terminal settings
These terminal settings are a matter of personal preference and should not be part of the project configuration.
This commit is contained in:
committed by
Daniel Agar
parent
c27b9f3b1e
commit
995265c95e
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -126,8 +126,6 @@
|
|||||||
},
|
},
|
||||||
"search.showLineNumbers": true,
|
"search.showLineNumbers": true,
|
||||||
"telemetry.enableTelemetry": false,
|
"telemetry.enableTelemetry": false,
|
||||||
"terminal.integrated.copyOnSelection": true,
|
|
||||||
"terminal.integrated.rightClickBehavior": "paste",
|
|
||||||
"terminal.integrated.scrollback": 5000,
|
"terminal.integrated.scrollback": 5000,
|
||||||
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user