-
Notifications
You must be signed in to change notification settings - Fork 50
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
Unexpectedly Triggering rust-analyzer #243
Comments
Could you add your tasks.json file to the ticket? |
I do not add any tasks.json to my project or the environment. Steps to reproduce: Make a new dir, put |
If you don't have a tasks.json, I don't how this activation event could occur |
Here is some log from VS Code after I manually configure my meson project via the extension:
It seems that the extension tried everything and there was only rust-analyzer that I installed onto my VS Code, which was activated. |
This sounds very similar: microsoft/vscode#192043. What are your thoughts? |
That makes sense. However, working with CMake plugin on my machine does not have this annoying issue. How strange! |
Yeah. Let's keep this open, but I'm pretty sure it isn't a problem with the extension because the only interaction we have with rust-analyzer is setting the path to the rust-projects.json file or whatever it is called. |
When I open a C project using meson build system, and this extension activates my rust-analyzer extension by
activationEvent: 'onTaskType:cargo'
, cause rust-analyzer to complain missingcargo.toml
error.The text was updated successfully, but these errors were encountered: