joyride icon indicating copy to clipboard operation
joyride copied to clipboard

Making VS Code Hackable like Emacs since 2022

Results 11 joyride issues
Sort by recently updated
recently updated
newest added

In the function https://github.com/BetterThanTomorrow/joyride/blob/4e66523e6d8072d1ad779f7e1b6663cfeb40a1da/src/joyride/getting_started.cljs#L32 It's checks the existence of user_activate.cljs and hello_joyride_user_script.cljs should not be created if it exists. but hello_joyride_user_script.cljs (and hello_joyride_user_script.js) always got created even user_activate.cljs exists.