1 Commits
Author SHA1 Message Date
luke-else bff35adf6d feat: reverted back to zsh 2026-07-21 15:28:01 +01:00
+1 -12
View File
@@ -14,18 +14,7 @@
}, },
"rust-analyzer.cargo.runBuildScripts": true, "rust-analyzer.cargo.runBuildScripts": true,
"remote.autoForwardPorts": false, "remote.autoForwardPorts": false,
"terminal.integrated.profiles.linux": { "terminal.integrated.defaultProfile.linux": "zsh"
"tmux-shell": {
"path": "tmux",
"args": [
"new-session",
"-A",
"-s",
"dev"
]
}
},
"terminal.integrated.defaultProfile.linux": "tmux-shell"
}, },
"extensions": [ "extensions": [
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",