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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/57
This commit is contained in:
Victor Westerlund 2025-10-27 14:45:59 +01:00
parent 490c953cfc
commit 595107f6bf

View file

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