24 lines
922 B
JSON
24 lines
922 B
JSON
// {
|
|
// "name":"Rust Game Development",
|
|
// "dockerFile":"./Dockerfile",
|
|
// "settings": {
|
|
// "terminal.integrated.shell.linux":"/bin/bash"
|
|
// },
|
|
// "workspaceMount": "source=${localWorkspaceFolder},target=/root/workspace,type=bind,consistency=cached",
|
|
// "workspaceFolder": "/root/workspace",
|
|
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ],
|
|
// "forwardPorts": [],
|
|
// "extensions": [
|
|
// "coenraads.bracket-pair-colorizer-2",
|
|
// "eamodio.gitlens",
|
|
// "github.vscode-pull-request-github",
|
|
// "ms-azuretools.vscode-docker",
|
|
// "ms-vsliveshare.vsliveshare",
|
|
// "vscode-icons-team.vscode-icons",
|
|
// "visualstudioexptteam.vscodeintellicode",
|
|
// "ms-python.python",
|
|
// "matklad.rust-analyzer",
|
|
// "serayuzgur.crates",
|
|
// "bungcip.better-toml"
|
|
// ]
|
|
// } |