microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.53k stars 28.65k forks source link

code . command has a bug #127291

Closed Guanbin-Huang closed 3 years ago

Guanbin-Huang commented 3 years ago

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

Steps to Reproduce:

Your friend and you share a remote machine and a same docker container. Both of you are online.

  1. You cd to some dir which you want to be your working space, and you type in code .
  2. Not only you but also your friend's vsocde pop out your wokring space, which is annoying. Because this will bother other user to use vscode.
bpasero commented 3 years ago

Is this using any of the remote extensions from VSCode?

aeschli commented 3 years ago

Are you running code . in the integrated terminal or a remote window? Maybe it is a duplicate of https://github.com/microsoft/vscode/issues/121926?