|
| 1 | +{ |
| 2 | + "name": "Ubuntu", |
| 3 | + "build": { |
| 4 | + "dockerfile": "Dockerfile" |
| 5 | + }, |
| 6 | + "features": {}, |
| 7 | + "forwardPorts": [], |
| 8 | + "postCreateCommand": "", |
| 9 | + "remoteUser": "root", |
| 10 | + "customizations": { |
| 11 | + "vscode": { |
| 12 | + "extensions": [ |
| 13 | + "akshayn.GoGet", |
| 14 | + "annsk.alignment", |
| 15 | + "AquaSecurityOfficial.trivy-vulnerability-scanner", |
| 16 | + "arr.marksman", |
| 17 | + "bierner.markdown-checkbox", |
| 18 | + "bierner.markdown-preview-github-styles", |
| 19 | + "chouzz.vscode-better-align", |
| 20 | + "christian-kohler.path-intellisense", |
| 21 | + "Cmacu.gotoanything", |
| 22 | + "codezombiech.gitignore", |
| 23 | + "darkriszty.markdown-table-prettify", |
| 24 | + "DavidAnson.vscode-markdownlint", |
| 25 | + "donjayamanne.git-extension-pack", |
| 26 | + "donjayamanne.githistory", |
| 27 | + "dt.ghlink", |
| 28 | + "eamodio.gitlens", |
| 29 | + "EditorConfig.EditorConfig", |
| 30 | + "elagil.pre-commit-helper", |
| 31 | + "exiasr.hadolint", |
| 32 | + "fcrespo82.markdown-table-formatter", |
| 33 | + "foxundermoon.shell-format", |
| 34 | + "github.vscode-github-actions", |
| 35 | + "GitHub.vscode-pull-request-github", |
| 36 | + "golang.go", |
| 37 | + "Gruntfuggly.todo-tree", |
| 38 | + "gurumukhi.selected-lines-count", |
| 39 | + "hashicorp.hcl", |
| 40 | + "hashicorp.terraform", |
| 41 | + "JFrog.jfrog-vscode-extension", |
| 42 | + "lamartire.git-indicators", |
| 43 | + "logerfo.json-trimmer", |
| 44 | + "mads-hartmann.bash-ide-vscode", |
| 45 | + "MaxMedia.go-prof", |
| 46 | + "me-dutour-mathieu.vscode-github-actions", |
| 47 | + "mhutchie.git-graph", |
| 48 | + "mkxml.vscode-filesize", |
| 49 | + "mohsen1.prettify-json", |
| 50 | + "ms-azuretools.vscode-docker", |
| 51 | + "MS-SarifVSCode.sarif-viewer", |
| 52 | + "ms-vscode.makefile-tools", |
| 53 | + "msyrus.go-doc", |
| 54 | + "nhoizey.gremlins", |
| 55 | + "oliversturm.fix-json", |
| 56 | + "premparihar.gotestexplorer", |
| 57 | + "redhat.vscode-yaml", |
| 58 | + "rogalmic.bash-debug", |
| 59 | + "snyk-security.snyk-vulnerability-scanner", |
| 60 | + "SonarSource.sonarlint-vscode", |
| 61 | + "steditor.line-endings", |
| 62 | + "tamasfe.even-better-toml", |
| 63 | + "timonwong.shellcheck", |
| 64 | + "Tyriar.sort-lines", |
| 65 | + "VisualStudioExptTeam.intellicode-api-usage-examples", |
| 66 | + "VisualStudioExptTeam.vscodeintellicode", |
| 67 | + "vivaxy.vscode-conventional-commits", |
| 68 | + "windmilleng.vscode-go-autotest", |
| 69 | + "wmaurer.change-case", |
| 70 | + "yzhang.markdown-all-in-one", |
| 71 | + "zardoy.fix-all-json", |
| 72 | + "ziyasal.vscode-open-in-github" |
| 73 | + ] |
| 74 | + } |
| 75 | + } |
| 76 | +} |
0 commit comments