hello everone, i m trying to make a sublime-build file for alda but i m getting this error [27713] ERROR C:\Users\taylan\Documents\Alda (Access is denied) and yes i run sublime text as admin (windows 10)
build file { "shell_cmd": "alda.exe play --file ${file_path}" }
solved { "cmd": ["alda", "play","--file", "\"${file}\""], "selector" : "source.alda" }
hi @etaylan -- glad you figured it out, i'm pretty clueless about windows stuff :simple_smile:
btw, have you seen this? https://github.com/ArchimedesPi/sublime-alda
yes @dave thanks. I downloaded, but build file is not included and they don't have to include for 3 os :simple_smile:
ah, i see
you should consider submitting a pull request, it looks like your build command might work for linux/mac as well
i might try it out when i have a minute
i never tried pull request before, i may broke something 😄
that's OK, that's what the pull request process is for! the project maintainers can test out your PR and make sure it doesn't break anything before merging the change
i'd be happy to test it, personally
okay i just forked, i will do it. thx for encouraging me
no problem :simple_smile:
pull request done
🤘