Microsoft/vscode

Support /mnt WSL links in windows not using Remote WSL

Open

#96.941 geöffnet am 4. Mai 2020

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
WSLfeature-requesthelp wantedterminal-linkswindows

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

  • VSCode Version: 1.44.2
  • OS Version: Windows 10 1909

Using a Windows terminal for the integrated terminal system such as Powershell lets you jump to places in code logged by errors by holding ctrl and clicking on the directory. However, using WSL, you can't do this because your Windows filesystem is mounted so it shows /mnt/ before the directory. I think this can be fixed with some Regex and I would appreciate if it were fixed because I find the code jumping convenient.

Contributor Guide