diff options
-rw-r--r-- | editors/code/src/commands/server_version.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/src/commands/server_version.ts b/editors/code/src/commands/server_version.ts index 3a982a418..307408a37 100644 --- a/editors/code/src/commands/server_version.ts +++ b/editors/code/src/commands/server_version.ts | |||
@@ -6,4 +6,5 @@ export function serverVersion(): Cmd { | |||
6 | return () => { | 6 | return () => { |
7 | vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion); | 7 | vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion); |
8 | }; | 8 | }; |
9 | } \ No newline at end of file | 9 | } |
10 | |||