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
Describe the bug
When using VS Code's Remote SSH feature to connect to a Linux machine, the extension fails to find the Swift toolchain even though it is available in PATH.
The workaround is to put the path to the Swift toolchain in the remote machine or workspace settings:
Describe the bug
When using VS Code's Remote SSH feature to connect to a Linux machine, the extension fails to find the Swift toolchain even though it is available in
PATH
.The workaround is to put the path to the Swift toolchain in the remote machine or workspace settings:
You can find the path to the Swift toolchain by running
which swift
.To Reproduce
Steps to reproduce the behavior:
PATH
.Expected behavior
The Swift toolchain should be automatically detected.
Environment
The text was updated successfully, but these errors were encountered: