Update devcontainer.json
This commit is contained in:
parent
c5ca431894
commit
178d0d2099
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"postCreateCommand": "pip3 install -e .",
|
||||
"appPort": 8123,
|
||||
"runArgs": [
|
||||
"-e", "GIT_EDITOR='code --wait'"
|
||||
"-e", "GIT_EDITOR=\"code --wait\""
|
||||
],
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
|
|
Loading…
Add table
Reference in a new issue