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
I open VSCode to a Rust project. Argus does a bunch of stuff including installing the CLI, but then nothing happens. The "argus" text in the statusbar is red. If I click on it it just shows an empty error.
Re-opening VSCode causes the installation to go back to the beginning even though I already got an "installation completed successfully" message from the first attempt.
Hmmmm, this is indeed quite strange. Is the code you tested this with publicly available?
I'll note two things
The argus CLI only installs once, but under the hood it'll run cargo check whenever you open a new file or project. Could you include the output of cargo check for the code you've tested this on?
The log output says that argus installed correctly. I've seen something similar happen when the project has build errors, not type errors. (E.g., misconfigured Cargo.toml).
Problem
I open VSCode to a Rust project. Argus does a bunch of stuff including installing the CLI, but then nothing happens. The "argus" text in the statusbar is red. If I click on it it just shows an empty error.
Re-opening VSCode causes the installation to go back to the beginning even though I already got an "installation completed successfully" message from the first attempt.
Logs
OS: win32 (10.0.19045)
VSCode: 1.93.1
Error message
Full log: https://paste.rs/2DqH8
The text was updated successfully, but these errors were encountered: