settings.json 218 B

12345678910
  1. {
  2. "C_Cpp.dimInactiveRegions": false,
  3. "files.exclude": {
  4. "**/.git": true,
  5. "**/GPUCache" : true,
  6. "**/build" : true,
  7. "**/*.pyc" : true
  8. },
  9. "editor.renderWhitespace": "all"
  10. }