mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
vscode refactoring: use more laconic export snytax, split huge string to several lines
This commit is contained in:
parent
e72771ebc6
commit
8184752470
3 changed files with 17 additions and 32 deletions
|
@ -11,7 +11,7 @@ let ctx!: Ctx;
|
|||
export async function activate(context: vscode.ExtensionContext) {
|
||||
ctx = new Ctx(context);
|
||||
|
||||
// Commands which invokes manually via command pallet, shortcut, etc.
|
||||
// Commands which invokes manually via command pallete, shortcut, etc.
|
||||
ctx.registerCommand('analyzerStatus', commands.analyzerStatus);
|
||||
ctx.registerCommand('collectGarbage', commands.collectGarbage);
|
||||
ctx.registerCommand('matchingBrace', commands.matchingBrace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue