You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`owner`| Yes | Username of the workspace owner. |
73
+
|`workspace`| Yes | Name of the workspace. |
74
+
|`agent`| No | Agent _name_ (not ID). If omitted or unmatched in a multi-agent workspace, a picker is shown. |
75
+
|`folder`| No | Absolute path inside the workspace to open. If omitted, a recently opened folder for this workspace is used (a picker is shown when there are several); with no recents, the window opens without a folder. |
76
+
|`openRecent`| No | Open the most recently used folder for this workspace, skipping the picker. True when present without a value or set to `true`. Ignored when `folder` is set. |
77
+
|`url`| No | Coder deployment URL. If omitted, the extension prompts for it (pre-filled with the current deployment). |
78
+
|`token`| No | Session token for authentication. If omitted, the existing session is used or a login flow is started. |
0 commit comments