It would be nice if ts server in VSCode could run using Ubuntu Bash (Windows Subsystem for Linux). It is needed if in general dev workflow assumes working with bash shell and WSL file system. For example, WSL symlinks are not compatible with windows NTFS symlinks - this makes running VSCode (tsserver) and other node_modules related operations in bash shell incompatible when linked modules are involved.
This issue is one of the cases of #10129
It would be nice if ts server in VSCode could run using Ubuntu Bash (Windows Subsystem for Linux). It is needed if in general dev workflow assumes working with bash shell and WSL file system. For example, WSL symlinks are not compatible with windows NTFS symlinks - this makes running VSCode (tsserver) and other node_modules related operations in bash shell incompatible when linked modules are involved.
This issue is one of the cases of #10129