Skip to content

Commit a58c3b4

Browse files
authored
Fix devcontainer configuration
1 parent 6e9cff5 commit a58c3b4

2 files changed

Lines changed: 14 additions & 17 deletions

File tree

.devcontainer/dev.Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"build": {
3-
"dockerfile": "dev.Dockerfile"
2+
"name": "SSHKey Tools Devcontainer",
3+
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
4+
"features": {
5+
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
6+
},
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"scheiblingco.code-pypack",
11+
"scheiblingco.scheiblingco-default"
12+
]
413
},
5-
"customizations": {
6-
"vscode": {
7-
"extensions": [
8-
"scheiblingco.code-pypack",
9-
"scheiblingco.code-cmd-repeat"
10-
]
11-
}
12-
}
14+
},
15+
"onCreateCommand": "curl https://pyenv.run | bash",
16+
"postStartCommand": "pyenv init"
1317
}

0 commit comments

Comments
 (0)