vscode: update config
This commit is contained in:
		
							parent
							
								
									323a02c6fd
								
							
						
					
					
						commit
						8f2ccfea9d
					
				
					 1 changed files with 15 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,4 +9,18 @@
 | 
				
			||||||
    "git.confirmSync": false,
 | 
					    "git.confirmSync": false,
 | 
				
			||||||
    "editor.suggest.snippetsPreventQuickSuggestions": false,
 | 
					    "editor.suggest.snippetsPreventQuickSuggestions": false,
 | 
				
			||||||
    "update.mode": "none",
 | 
					    "update.mode": "none",
 | 
				
			||||||
}
 | 
					    "intelephense.files.exclude": [
 | 
				
			||||||
 | 
					        "**/.git/**",
 | 
				
			||||||
 | 
					        "**/.svn/**",
 | 
				
			||||||
 | 
					        "**/.hg/**",
 | 
				
			||||||
 | 
					        "**/CVS/**",
 | 
				
			||||||
 | 
					        "**/.DS_Store/**",
 | 
				
			||||||
 | 
					        "**/node_modules/**",
 | 
				
			||||||
 | 
					        "**/bower_components/**",
 | 
				
			||||||
 | 
					        "**/vendor/**/{Tests,tests}/**",
 | 
				
			||||||
 | 
					        "**/.history/**",
 | 
				
			||||||
 | 
					        "**/vendor/**/vendor/**",
 | 
				
			||||||
 | 
					        "**/.direnv/**"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "intelephense.format.braces": "k&r",
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue