We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77ac93 commit 69b8456Copy full SHA for 69b8456
editors/code/src/main.ts
@@ -91,10 +91,7 @@ async function activateServer(ctx: Ctx): Promise<RustAnalyzerExtensionApi> {
91
ctx.subscriptions
92
);
93
94
- await ctx.activate().catch((err) => {
95
- void vscode.window.showErrorMessage(`Cannot activate rust-analyzer server: ${err.message}`);
96
- });
97
-
+ await ctx.activate();
98
return ctx.clientFetcher();
99
}
100
0 commit comments