- Notifications
You must be signed in to change notification settings - Fork24
Description
A customer requested that we add an option to open the last used directory in VSCode, rather than the one configured by the agent.
If VSCode desktop is configured without the folder, it should default to the last-used directory. However, if the coder_agent is given a default directory to use for ssh connections, this will override that behavior.
It would be nice if in the terraform provider we could explicitly enforce opening the last-used directory.
We want to mimic the desktop behavior as closely as possible.
resource"coder_app""vscode" {agent_id=agent_idicon="/icon/code.svg"slug="vscode"display_name="VS Code Desktop"order=var.order...open_recent=true# defaults to false}
Metadata
Metadata
Assignees
Labels
No labels