microsoft / vscode

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

Inconsistent naming for WSL projects in right-click taskbar menu #188134

Open Freds72AtWork opened 1 year ago

Freds72AtWork commented 1 year ago

Type: Bug How to reproduce:

image

example: see "bdm" entry (duplicated with pinned btw...) is a WSL project but doesn't show the same [WSL] marker.

VS Code version: Code 1.80.1 (74f6148eb9ea00507ec113ec51c489d6ffb4b771, 2023-07-12T17:22:07.651Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i5-1245U (12 x 2496)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.69GB (2.32GB free)| |Process Argv|--folder-uri file:///c%3A/Users/w103404/OneDrive%20-xxxxxxx/Documents/purview --crash-reporter-id 8d7a401e-7e97-485f-83f1-3bb947208d28| |Screen Reader|no| |VM|0%|
Extensions (18) Extension|Author (truncated)|Version ---|---|--- vscode-openapi|42C|4.18.5 swagger-viewer|Arj|3.1.2 erdiagram|BIG|0.4.0 sqltools-databricks-driver|dat|0.4.1 vuerd-vscode|din|0.9.15 prettier-vscode|esb|9.19.0 isort|ms-|2023.10.1 python|ms-|2023.12.0 vscode-pylance|ms-|2023.7.20 jupyter|ms-|2023.6.1101941928 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-wsl|ms-|0.80.2 sqltools|mtx|0.28.0 vscode-yaml|red|1.13.0 avro|str|0.5.0
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263:30792226 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30610678 282f8724:30602487 pyind779:30671433 f6dab269:30613381 pythonsymbol12:30671437 showlangstatbar:30737416 vsctsb:30748421 pythonms35:30701012 03d35959:30757346 pythonfmttext:30731395 pythoncmv:30756943 fixshowwlkth:30771522 hideindicator:30785051 pythongtdpath:30769146 bgfeh915:30780428 pythonnosm12tcf:30779713 pythonidxpt:30784022 pythonnocebcf:30776496 h7j2d465:30786200 dsvsc013:30789517 ```
andrewreal commented 11 months ago

I'm not 100% certain this is related to the original post but myself and my colleagues are getting a similar issue with Remote SSH folders / connections in the Task Bar recent folders list.

We connect to several different website hosting accounts using Remote SSH and in almost all cases we open the public_html folder when we connect rather than the root of the account. So then all of the Recent Folders just appear as public_html which mean we have to hover over each to find the connection we want. This happens with pinned folders as well as recent folders.

image