Skip to content
Snippets Groups Projects
Unverified Commit 0c43c4b5 authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

Add git editor / app port

parent 23dd644f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@
"context": "..",
"dockerFile": "Dockerfile",
"postCreateCommand": "pip3 install -e .",
"appPort": 8123,
"runArgs": [
"-e", "GIT_EDTIOR='code --wait'"
],
"extensions": [
"ms-python.python"
],
......@@ -12,4 +16,4 @@
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment