feat: open most recent directory or workspace when launching VS Code (#13326)

This commit is contained in:
Asher
2024-05-21 09:19:59 -08:00
committed by GitHub
parent 273209432d
commit 8e78b9495d
@@ -126,6 +126,7 @@ const VSCodeButton: FC<VSCodeDesktopButtonProps> = ({
workspace: workspaceName,
url: location.origin,
token: key,
openRecent: "true",
});
if (agentName) {
query.set("agent", agentName);