mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-27 08:16:40 +01:00 
			
		
		
		
	chore(vscode): add search excludes
This commit is contained in:
		
							
								
								
									
										9
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -28,5 +28,12 @@ | |||||||
|     "typescript.validate.enable": true, |     "typescript.validate.enable": true, | ||||||
|     "typescript.tsserver.experimental.enableProjectDiagnostics": true, |     "typescript.tsserver.experimental.enableProjectDiagnostics": true, | ||||||
|     "typescript.tsdk": "node_modules/typescript/lib", |     "typescript.tsdk": "node_modules/typescript/lib", | ||||||
|     "typescript.enablePromptUseWorkspaceTsdk": true |     "typescript.enablePromptUseWorkspaceTsdk": true, | ||||||
|  |     "search.exclude": { | ||||||
|  |         "**/node_modules": true, | ||||||
|  |         "docs/**/*.html": true, | ||||||
|  |         "docs/**/*.png": true, | ||||||
|  |         "apps/server/src/assets/doc_notes/**": true, | ||||||
|  |         "apps/edit-docs/demo/**": true | ||||||
|  |     } | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user