|
14 | 14 | "actboy168.tasks", |
15 | 15 | "anthropic.claude-code", |
16 | 16 | "charliermarsh.ruff", |
17 | | - "CodeRabbit.coderabbit-vscode", |
18 | 17 | "dbaeumer.vscode-eslint", |
19 | 18 | "dotenv.dotenv-vscode", |
20 | 19 | "esbenp.prettier-vscode", |
21 | | - "GitHub.copilot", |
22 | 20 | "github.github-vscode-theme", |
23 | 21 | "lumirelle.shell-format-rev", |
24 | | - "ms-azuretools.vscode-docker", |
25 | 22 | "ms-python.debugpy", |
26 | 23 | "ms-python.mypy-type-checker", |
27 | 24 | "ms-python.python", |
28 | 25 | "ms-python.vscode-pylance", |
29 | 26 | "ms-python.vscode-python-envs", |
30 | | - "ms-toolsai.datawrangler", |
31 | | - "ms-toolsai.jupyter", |
32 | 27 | "mtxr.sqltools", |
33 | 28 | "mtxr.sqltools-driver-pg", |
34 | 29 | "pkief.material-icon-theme", |
35 | | - "postman.postman-for-vscode", |
36 | 30 | "redhat.vscode-xml", |
37 | 31 | "redhat.vscode-yaml", |
38 | | - "tamasfe.even-better-toml", |
39 | | - "yzhang.markdown-all-in-one", |
40 | | - "zilliz.semanticcodesearch" |
| 32 | + "tamasfe.even-better-toml" |
41 | 33 | ] |
42 | 34 | } |
43 | 35 | }, |
|
65 | 57 | "nvm": "latest", |
66 | 58 | "pnpm": "latest" |
67 | 59 | }, |
68 | | - /* https://github.com/devcontainers/features/tree/main/src/docker-in-docker */ |
69 | | - "ghcr.io/devcontainers/features/docker-in-docker:2": { |
70 | | - "moby": false, |
71 | | - "version": "latest" |
| 60 | + /* https://github.com/devcontainers/features/blob/main/src/docker-outside-of-docker/ */ |
| 61 | + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": { |
| 62 | + "moby": "false", |
| 63 | + "dockerDashComposeVersion": "v1", |
| 64 | + "installDockerBuildx": "false", |
| 65 | + "installDockerComposeSwitch": "false" |
72 | 66 | }, |
73 | 67 | /* https://github.com/va-h/devcontainers-features/tree/main/src/uv */ |
74 | 68 | "ghcr.io/va-h/devcontainers-features/uv:1": { |
|
87 | 81 | "ghcr.io/devcontainers/features/git:1": { |
88 | 82 | "version": "latest" |
89 | 83 | }, |
90 | | - /* https://github.com/devcontainers-extra/features/tree/main/src/fzf */ |
91 | | - "ghcr.io/devcontainers-extra/features/fzf:1": { |
92 | | - "version": "latest" |
93 | | - } |
| 84 | + /* https://github.com/braun-daniel/devcontainer-features/blob/main/src/spaceship */ |
| 85 | + "ghcr.io/braun-daniel/devcontainer-features/spaceship:1": {}, |
| 86 | + /* https://github.com/braun-daniel/devcontainer-features/blob/main/src/fzf */ |
| 87 | + "ghcr.io/braun-daniel/devcontainer-features/fzf:1": {} |
94 | 88 | }, |
95 | 89 | "postCreateCommand": ".devcontainer/postCreateCommand.sh", |
96 | 90 | "remoteUser": "root", |
|
0 commit comments