-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
WSLIssue when using WSLIssue when using WSLfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplanterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelwindowsVS Code on Windows issuesVS Code on Windows issues
Milestone
Description
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:
- 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
michaellee8, davidovich, xcdr, aj8k, LYP951018 and 101 more
Metadata
Metadata
Assignees
Labels
WSLIssue when using WSLIssue when using WSLfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplanterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelwindowsVS Code on Windows issuesVS Code on Windows issues