summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-28 16:59:43 +0000
committerQMK Bot <hello@qmk.fm>2022-08-28 16:59:43 +0000
commitf4b5842a7af5b813fe64eecaaeaa4210c9ab9b7c (patch)
tree7a2703e0089fbc1408d694e88d47f66a8bb68774
parentd983251c10c4bb152c746dc4e94bc954b1b82c8c (diff)
parentef0c87c976ff298f2e34e417808ed816f7ecb0b5 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5fedaf477b..76117e52e0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,7 +6,8 @@
"files.exclude": {
"**/.build": true,
"**/*.hex": true,
- "**/*.bin": true
+ "**/*.bin": true,
+ "**/*.uf2": true
},
"files.associations": {
"*.h": "c",