We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1475cd commit c8a830cCopy full SHA for c8a830c
launch_helper.zsh
@@ -1,7 +1,7 @@
1
weapon_vscode_launch_helper () {
2
if [ -n "$PROJECT_FOLDER" ]; then
3
# do anything if PROJECT_FOLDER is set
4
- if [ -d "$PROJECT_FOLDER/venv"]; then
+ if [ -d "$PROJECT_FOLDER/venv" ]; then
5
source $PROJECT_FOLDER/venv/bin/activate
6
fi
7
0 commit comments