|
6 | 6 | "ghcr.io/devcontainers/features/common-utils:2": { |
7 | 7 | "configureZshAsDefaultShell": false |
8 | 8 | }, |
9 | | - "ghcr.io/devcontainers/features/azure-cli:1": { |
10 | | - "version": "2.82.0", |
11 | | - "installBicep": true |
| 9 | + "ghcr.io/eitsupi/devcontainer-features/jq-likes:2": { |
| 10 | + // ? move to Taskfile? |
| 11 | + "jqVersion": "latest", |
| 12 | + "yqVersion": "latest", |
| 13 | + "gojqVersion": "latest", |
| 14 | + "jaqVersion": "latest" |
12 | 15 | }, |
13 | | - "ghcr.io/devcontainers/features/terraform:1": { |
14 | | - "version": "1.10.4" |
15 | | - }, |
16 | | - "ghcr.io/devcontainers/features/go:1": { |
17 | | - "version": "1.25.5" |
18 | | - }, |
19 | | - "ghcr.io/devcontainers/features/powershell:1": {}, |
20 | 16 | "ghcr.io/eitsupi/devcontainer-features/go-task:1": {} |
21 | 17 | }, |
22 | 18 | "workspaceMount": "source=${localWorkspaceFolder},target=${containerWorkspaceFolder},type=bind,consistency=cached", |
23 | 19 | "workspaceFolder": "/workspace", |
24 | 20 | "remoteEnv": { |
25 | 21 | "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" |
26 | 22 | }, |
| 23 | + "onCreateCommand": { |
| 24 | + "init": "task init" |
| 25 | + }, |
27 | 26 | "postCreateCommand": { |
28 | 27 | "git-safe-dir": "git config --global --add safe.directory ${containerWorkspaceFolder}" |
29 | 28 | }, |
30 | 29 | "customizations": { |
31 | 30 | "vscode": { |
| 31 | + "settings": { |
| 32 | + "terminal.integrated.defaultProfile.linux": "bash", |
| 33 | + "terminal.integrated.defaultProfile.osx": "zsh", |
| 34 | + "terminal.integrated.defaultProfile.windows": "PowerShell", |
| 35 | + "powershell.powerShellAdditionalExePaths": { |
| 36 | + "pwsh": "/usr/bin/pwsh" |
| 37 | + }, |
| 38 | + "powershell.powerShellDefaultVersion": "pwsh", |
| 39 | + "shellformat.path": "/home/${remoteUser}/.local/bin/shfmt" |
| 40 | + }, |
32 | 41 | "extensions": [ |
| 42 | + "redhat.vscode-yaml", |
| 43 | + "golang.go", |
| 44 | + "ms-vscode.powershell", |
33 | 45 | "ms-azuretools.vscode-bicep", |
34 | | - "hashicorp.terraform" |
| 46 | + "edwinhuish.better-comments-next", |
| 47 | + "timonwong.shellcheck", |
| 48 | + "task.vscode-task", |
| 49 | + "esbenp.prettier-vscode", |
| 50 | + "fnando.linter", |
| 51 | + "ms-azuretools.vscode-azure-github-copilot", |
| 52 | + "ms-azuretools.vscode-docker", |
| 53 | + "davidanson.vscode-markdownlint", |
| 54 | + "hashicorp.terraform", |
| 55 | + "github.copilot", |
| 56 | + "github.copilot-chat", |
| 57 | + "github.vscode-github-actions", |
| 58 | + "github.vscode-pull-request-github", |
| 59 | + "github.codespaces", |
| 60 | + "github.remotehub", |
| 61 | + "bierner.github-markdown-preview", |
| 62 | + "usernamehw.errorlens", |
| 63 | + "lumirelle.shell-format-rev", |
| 64 | + "editorconfig.editorconfig" |
35 | 65 | ] |
36 | 66 | } |
37 | 67 | } |
|
0 commit comments