settings.json 341 B

12345678910111213
  1. {
  2. "files.associations": {
  3. "*.h": "c",
  4. "cmath": "c",
  5. "*.tcc": "c",
  6. "type_traits": "c",
  7. "cinttypes": "c",
  8. "cstdlib": "c"
  9. },
  10. "RTT_Studio.Build.Parallel_Jobs": "16",
  11. "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
  12. "cortex-debug.variableUseNaturalFormat": true
  13. }