luatos.code-workspace 168 B

12345678910111213141516
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": "..\\rt-thread"
  8. }
  9. ],
  10. "settings": {
  11. "files.associations": {
  12. "typeindex": "c",
  13. "typeinfo": "c"
  14. }
  15. }
  16. }