mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	Update Node.js, vscode, and ts deps
This commit is contained in:
		
							parent
							
								
									2fa819c9d3
								
							
						
					
					
						commit
						00726cf697
					
				
					 29 changed files with 2715 additions and 1857 deletions
				
			
		|  | @ -7,8 +7,10 @@ import * as ra from "./lsp_ext"; | |||
| export class SyntaxTreeProvider implements vscode.TreeDataProvider<SyntaxElement> { | ||||
|     private _onDidChangeTreeData: vscode.EventEmitter<SyntaxElement | undefined | void> = | ||||
|         new vscode.EventEmitter<SyntaxElement | undefined | void>(); | ||||
| 
 | ||||
|     readonly onDidChangeTreeData: vscode.Event<SyntaxElement | undefined | void> = | ||||
|         this._onDidChangeTreeData.event; | ||||
| 
 | ||||
|     ctx: CtxInit; | ||||
|     root: SyntaxNode | undefined; | ||||
|     hideWhitespace: boolean = false; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen