How to prevent rust-analyzer from running automatically in VS code
Add this to your settings.json in VS Code (open Command Palette -> Preferences: Open Settings (JSON)):
example.json
"rust-analyzer.initializeStopped": true,You might need to remove the comma if it’s the last entry in the file.
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow