-
Notifications
You must be signed in to change notification settings - Fork 21
Optionally open last used folder #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good idea |
This would be huge! |
I added it to the VS Code desktop app module, do note though that it will not affect the builtin VS Code desktop app since we expose no options for configuring that. At least, I think? Does that seem sufficient or do you think we might need a way to configure this for the built-in app? Or make opening recent the default for the built-in app? Ideal is to move people to the module if they need configuration, I think. |
@code-asher that's great. I agree we should direct customers to the registry when possible. However, the requesting customer can't use our modules (airgapped), so we'd have to support something in the built-in app too. I initially imagined adding a new field under We should just make opening recent the default for the built-in app. Ideal behaviour:
Again, rationale is emulating local VSCode. |
Sounds good, I will just make it the default! Seems pretty reasonable to me anyway, especially since the built-in has no way to configure a separate folder from the agent. |
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.
The text was updated successfully, but these errors were encountered: