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
Is your feature request related to a problem?
Not a problem but an annoyance.
I am building a project in VsCode that utilizes a .code-workspace file to create multiple separate workspaces.
Presently, I am required to let DevPod open VsCode, and then I have to manually reopen It by opening the .code-workspace file from the menu.
Which solution do you suggest?
Having an "IDE Arguments" field per workspace would be great.
In the "IDE Arguments" field, I could specify .code-workspace, and it would be equivalent to opening VsCode from the shell like:
code ./.code-workspace
This feature request would be a minor quality-of-life improvement.
As it stands now, I have to open my project twice:
Let DevPod load the project and open VsCode
Reopen the code-workspace file in VsCode to begin working.
Which alternative solutions exist?
I don't think alternatives exist.
I asked in the Slack channel, and @pascalbreuninger suggested that I open a feature request.
Additional context
The text was updated successfully, but these errors were encountered:
ghorsey
changed the title
Add the ability to pass argument to and IDE per workspace
Feature Request: Add the ability to pass argument to and IDE per workspace
Jan 14, 2025
Is your feature request related to a problem?
Not a problem but an annoyance.
I am building a project in VsCode that utilizes a
.code-workspace
file to create multiple separate workspaces.Presently, I am required to let DevPod open VsCode, and then I have to manually reopen It by opening the
.code-workspace
file from the menu.Which solution do you suggest?
Having an "IDE Arguments" field per workspace would be great.
In the "IDE Arguments" field, I could specify
.code-workspace,
and it would be equivalent to opening VsCode from the shell like:This feature request would be a minor quality-of-life improvement.
As it stands now, I have to open my project twice:
code-workspace
file in VsCode to begin working.Which alternative solutions exist?
I don't think alternatives exist.
I asked in the Slack channel, and @pascalbreuninger suggested that I open a feature request.
Additional context
The text was updated successfully, but these errors were encountered: