Luke Haas

Results 269 comments of Luke Haas

@Braian85 the shortcut for moving lines up/down are Cmd+Ctrl+Up and Cmd+Ctrl+Down. Duplicating a line is Cmd+Shift+D. Shortcuts are documented here: https://runjs.app/docs#shortcuts

Thanks @shahul01. I'm able to see the issue. It seems to be caused by the line `arr.indexOf(1)` not having a semi-colon. This functionality is handled by Prettier: https://prettier.io/ I'll take...

I think it would be unwise to have an option to permanently dismiss this message for the following reasons: When you see this, it means that you are no longer...

In the latest release, this message appears as soon as you open the app. Hopefully, this should be more convenient.

Thanks, @bdJohnson72. Are you seeing this with all files or just a particular file?

Which version of Windows are you on?

There are some errors in your debug log that are concerning and I'm not sure what kind of scenarios can cause such errors. One thing to try could be to...

The errors seem to suggest that RunJS is not able to access some key resources. Are you aware of any system settings you have enabled that might prevent RunJS from...

@EntwistleOx thanks, will consider it 👍