Skip to content

Commit

Permalink
Jul 1, 2024, 1:31 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
frohro committed Jul 1, 2024
1 parent 07a773a commit dc0ba11
Show file tree
Hide file tree
Showing 8 changed files with 94,340 additions and 129,041 deletions.
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,23 @@
"ostream": "cpp",
"*.tcc": "cpp"
},
"gitdoc.enabled": true
"gitdoc.enabled": true,
"MicroPython.executeButton": [
{
"text": "",
"tooltip": "Run",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "sync",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
]
}
Loading

0 comments on commit dc0ba11

Please sign in to comment.