Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 12, 2023
1 parent 20c3319 commit 2aced40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-mssql/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// "forwardPorts": [8000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt && pip3 install --upgrade pip && pip3 install -U pytest && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt", // && pip3 install --upgrade pip && pip3 install -U pytest && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit 2aced40

Please sign in to comment.