mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-04 05:35:55 +00:00 
			
		
		
		
	Activate on top level Cargo.toml and rust-project.json files
				
					
				
			This commit is contained in:
		
							parent
							
								
									3770f73bd6
								
							
						
					
					
						commit
						45e05abf7b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -68,7 +68,9 @@
 | 
				
			||||||
        "typescript": "^5.1.6"
 | 
					        "typescript": "^5.1.6"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "activationEvents": [
 | 
					    "activationEvents": [
 | 
				
			||||||
 | 
					        "workspaceContains:Cargo.toml",
 | 
				
			||||||
        "workspaceContains:*/Cargo.toml",
 | 
					        "workspaceContains:*/Cargo.toml",
 | 
				
			||||||
 | 
					        "workspaceContains:rust-project.json",
 | 
				
			||||||
        "workspaceContains:*/rust-project.json"
 | 
					        "workspaceContains:*/rust-project.json"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "main": "./out/main",
 | 
					    "main": "./out/main",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue