microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

The expanded replicas don't change correspondingly with the disconnection #154

Open v-xinda opened 3 years ago

v-xinda commented 3 years ago

OS: All Build Version: 0.4.0 Regression: Not a regression

Repro Steps:

  1. Install tye using the following command.
    dotnet tool install -g Microsoft.Tye --version "0.10.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
  2. Download the project by the command "git clone https://github.com/pratiksanglikar/tye-demo" -> Open the project in VS Code -> Tye-run.
  3. Navigate to TYE view -> Click "Attach" button.
  4. Expand all replicas in the following screenshot -> Click "Disconnect" button to stop the debugging. image
  5. Check whether the expanded replicas change correspondingly with the disconnection.

Expect: The expanded replicas change correspondingly with the disconnection.

Actual: The expanded replicas don't change correspondingly with the disconnection. image

More Info: This issue also reproduces on the previous Tye extension released build.

pratiksanglikar commented 3 years ago

At first glance, it seems to be a bug with the VSCode itself but needs more investigation. @v-xinda, what is the version of vscode you are using?

v-xinda commented 3 years ago

@pratiksanglikar I used the version of the Visual Studio Code is 1.60.0.