Skip to content

Commit 0f3f062

Browse files
author
bestia.dev
committed
vscode ctrl-b settings.json
1 parent a21a670 commit 0f3f062

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"LICENSE": "plain text"
1818
},
1919
"rust-analyzer.showUnlinkedFileNotification": false,
20+
"terminal.integrated.commandsToSkipShell": [
21+
// Ensure the toggle sidebar visibility ctrl+b keybinding skips the terminal shell
22+
"workbench.action.toggleSidebarVisibility",
23+
],
2024
"cSpell.words": [
2125
"zcvf",
2226
"substack",

automation_tasks_rs/.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"LICENSE": "plain text"
1818
},
1919
"rust-analyzer.showUnlinkedFileNotification": false,
20+
"terminal.integrated.commandsToSkipShell": [
21+
// Ensure the toggle sidebar visibility ctrl+b keybinding skips the terminal shell
22+
"workbench.action.toggleSidebarVisibility",
23+
],
2024
"cSpell.words": [
2125
"zdravje",
2226
"zcvf",

0 commit comments

Comments
 (0)