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.

24 lines
473 B

4 years ago
  1. {
  2. "folders": [
  3. {
  4. "path": ".",
  5. }
  6. ],
  7. "settings": {
  8. "SublimeAnarchyDebug": {
  9. "debug": {
  10. "executable": "${project_path}/test/circuits/add",
  11. "params": [
  12. "addin.json",
  13. "out.bin",
  14. ],
  15. "path": [
  16. ],
  17. "environment": [
  18. ],
  19. "working_dir": "${project_path}"
  20. }
  21. }
  22. }
  23. }