Spaces:
Running
on
Zero
Running
on
Zero
File size: 2,180 Bytes
6fa6a4a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
{
"remoteUser": "codespace",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"--privileged",
"--init",
"--label",
"CodespacesImageType=Default",
"--label",
"ContainerVersion=13",
"--hostname",
"codespaces-dd191c",
"--add-host",
"codespaces-dd191c:127.0.0.1",
"--cap-add",
"sys_nice",
"--network",
"host"
],
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go",
"python.defaultInterpreterPath": "/home/codespace/.python/current/bin/python3",
"jupyter.kernels.filter": [
{
"path": "/opt/conda/bin/python",
"type": "pythonEnvironment"
},
{
"path": "/bin/python2",
"type": "pythonEnvironment"
},
{
"path": "/usr/bin/python2",
"type": "pythonEnvironment"
},
{
"path": "/usr/local/python/current/bin/python3",
"type": "pythonEnvironment"
},
{
"path": "/usr/local/python/current/bin/python",
"type": "pythonEnvironment"
},
{
"path": "/usr/bin/python3",
"type": "pythonEnvironment"
},
{
"path": "/bin/python3",
"type": "pythonEnvironment"
}
],
"lldb.executable": "/usr/bin/lldb"
},
"containerEnv": {
"CODESPACES": "true",
"ContainerVersion": "13",
"RepositoryName": "evamaster"
},
"remoteEnv": {
"CLOUDENV_ENVIRONMENT_ID": "b94e1d6c-1584-44f6-b1d4-7f7d0afbf290",
"CODESPACE_NAME": "vigilant-space-train-jj4gq9964jxg34w6"
},
"mounts": [
"source=/root/.codespaces/shared,target=/workspaces/.codespaces/shared,type=bind",
"source=/var/lib/docker/codespacemount/.persistedshare,target=/workspaces/.codespaces/.persistedshare,type=bind",
"source=/.codespaces/agent/mount,target=/.codespaces/bin,type=bind",
"source=/mnt/containerTmp,target=/tmp,type=bind"
],
"workspaceMount": "type=bind,src=/var/lib/docker/codespacemount/workspace,dst=/workspaces",
"workspaceFolder": "/workspaces/evamaster"
} |