feat(code-server): copy on selection in integrated terminal

This commit is contained in:
Victor Westerlund 2025-10-27 14:45:06 +01:00
parent 490c953cfc
commit 84699f37ab
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -13,5 +13,6 @@
"window.menuBarVisibility": "classic",
"workbench.startupEditor": "none",
"workbench.activityBar.location": "top",
"workbench.panel.showLabels": false
"workbench.panel.showLabels": false,
"terminal.integrated.copyOnSelection": true
}