Skip to content

Commit 18f9fbf

Browse files
authored
Changed to use GantSign devcontainer image (gantsign#199)
Saves a lot of time building it.
1 parent 4652065 commit 18f9fbf

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"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",
256
"customizations": {
267
"vscode": {
278
"extensions": [
@@ -32,6 +13,7 @@
3213
"GitHub.vscode-pull-request-github",
3314
"ldez.ignore-files",
3415
"me-dutour-mathieu.vscode-github-actions",
16+
"mhutchie.git-graph",
3517
"oderwat.indent-rainbow",
3618
"redhat.ansible",
3719
"streetsidesoftware.code-spell-checker",

0 commit comments

Comments
 (0)