|
1 | 1 | { |
| 2 | + "build": { |
| 3 | + "dockerfile": "../scripts/devcontainer/Dockerfile" |
| 4 | + }, |
2 | 5 | "customizations": { |
3 | 6 | "codespaces": { |
4 | 7 | "openFiles": [ |
|
9 | 12 | }, |
10 | 13 | "vscode": { |
11 | 14 | "extensions": [ |
12 | | - "ms-dotnettools.csdevkit", |
13 | 15 | "42crunch.vscode-openapi", |
14 | | - "alefragnani.bookmarks", |
15 | | - "AmazonWebServices.aws-toolkit-vscode", |
16 | | - "chdsbd.github-code-owners", |
17 | 16 | "davidanson.vscode-markdownlint", |
18 | 17 | "dbaeumer.vscode-eslint", |
19 | 18 | "donjayamanne.githistory", |
|
26 | 25 | "github.vscode-github-actions", |
27 | 26 | "github.vscode-pull-request-github", |
28 | 27 | "hediet.vscode-drawio", |
29 | | - "johnpapa.vscode-peacock", |
30 | 28 | "joshx.workspace-terminals", |
31 | 29 | "maattdd.gitless", |
32 | 30 | "mhutchie.git-graph", |
|
40 | 38 | "streetsidesoftware.code-spell-checker-british-english", |
41 | 39 | "takumii.markdowntable", |
42 | 40 | "tamasfe.even-better-toml", |
43 | | - "tomoki1207.pdf", |
44 | | - "vscjava.vscode-java-pack", |
45 | | - "vscode-icons-team.vscode-icons", |
46 | | - "vstirbu.vscode-mermaid-preview", |
47 | 41 | "wayou.vscode-todo-highlight", |
48 | 42 | "yzane.markdown-pdf", |
49 | 43 | "yzhang.dictionary-completion", |
50 | | - "yzhang.markdown-all-in-one", |
51 | | - "zoma.vscode-auto-open-workspace" |
| 44 | + "yzhang.markdown-all-in-one" |
52 | 45 | ], |
53 | 46 | "settings": { |
54 | 47 | "[makefile]": { |
|
77 | 70 | "installZsh": true |
78 | 71 | }, |
79 | 72 | "ghcr.io/devcontainers/features/docker-in-docker:2": { |
80 | | - "azureDnsAutoDetection": true, |
81 | 73 | "dockerDashComposeVersion": "v2", |
82 | 74 | "installDockerBuildx": true, |
83 | 75 | "installDockerComposeSwitch": true, |
84 | 76 | "moby": true, |
85 | 77 | "version": "latest" |
86 | 78 | }, |
87 | | - "ghcr.io/devcontainers/features/dotnet:2": { |
88 | | - "aspNetCoreRuntimeVersions": "8.0", |
89 | | - "dotnetRuntimeVersions": "8.0", |
90 | | - "version": "8.0" |
91 | | - }, |
92 | | - "ghcr.io/devcontainers/features/go:1": {}, |
93 | | - "ghcr.io/devcontainers/features/java:1": { |
94 | | - "version": "17" |
95 | | - }, |
96 | | - "ghcr.io/devcontainers/features/node:1": {}, |
97 | | - "ghcr.io/devcontainers/features/python:1": {}, |
98 | 79 | "ghcr.io/devcontainers/features/ruby:1": {} |
99 | 80 | }, |
100 | | - "image": "mcr.microsoft.com/devcontainers/base:noble", |
101 | 81 | "mounts": [ |
102 | | - "source=${localEnv:HOME}/.gnupg,target=/home/vscode/.gnupg,type=bind,consistency=cached" |
| 82 | + "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" |
103 | 83 | ], |
104 | | - "name": "Ubuntu", |
| 84 | + "name": "Devcontainer", |
105 | 85 | "postCreateCommand": "scripts/devcontainer/postcreatecommand.sh" |
106 | 86 | } |
0 commit comments