diff options
Diffstat (limited to 'editors/code/src/extension.ts')
-rw-r--r-- | editors/code/src/extension.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/code/src/extension.ts b/editors/code/src/extension.ts index 48dd2a614..c8c3004a7 100644 --- a/editors/code/src/extension.ts +++ b/editors/code/src/extension.ts | |||
@@ -58,10 +58,6 @@ export function activate(context: vscode.ExtensionContext) { | |||
58 | Server.client.sendRequest<null>('rust-analyzer/collectGarbage', null) | 58 | Server.client.sendRequest<null>('rust-analyzer/collectGarbage', null) |
59 | ); | 59 | ); |
60 | registerCommand( | 60 | registerCommand( |
61 | 'rust-analyzer.extendSelection', | ||
62 | commands.extendSelection.handle | ||
63 | ); | ||
64 | registerCommand( | ||
65 | 'rust-analyzer.matchingBrace', | 61 | 'rust-analyzer.matchingBrace', |
66 | commands.matchingBrace.handle | 62 | commands.matchingBrace.handle |
67 | ); | 63 | ); |