mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	docs: proper value of word-based suggestions setting to setup VSCode (#12586)
This commit is contained in:
		
							parent
							
								
									ad58d7e23e
								
							
						
					
					
						commit
						b2c5a90af7
					
				@ -106,7 +106,7 @@ in User `settings.json` (`cmd + shift + p` and search for `Open User Settings JS
 | 
				
			|||||||
    "editor.suggest.snippetsPreventQuickSuggestions": false,
 | 
					    "editor.suggest.snippetsPreventQuickSuggestions": false,
 | 
				
			||||||
    "editor.suggestSelection": "first",
 | 
					    "editor.suggestSelection": "first",
 | 
				
			||||||
    "editor.tabCompletion": "onlySnippets",
 | 
					    "editor.tabCompletion": "onlySnippets",
 | 
				
			||||||
    "editor.wordBasedSuggestions": false,
 | 
					    "editor.wordBasedSuggestions": "off",
 | 
				
			||||||
    "editor.defaultFormatter": "Dart-Code.dart-code"
 | 
					    "editor.defaultFormatter": "Dart-Code.dart-code"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user