Pamela Fox commited on
Commit
6197d04
·
unverified ·
1 Parent(s): da9b1f7

Remove unneeded feature

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +1 -4
.devcontainer/devcontainer.json CHANGED
@@ -8,11 +8,8 @@
8
  "forwardPorts": [8000, 5432],
9
 
10
  "features": {
11
- "ghcr.io/devcontainers/features/github-cli:1": {
12
  "version": "latest"
13
- },
14
- "ghcr.io/devcontainers/features/python:1": {
15
- "version": "os-provided"
16
  }
17
  },
18
 
 
8
  "forwardPorts": [8000, 5432],
9
 
10
  "features": {
11
+ "ghcr.io/devcontainers/features/github-cli:1": {
12
  "version": "latest"
 
 
 
13
  }
14
  },
15