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 b3d88f3 commit 8b427aeCopy full SHA for 8b427ae
editors/code/src/commands/server_version.ts
@@ -6,4 +6,5 @@ export function serverVersion(): Cmd {
6
return () => {
7
vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion);
8
};
9
-}
+}
10
+
0 commit comments