microsoft / vscode

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

basch script tabs don't change #142103

Closed leonjanzen-work closed 2 years ago

leonjanzen-work commented 2 years ago

Issue Type: Bug

If I have two bash script tabs open on a linux server, they both display the contents of the second tab. If I close the second tab, then the first tab goes back to displaying it's original content, but only when the second tab is closed. (Multiple PowerShell tabs work normally, and do not have this same problem.)

The problem still occurs when all of my extensions are disabled (except the "Remote - SSH" extension, which is required for opening a bash script tab).

VS Code version: Code 1.63.2 (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:40:02.816Z) OS version: Windows_NT x64 10.0.19044 Restricted Mode: No Remote OS version: Linux x64 5.4.0-96-generic

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (12 x 3192)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.84GB (6.51GB free)| |Process Argv|--file-uri file:///c%3A/Users/ljanzen/Projects/Websites/linsrv2.code-workspace --crash-reporter-id 35bae971-461f-4f21-80a9-129d237f328e| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: linsrv2| |OS|Linux x64 5.4.0-96-generic| |CPUs|Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (2 x 2397)| |Memory (System)|3.51GB (0.14GB free)| |VM|0%|
Extensions (7) Extension|Author (truncated)|Version ---|---|--- sas-syntax|77q|1.0.8 remote-containers|ms-|0.209.6 remote-ssh|ms-|0.70.0 remote-ssh-edit|ms-|0.70.0 remote-wsl|ms-|0.63.13 vscode-remote-extensionpack|ms-|0.21.0 twig|wha|1.0.2
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyl392:30425749 pythontb:30283811 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 pythondataviewer:30285071 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 vsc1dst:30428979 pythonvs932:30410667 vs360:30404995 vsrem710:30416614 ```
leonjanzen-work commented 2 years ago

Nevermind, I switched the "Remote - SSH" extension to the pre-release version, and the problem went away. Then I switched back to the release version, and the problem was still gone. Just a glitch on my workstation.