Skip to content
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

Dev Container uses Wrong Window #14307

Closed
Tracked by #14294
tsmaeder opened this issue Oct 14, 2024 · 2 comments
Closed
Tracked by #14294

Dev Container uses Wrong Window #14307

tsmaeder opened this issue Oct 14, 2024 · 2 comments
Assignees

Comments

@tsmaeder
Copy link
Contributor

Bug Description:

When I have multiple windows open, clicking on the "><" icon on the bottom left of the the first opened window and invoking the command "Reopen in Container" Uses that last opened window instead of the window I clicked on.

Steps to Reproduce:

  1. Open a Theia window with a .devcontainer folder
  2. Open another Theia window on a workspace that does not have the .devcontainer folder
  3. In the first window, try starting the devcontainer as described above
  4. Observe nothing happens. When I open the browser log, it says "Error: ENOENT: no such file or directory, scandir 'C:\Users\thomas\code\theia\theia2.devcontainer'"

Further experimentation reveals that I have to restart all of Theia IDE to get rid of the error message once it happens

Additional Information

  • Operating System: Windows 11
  • Theia Version: 1.54.0
@tsmaeder
Copy link
Contributor Author

@sgraband

@JonasHelming
Copy link
Contributor

@jonah-iden

jbicker added a commit that referenced this issue Nov 28, 2024
When there are more than one workspaces open the config json is picked from the right workspace.
Solves #14307
jbicker added a commit that referenced this issue Nov 28, 2024
When there are more than one workspaces open the config json is picked from the right workspace.
Solves #14307
jbicker added a commit that referenced this issue Nov 29, 2024
When there are more than one workspaces open the config json is picked from the right workspace.
Solves #14307
@jbicker jbicker closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants