67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
|
{
|
||
|
"dockerFile": "Dockerfile",
|
||
|
"extensions": [
|
||
|
"ChakrounAnas.turbo-console-log",
|
||
|
"chrmarti.regex",
|
||
|
"DavidAnson.vscode-markdownlint",
|
||
|
"dbaeumer.vscode-eslint",
|
||
|
"denoland.vscode-deno",
|
||
|
"eamodio.gitlens",
|
||
|
"EditorConfig.EditorConfig",
|
||
|
"esbenp.prettier-vscode",
|
||
|
"ericadamski.carbon-now-sh",
|
||
|
"firsttris.vscode-jest-runner",
|
||
|
"formulahendry.auto-rename-tag",
|
||
|
"formulahendry.code-runner",
|
||
|
"GitHub.vscode-pull-request-github",
|
||
|
"GitLab.gitlab-workflow",
|
||
|
"GoogleCloudTools.cloudcode",
|
||
|
"hediet.vscode-drawio",
|
||
|
"IBM.output-colorizer",
|
||
|
"Kelvin.vscode-sshfs",
|
||
|
"mads-hartmann.bash-ide-vscode",
|
||
|
"ms-azuretools.vscode-docker",
|
||
|
"ms-vscode-remote.remote-containers",
|
||
|
"ms-vscode-remote.remote-ssh",
|
||
|
"ms-vscode-remote.remote-wsl",
|
||
|
"ms-vscode.PowerShell",
|
||
|
"MS-vsliveshare.vsliveshare",
|
||
|
"MS-vsliveshare.vsliveshare-audio",
|
||
|
"philnash.ngrok-for-vscode",
|
||
|
"PKief.material-icon-theme",
|
||
|
"pranaygp.vscode-css-peek",
|
||
|
"quicktype.quicktype",
|
||
|
"rbbit.typescript-hero",
|
||
|
"redhat.vscode-yaml",
|
||
|
"richie5um2.vscode-sort-json",
|
||
|
"Rubymaniac.vscode-paste-and-indent",
|
||
|
"salbert.comment-ts",
|
||
|
"shd101wyy.markdown-preview-enhanced",
|
||
|
"softwaredotcom.swdc-vscode",
|
||
|
"steoates.autoimport",
|
||
|
"stylelint.vscode-stylelint",
|
||
|
"timonwong.shellcheck",
|
||
|
"tyriar.sort-lines",
|
||
|
"usernamehw.errorlens",
|
||
|
"valentjn.vscode-ltex",
|
||
|
"VisualStudioExptTeam.vscodeintellicode",
|
||
|
"vsls-contrib.codetour",
|
||
|
"vsls-contrib.gistfs",
|
||
|
"wayou.vscode-todo-highlight",
|
||
|
"wix.vscode-import-cost",
|
||
|
"yatki.vscode-surround"
|
||
|
],
|
||
|
"forwardPorts": [2222, 5901, 6080, 8001, 8014],
|
||
|
"hostRequirements": {
|
||
|
"cpus": 1,
|
||
|
"memory": "4gb",
|
||
|
"storage": "16gb"
|
||
|
},
|
||
|
"mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"],
|
||
|
"name": "Megabyte Labs Development Environment",
|
||
|
"postCreateCommand": "[ -f start.sh ] && (bash start.sh || true)",
|
||
|
"remoteUser": "megabyte",
|
||
|
"runArgs": ["--init", "--privileged", "--shm-size=1g"],
|
||
|
"settings": {}
|
||
|
}
|