mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	Merge pull request #18937 from darichey/hide-syntax-tree-default
Hide syntax tree view by default
This commit is contained in:
		
						commit
						40710f2748
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -366,7 +366,7 @@ | ||||||
|                     }, |                     }, | ||||||
|                     "rust-analyzer.showSyntaxTree": { |                     "rust-analyzer.showSyntaxTree": { | ||||||
|                         "markdownDescription": "Whether to show the syntax tree view.", |                         "markdownDescription": "Whether to show the syntax tree view.", | ||||||
|                         "default": true, |                         "default": false, | ||||||
|                         "type": "boolean" |                         "type": "boolean" | ||||||
|                     }, |                     }, | ||||||
|                     "rust-analyzer.testExplorer": { |                     "rust-analyzer.testExplorer": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Laurențiu Nicola
						Laurențiu Nicola