|
9 | 9 | }, |
10 | 10 | "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
11 | 11 | "ghcr.io/devcontainers/features/dotnet:2": { |
12 | | - "version": "8.0", |
13 | | - "additionalVersions": "7.0, 6.0" |
| 12 | + "version": "8.0" |
14 | 13 | }, |
15 | 14 | "ghcr.io/devcontainers/features/node:1": {}, |
16 | | - "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {} |
| 15 | + "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}, |
| 16 | + "ghcr.io/devcontainers-extra/features/markdownlint-cli2:1": {} |
17 | 17 | }, |
18 | 18 | "containerEnv": { |
19 | 19 | "NUGET_PACKAGES": "/home/vscode/.nuget/packages" // this might not be needed. will try removing later. |
|
31 | 31 | "ms-dotnettools.csharp", |
32 | 32 | "microsoft-aspire.aspire-vscode@prerelease", // no official release yet, so have to specify pre-release version |
33 | 33 | "esbenp.prettier-vscode", |
34 | | - "angular.ng-template" |
35 | | - ] |
| 34 | + "angular.ng-template", |
| 35 | + "DavidAnson.vscode-markdownlint", |
| 36 | + "streetsidesoftware.code-spell-checker", |
| 37 | + "GitHub.vscode-pull-request-github", |
| 38 | + "shardulm94.trailing-spaces", |
| 39 | + "chrischinchilla.vale-vscode", |
| 40 | + "shd101wyy.markdown-preview-enhanced" |
| 41 | + ], |
| 42 | + "settings": { |
| 43 | + "editor.formatOnSave": true, |
| 44 | + "files.insertFinalNewline": true, |
| 45 | + "files.eol": "\n", |
| 46 | + "files.trimTrailingWhitespace": true, |
| 47 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 48 | + "npm.packageManager": "npm" |
| 49 | + } |
36 | 50 | } |
37 | 51 | } |
38 | 52 | } |
0 commit comments