mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Improve server version info
This commit is contained in:
parent
88014fcec0
commit
4e48a73f9c
5 changed files with 45 additions and 1 deletions
|
@ -55,6 +55,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
ctx.registerCommand('run', commands.run);
|
||||
ctx.registerCommand('onEnter', commands.onEnter);
|
||||
ctx.registerCommand('ssr', commands.ssr);
|
||||
ctx.registerCommand('serverVersion', commands.serverVersion);
|
||||
|
||||
// Internal commands which are invoked by the server.
|
||||
ctx.registerCommand('runSingle', commands.runSingle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue