balancing-robot/.vscode/settings.json
philsson a1cb640b2b RC Parser on UART implemented
The receiving end on the stm32.
TODO: Send back data to the NodeMCU
2020-06-13 15:45:43 +02:00

24 lines
716 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
//"C_Cpp.intelliSenseEngine": "Default" // Does not work with "Go to definition" etc.
"C_Cpp.intelliSenseEngine": "Tag Parser",
"files.associations": {
"cmath": "cpp",
"queue": "cpp",
"__bit_reference": "cpp",
"__functional_base": "cpp",
"atomic": "cpp",
"deque": "cpp",
"functional": "cpp",
"iterator": "cpp",
"limits": "cpp",
"memory": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"vector": "cpp",
"string": "cpp",
"initializer_list": "cpp",
"string_view": "cpp",
"utility": "cpp"
}
}