vscode: fix nix formatter
This commit is contained in:
		
							parent
							
								
									7d6c0d50d7
								
							
						
					
					
						commit
						79d96e3c60
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -26,6 +26,18 @@
 | 
			
		|||
    "continue.enableTabAutocomplete": true,
 | 
			
		||||
    "intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
 | 
			
		||||
    "diffEditor.hideUnchangedRegions.enabled": true,
 | 
			
		||||
   
 | 
			
		||||
    "nix.enableLanguageServer": true,
 | 
			
		||||
    "nix.serverPath": "nil",
 | 
			
		||||
    "nix.formatterPath": "nixfmt",
 | 
			
		||||
    "nix.serverSettings": {
 | 
			
		||||
        "nil": {
 | 
			
		||||
            "formatting": {
 | 
			
		||||
                "command": [
 | 
			
		||||
                    "nixfmt"
 | 
			
		||||
                ]
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "explorer.confirmDelete": false,
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue