|
2 | 2 | // README at: https://github.com/devcontainers/templates/tree/main/src/python
|
3 | 3 | {
|
4 | 4 | "name": "ansible-role-golang",
|
5 |
| - "image": "mcr.microsoft.com/devcontainers/python:0-3.9", |
6 |
| - "features": { |
7 |
| - "ghcr.io/devcontainers/features/common-utils:2": { |
8 |
| - "installZsh": true, |
9 |
| - "configureZshAsDefaultShell": true, |
10 |
| - "installOhMyZsh": true |
11 |
| - }, |
12 |
| - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
13 |
| - "ghcr.io/devcontainers/features/github-cli:1": {}, |
14 |
| - "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { |
15 |
| - "packages": "fzf grc zoxide" |
16 |
| - }, |
17 |
| - "ghcr.io/devcontainers-contrib/features/fd:1": {}, |
18 |
| - "ghcr.io/devcontainers-contrib/features/ripgrep:1": {}, |
19 |
| - "ghcr.io/devcontainers-contrib/features/starship:1": {}, |
20 |
| - "ghcr.io/devcontainers-contrib/features/zsh-plugins:0": { |
21 |
| - "plugins": "autopep8 dirhistory docker fd fzf git-escape-magic gh git grc pip pipenv ripgrep starship sudo zoxide zsh-autosuggestions zsh-syntax-highlighting", |
22 |
| - "omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-syntax-highlighting.git" |
23 |
| - } |
24 |
| - }, |
| 5 | + "image": "ghcr.io/gantsign/devcontainer-python3.9:latest", |
25 | 6 | "customizations": {
|
26 | 7 | "vscode": {
|
27 | 8 | "extensions": [
|
|
32 | 13 | "GitHub.vscode-pull-request-github",
|
33 | 14 | "ldez.ignore-files",
|
34 | 15 | "me-dutour-mathieu.vscode-github-actions",
|
| 16 | + "mhutchie.git-graph", |
35 | 17 | "oderwat.indent-rainbow",
|
36 | 18 | "redhat.ansible",
|
37 | 19 | "streetsidesoftware.code-spell-checker",
|
|
0 commit comments