2021-09-12 18:01:02 +08:00
|
|
|
{
|
|
|
|
"C_Cpp_Runner.cCompilerPath": "/usr/bin/gcc",
|
|
|
|
"C_Cpp_Runner.cppCompilerPath": "/usr/bin/g++",
|
|
|
|
"C_Cpp_Runner.debuggerPath": "/usr/bin/gdb",
|
|
|
|
"C_Cpp_Runner.makePath": "/usr/bin/make",
|
|
|
|
"C_Cpp_Runner.warnings": [
|
|
|
|
"-Wall",
|
|
|
|
"-Wextra",
|
|
|
|
"-Wpedantic"
|
|
|
|
],
|
|
|
|
"C_Cpp_Runner.compilerArgs": [],
|
|
|
|
"C_Cpp_Runner.includePaths": [],
|
|
|
|
"C_Cpp_Runner.linkerArgs": [],
|
|
|
|
"C_Cpp_Runner.cStandard": "",
|
|
|
|
"C_Cpp_Runner.cppStandard": "",
|
|
|
|
"C_Cpp_Runner.excludeSearch": [],
|
|
|
|
"C_Cpp_Runner.enableWarnings": true,
|
|
|
|
"C_Cpp_Runner.warningsAsError": false,
|
|
|
|
"files.associations": {
|
2022-08-07 20:08:40 +08:00
|
|
|
"*.json": "jsonc",
|
2021-09-12 18:01:02 +08:00
|
|
|
"cmath": "c",
|
2021-09-15 00:15:04 +08:00
|
|
|
"complex": "c",
|
2023-06-26 22:48:56 +08:00
|
|
|
"xcmd_keys.h": "c",
|
2022-08-07 20:08:40 +08:00
|
|
|
"xcmd.h": "c",
|
2023-06-26 22:48:56 +08:00
|
|
|
"xcmd_cmds.h": "c",
|
2022-08-07 20:08:40 +08:00
|
|
|
"typeinfo": "c",
|
|
|
|
"xcmd_define.h": "c",
|
2023-06-26 22:48:56 +08:00
|
|
|
"xcmd_confg.h": "c",
|
2022-08-07 20:08:40 +08:00
|
|
|
"ex_keys.h": "c",
|
|
|
|
"ex_cmds.h": "c",
|
|
|
|
"test.h": "c",
|
2023-06-11 23:19:30 +08:00
|
|
|
"ctype.h": "c",
|
|
|
|
"string.h": "c",
|
|
|
|
"stdarg.h": "c",
|
|
|
|
"stddef.h": "c",
|
|
|
|
"unistd.h": "c",
|
|
|
|
"stdlib.h": "c",
|
|
|
|
"stdio.h": "c",
|
2023-06-26 22:48:56 +08:00
|
|
|
"xnr_line.h": "c",
|
|
|
|
"errno.h": "c",
|
2023-06-27 22:49:22 +08:00
|
|
|
"stdint.h": "c",
|
|
|
|
"*.xcmd_confg": "c"
|
2023-06-11 23:19:30 +08:00
|
|
|
},
|
|
|
|
"cmake.sourceDirectory": "/home/hqm/project/xcmd/example/esp_idf",
|
|
|
|
"MicroPython.executeButton": [
|
|
|
|
{
|
|
|
|
"text": "▶",
|
|
|
|
"tooltip": "运行",
|
|
|
|
"alignment": "left",
|
|
|
|
"command": "extension.executeFile",
|
|
|
|
"priority": 3.5
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"MicroPython.syncButton": [
|
|
|
|
{
|
|
|
|
"text": "$(sync)",
|
|
|
|
"tooltip": "同步",
|
|
|
|
"alignment": "left",
|
|
|
|
"command": "extension.execute",
|
|
|
|
"priority": 4
|
|
|
|
}
|
2023-06-26 22:48:56 +08:00
|
|
|
],
|
|
|
|
"idf.port": "/dev/ttyUSB0",
|
|
|
|
"idf.adapterTargetName": "esp32s2"
|
2021-09-12 18:01:02 +08:00
|
|
|
}
|