clojurelighttable

LightTable creates connection per file


How can I tell LightTable which connection to use to evaluate code? Before latest version, it created one connection upon first evaluation and then used the connection for all subsequent evals. Now it creates connection per file I evaluate form in + if I launch instarepl, it creates also new connection for it too :(

If I use remote repl, it connects to the repl successfully, but still creates new connections for each clojure file(


Solution

  • Well, deleting all LightTable's settings (~/.config/LightTable folder on debian) helped.