-
追梦 authored
osdebugsupport add for k210-smart and qemu-virt-rv64
54467b60
{
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
],
"files.associations": {
"syscall.h": "c",
"dfs_posix.h": "c",
"*.in": "cpp",
"memory": "c"
}
}