Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with empty error message #39

Open
Diggsey opened this issue Sep 24, 2024 · 1 comment
Open

Fails with empty error message #39

Diggsey opened this issue Sep 24, 2024 · 1 comment

Comments

@Diggsey
Copy link

Diggsey commented Sep 24, 2024

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

@gavinleroy
Copy link
Collaborator

Hmmmm, this is indeed quite strange. Is the code you tested this with publicly available?

I'll note two things

  1. 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?
  2. 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants