eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

VS Code Windows: --list-extensions mismatch #151

Closed jamesjuett closed 10 months ago

jamesjuett commented 10 months ago

https://github.com/eecs280staff/tutorials/blob/568798de2439c089438399c6e7db749011002a6b/docs/setup_vscode_wsl.md?plain=1#L67C7-L68C7

On my machine, the WSL remote extension isn't shown when these commands are run from a bash shell. I believe that's because it only shows the extensions installed in WSL, and the WSL-remote extension shouldn't be installed there, just locally on the Windows side.

awdeorio commented 10 months ago

If we go with #149, does this issue go away?

jamesjuett commented 10 months ago

If we go with #149, does this issue go away?

Yeah, pretty much. The UI clearly shows a list of local extensions and a list of extensions in WSL.

awdeorio commented 10 months ago

Sounds like we should go with #149 and kill both issues with one change.

jamesjuett commented 10 months ago

Agreed, though I had concurrently fixed it in #153. Won't hurt to fix there for now, just in case I don't get to #149 before the end of the day.