Skip to content

Instantly share code, notes, and snippets.

@samuela
Created April 28, 2024 16:41
Show Gist options
  • Save samuela/44227e42972d0f7df66183e31b7b4197 to your computer and use it in GitHub Desktop.
Save samuela/44227e42972d0f7df66183e31b7b4197 to your computer and use it in GitHub Desktop.
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"ms-azuretools.vscode-docker",
"brettm12345.nixfmt-vscode",
"ms-python.python",
"timonwong.shellcheck",
"charliermarsh.ruff"
]
}
},
"runArgs": ["--device=/dev/net/tun"],
"features": {
"ghcr.io/tailscale/codespace/tailscale": {}
},
"mounts": [
"source=${localWorkspaceFolderBasename}-nix-store,target=/nix/store,type=volume"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment