You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open some WSL-based project, i.e. the project that is built using WSL. In my case, this was an OCaml project.
Try to peek/go to definition of some standard symbol (i.e. from installation inside WSL).
VS Code tries to open WSL-based path (like (file:///usr/lib/ocaml/pervasives.ml)) and fails.
Does this issue occur when all extensions are disabled?: This depends on language extensions.
In theory, a smart extension could try to translate the paths but I'm not sure if it's the right solution or if it's easy to implement. It'd be much nicer if VS Code could try to translate those paths into the ones that could be opened from windows (maybe behind an option).
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
(file:///usr/lib/ocaml/pervasives.ml)
) and fails.Does this issue occur when all extensions are disabled?: This depends on language extensions.
In theory, a smart extension could try to translate the paths but I'm not sure if it's the right solution or if it's easy to implement. It'd be much nicer if VS Code could try to translate those paths into the ones that could be opened from windows (maybe behind an option).
The text was updated successfully, but these errors were encountered: