diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/commands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 8f672e68d..0fdb9fe05 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts | |||
@@ -431,7 +431,7 @@ export function viewHir(ctx: Ctx): Cmd { | |||
431 | 431 | ||
432 | export function viewItemTree(ctx: Ctx): Cmd { | 432 | export function viewItemTree(ctx: Ctx): Cmd { |
433 | const tdcp = new class implements vscode.TextDocumentContentProvider { | 433 | const tdcp = new class implements vscode.TextDocumentContentProvider { |
434 | readonly uri = vscode.Uri.parse('rust-analyzer://viewItemTree/itemtree.txt'); | 434 | readonly uri = vscode.Uri.parse('rust-analyzer://viewItemTree/itemtree.rs'); |
435 | readonly eventEmitter = new vscode.EventEmitter<vscode.Uri>(); | 435 | readonly eventEmitter = new vscode.EventEmitter<vscode.Uri>(); |
436 | constructor() { | 436 | constructor() { |
437 | vscode.workspace.onDidChangeTextDocument(this.onDidChangeTextDocument, this, ctx.subscriptions); | 437 | vscode.workspace.onDidChangeTextDocument(this.onDidChangeTextDocument, this, ctx.subscriptions); |