It’s really bothering to have the window tab automatically opened and I would like to turn it off, so it stops refreshing the whole working environment every time I make changes to the code. How can I have the preview window (the one that always pops-up to the right side) turned off ?
Hi @DamianRoiz You’re able to disable the previews by toggling the idx.previews.enable key to false in your dev.nix – or entirely removing the idx.previews key.