mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-30 11:37:31 +00:00 
			
		
		
		
	 d2e856ccc4
			
		
	
	
		d2e856ccc4
		
	
	
	
	
		
			
			Add a separate markdown file containing the settings.json snippet from the "Useful Setup Tips". This fixes the rendering and also makes the text selectable. Also use double-backticks for `code` rendering.
		
			
				
	
	
	
	
		
			234 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			234 B
		
	
	
	
	
	
	
	
Settings Example
Add the following to settings.json to mark Rust library sources as read-only:
"files.readonlyInclude": {
  "**/.cargo/registry/src/**/*.rs": true,
  "**/lib/rustlib/src/rust/library/**/*.rs": true,
},