mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: open most recent directory or workspace when launching VS Code (#13326)
This commit is contained in:
@@ -126,6 +126,7 @@ const VSCodeButton: FC<VSCodeDesktopButtonProps> = ({
|
||||
workspace: workspaceName,
|
||||
url: location.origin,
|
||||
token: key,
|
||||
openRecent: "true",
|
||||
});
|
||||
if (agentName) {
|
||||
query.set("agent", agentName);
|
||||
|
||||
Reference in New Issue
Block a user