Skip to content

Commit

Permalink
Move extensions to the proper devcontainer location
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmac authored Oct 26, 2022
1 parent 94cd0e0 commit c1f2f15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"customizations": {
"codespaces": {
"openFiles": ["app.py"]
},
"vscode": {
"extensions": [
"ms-python.python"
]
}
},
"onCreateCommand": "pip install -r requirements.txt",
"postCreateCommand": "",
"hostRequirements": {"cpus": 4},
"extensions": [
"ms-python.python"
]
"hostRequirements": {"cpus": 4}
}

0 comments on commit c1f2f15

Please sign in to comment.