You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

trCRM.code-workspace 209B

123456789101112131415161718
  1. {
  2. "folders": [
  3. {
  4. "path": "upgradeRes4Dev"
  5. },
  6. {
  7. "path": "../../UnityAPI"
  8. }
  9. ],
  10. "settings": {
  11. "files.exclude": {
  12. "**/.prefab": true
  13. },
  14. "search.exclude": {
  15. "**/*.prefab": true
  16. }
  17. }
  18. }