This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Hello everyone! 👋🙂 I've just gave launchpad a try yesterday, but surprisingly it wasn't that easy for me to get it running, I made some mistake in the manual setup and almost gave up in debugging it. Fortunately, I've managed to solve it but I think there's a value in automating the setup, so I made this: https://github.com/roterski/devenv-launchpad-starter it's a very simple template using https://devenv.sh/ to make the dev environment declarative and reproducible - one can just run this project (locally or via devcontainer or codespace) and get a fully featured dev environment with launchpad configured and ready to play! Thank you so much for the launchpad, it's already an awesome improvement to my existing toolset (no more REPL restarts!) and I feel together with devenv and bb/neil it unlocks a new flexibility and degree of freedom in terms of working with codebases and REPLs. 🚀
uh, I've just run into the first issue with launchpad when used with calva. The problem is calva puts REPL output into .calva/output-window/output.calva-repl
file, so when launchpad's filewatcher picks its changes up, it logs them to this repl file and it triggers a change and so on... it gets into an endless loop.
Is there a way to disable watching specific files (preferably with a pattern)?