Exclude uf2 files in VS Code (#18186)
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -6,7 +6,8 @@ | ||||
|     "files.exclude": { | ||||
|         "**/.build": true, | ||||
|         "**/*.hex": true, | ||||
|         "**/*.bin": true | ||||
|         "**/*.bin": true, | ||||
|         "**/*.uf2": true | ||||
|     }, | ||||
|     "files.associations": { | ||||
|         "*.h": "c", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user