File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
automation_tasks_rs/.vscode Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments