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

Launching VSCode in Ubuntu in a 2nd desktop/workspace always assigns the new window to the first desktop #107607

Closed
davidwendt opened this issue Sep 28, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@davidwendt
Copy link

  • VSCode Version: 1.49.2
  • OS Version: Ubuntu 18.04

Steps to Reproduce:
(make sure no current instances of vscode are running)

  1. From Ubuntu desktop click on the Activites button in the upper-left and select workspace 2
  2. Open a terminal window and navigate to any appropriate directory.
  3. Execute code . from this directory to launch vscode. The vscode window should appear as normal in the ubuntu desktop/workspace.
  4. Click on the Activities button again to switch back to workspace 1
  5. Open a terminal window and navigate to a different directory.
  6. Execute code . from this directory and it will switch to the 2nd desktop/workspace and show the vscode window there.

This broke just recently though I don't know which version specifically introduced this failure.

Does this issue occur when all extensions are disabled?: Yes

@deepak1556
Copy link
Contributor

/duplicate #106727

This is fixed with latest insiders and will be fixed in the next stable release.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@deepak1556 @Tyriar @davidwendt and others