You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've picked a random Roku sample, which works nicely in VSCode and is following the default organisation, but I can't get it to work as .bs (on Mac):
command line bsc (no bsconfig.json) fails with some [Error: EACCES: permission denied, mkdir '/source'], which possibly means some config defaults don't work,
VSCode "Debug" doesn't automatically transpile; did I miss maybe an argument in the launch configuration?
The text was updated successfully, but these errors were encountered:
I was just made aware of a yesterday relating to the back command line not working on certain operating systems. To get around this for now, try specifying outDir and stagingFolderPath...for some reason that fixes it for some people. This is on my list to fix early next week.
And no, the extension does not yet currently transpile brighterscript, that's on the road map.
I've picked a random Roku sample, which works nicely in VSCode and is following the default organisation, but I can't get it to work as
.bs
(on Mac):bsc
(nobsconfig.json
) fails with some[Error: EACCES: permission denied, mkdir '/source']
, which possibly means some config defaults don't work,The text was updated successfully, but these errors were encountered: