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
Run Calva: Connect to a Running REPL Server in the Project (from palette or C-C, C-C)
Select appropriate project type, e.g. Leiningen
###Expected
Connection to the REPL, possibly confirming host:port details first.
###Actual
VS Code dev tools console shows unhandled exception:
Error writing to results doc: CodeExpectedError: cannot open file:///Users/ntuggy/programs/primary/srv/caddy-auth/.calva/output-window/output.calva-repl. Detail: Unable to read file '/Users/ntuggy/programs/primary/srv/caddy-auth/.calva/output-window/output.calva-repl' (Error: Unable to resolve nonexistent file '/Users/ntuggy/programs/primary/srv/caddy-auth/.calva/output-window/output.calva-repl')
at o.$tryOpenDocument (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2217:111412)
Creating the directory and empty file resolves this exception.
Version: Calva 2.0.467 in VS Code 1.91.1 (Universal) (macOS Monterey, Intel)
The text was updated successfully, but these errors were encountered:
Hi! I can't reproduce this. Do you see any other console errors that could give us a clue? Like maybe when the file is created, that goes wrong and shows up in the console.
###STR
lein run
###Expected
Connection to the REPL, possibly confirming host:port details first.
###Actual
VS Code dev tools console shows unhandled exception:
Creating the directory and empty file resolves this exception.
Version: Calva 2.0.467 in VS Code 1.91.1 (Universal) (macOS Monterey, Intel)
The text was updated successfully, but these errors were encountered: