diff options
| author | Tyler <[email protected]> | 2025-04-21 10:04:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 10:04:03 -0700 |
| commit | 7f95c594c094aea4a623528fd5c5eba16b654b79 (patch) | |
| tree | 7c12dde57d4ec268a56e78715e1769a8e53fd884 /README.md | |
| parent | fad526c63fb14877b9f64f9538d987e4ac1ac889 (diff) | |
More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) (#81)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,4 +84,4 @@ You can customize the sandbox in `Dockerfile` (e.g. for pre-installed utilities) ### Attaching from VSCode -You can have VSCode (or forks) attach to a running sandbox using the [Dev Containers](https://marketplace.cursorapi.com/items?itemName=ms-vscode-remote.remote-containers) extension. Simply use `Dev Containers: Attach to Running Container ...` command and select your container named `gemini-code-sandbox-#`. Once attached you can open the project folder at `/sandbox/<project>`. You may need the VSCode setting `dev.containers.dockerPath` to be `podman` if using `podman`. Without this setting you may be prompted to install Docker.
\ No newline at end of file +You can have VSCode (or forks) attach to a running sandbox using the [Dev Containers](https://marketplace.cursorapi.com/items?itemName=ms-vscode-remote.remote-containers) extension. Simply use `Dev Containers: Attach to Running Container ...` command and select your container named `gemini-code-sandbox-#`. Once attached you can open the project folder at `/sandbox/<project>`. You may need the VSCode setting `dev.containers.dockerPath` to be `podman` if using `podman`. Without this setting you may be prompted to install Docker. |
