mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 13:13:18 +00:00 
			
		
		
		
	Formatting
This commit is contained in:
		
							parent
							
								
									cb28175d22
								
							
						
					
					
						commit
						84ab0d83d5
					
				@ -194,8 +194,8 @@ function getCCppDebugConfig(
 | 
			
		||||
        args: runnable.args.executableArgs,
 | 
			
		||||
        cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
 | 
			
		||||
        sourceFileMap,
 | 
			
		||||
        environment: Object.entries(env).map(entry => {
 | 
			
		||||
            return { "name": entry[0], "value": entry[1] };
 | 
			
		||||
        environment: Object.entries(env).map((entry) => {
 | 
			
		||||
            return { name: entry[0], value: entry[1] };
 | 
			
		||||
        }),
 | 
			
		||||
        // See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
 | 
			
		||||
        osx: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user