mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
22 lines
748 B
Markdown
Generated
22 lines
748 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# open vscode
|
|
|
|
Open a workspace in VS Code Desktop
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder open vscode [flags] <workspace> [<directory in workspace>]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --generate-token
|
|
|
|
| | |
|
|
|-------------|------------------------------------------------|
|
|
| Type | <code>bool</code> |
|
|
| Environment | <code>$CODER_OPEN_VSCODE_GENERATE_TOKEN</code> |
|
|
|
|
Generate an auth token and include it in the vscode:// URI. This is for automagical configuration of VS Code Desktop and not needed if already configured. This flag does not need to be specified when running this command on a local machine unless automatic open fails.
|