Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatestgiant authored Aug 25, 2023
1 parent a152b05 commit 25edbfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"context": "..",
"args": {

This comment has been minimized.

Copy link
@IshaanGoyal123

IshaanGoyal123 Oct 9, 2023

Wwwwwwwwow
Wwwwwwwwww

// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8, 3.9
"VARIANT": "3",
"VARIANT": "3.9",
// Options
"NODE_VERSION": "lts/*"
}
},

// Set *default* container specific settings.json values on container create.
"customizations/vscode/settings": {
"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",
"python.linting.enabled": true,
Expand All @@ -31,14 +31,14 @@
},

// Add the IDs of extensions you want installed when the container is created.
"customizations/vscode/extensions": [
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// "forwardPorts": [6080, 5901],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
Expand Down

0 comments on commit 25edbfc

Please sign in to comment.