Skip to content

Commit

Permalink
chore: add python extension to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Sep 20, 2023
1 parent f5967fa commit 32857de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"language": "en",
"words": [
"commitlint",
"devcontainer",
"dvirtz",
"kbajalc",
"prebuilds",
Expand Down
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
// "postCreateCommand": "cat /etc/os-release",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
},

// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "runneradmin",
Expand Down

0 comments on commit 32857de

Please sign in to comment.