Skip to content

Globally WSL support #50795

@andre2

Description

@andre2

How to works with WSL in VSCode.
Plugins always require PATH variable i.e. Flow Language Support or VSCode node debugger.
Main problem is in setup default terminal for VSCode. Git and Debugger don't work with VSCode. Using useWSL option in debugger results timeout. Git returns as not installed. After setup terminal.integrated.shellArgs.windows or terminal.integrated.shell.windows VSCode use PATH variable from Windows, not from WSL. Only terminal use this setup. Is any option to set terminal globaly for all addons?

  • VSCode Version: 1.23.1
  • OS Version: Windows 10 Pro

Steps to Reproduce:

  1. User Settings:
    WSL option examples here: https://docs.microsoft.com/en-us/windows/wsl/interop
{
  "terminal.integrated.shellArgs.windows": ["wsl"],
}

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

WSLIssue when using WSLfeature-requestRequest for new features or functionalityon-testplanterminalGeneral terminal issues that don't fall under another labelwindowsVS Code on Windows issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions