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
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
I would also like to see support for Windows Subsystem for Linux in Windows 10. Here is the filepath that it's installed to when I follow the guidelines in the Rust website.
Version of VSCode: 1.19.3
Version of the extension: current master
OS: Windows 10
Description:
I want to install rust in wsl. I changed
vscode-rust/src/components/cargo/output_channel_task_manager.ts
Lines 59 to 65 in f78d234
to
set working directory to project root (at config)
and changed
vscode-rust/src/components/cargo/CargoTaskManager.ts
Lines 302 to 308 in f78d234
to
cargo check/build/test works well. But it's too hacky and it should be configurable.
Output of the "Rust logging" channel:
The text was updated successfully, but these errors were encountered: