diff --git a/lib/index.js b/lib/index.js index 62c51ca..9f4c694 100644 --- a/lib/index.js +++ b/lib/index.js @@ -477,8 +477,8 @@ class RustLanguageClient extends AutoLanguageClient { !filePath.includes('/target/release/') } - // Killing servers is faster and less likely to get stuck, but let's see if rust-analyzer deserves grace... - shutdownGracefully = true + // Kill servers fast (#196) + shutdownGracefully = false async startServerProcess(projectPath) { if (shouldIgnoreProjectPath(projectPath)) {