You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having Calva set to not open the REPL window on connect, I notice that Paredit is not active until I click outside the file editor window and back again.
Steps to reproduce:
Open a new VS Code window.
Open a folder with at least one Clojure file in it.
Open a Clojure file.
Make sure you have an active cursor in the file.
Close the VS Code window.
Open it again.
The cursor should be blinking in the file. If VS Code or some extension opens some other panes, close them and repeat from 4
Try to use a Paredit command (expand selection, slurp, barf, anything)
Expected:
The Paredit command should be performed.
Actual result:
The Paredit command isn't being performed.
Workaround, until this is fixed:
Click outside the edited file window/pane.
Click inside the edited file window again.
Confirm that Paredit now works.
The text was updated successfully, but these errors were encountered:
When having Calva set to not open the REPL window on connect, I notice that Paredit is not active until I click outside the file editor window and back again.
Steps to reproduce:
Expected:
Actual result:
Workaround, until this is fixed:
The text was updated successfully, but these errors were encountered: