user vscode

This commit is contained in:
2026-06-11 20:57:38 +00:00
parent eaa3d83aed
commit c6ed55e111
9 changed files with 163 additions and 71 deletions
+13
View File
@@ -0,0 +1,13 @@
# Project shell startup for VS Code integrated terminals.
if [ -f /etc/bash.bashrc ]; then
source /etc/bash.bashrc
fi
if [ -f /home/vscode/.bashrc ]; then
source /home/vscode/.bashrc
fi
if [ -f /workspace/.venv/bin/activate ]; then
source /workspace/.venv/bin/activate
fi