BetterThanTomorrow / joyride

Making VS Code Hackable like Emacs since 2022
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride
Other
458 stars 17 forks source link

hello_joyride_user_script.cljs always got created even if user_activate.cljs exists #187

Open tiejunhu opened 2 months ago

tiejunhu commented 2 months ago

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.