-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command 'clojureVSCode.manuallyConnectToNRepl' not found #68
Comments
NOTE: was able to get workaround by going into the extensions directory for VSCode and manually building with NPM install per However did not expect to have to do this - installed via the Extension Mktplace from within Vs Code. |
That's weird. Could you try to delete the extension completely, remove all its directories from the VSCode extension directory and try to install it from Marketplace again and share the results? |
UPDATE: Same problem, same environment. Steps taken:
Maybe relevant info: node v8.5.0 / npm v5.3.0
|
The extension only 'activates' after you open a Clojure file, With 0.9.0 from the Marketplace, I had this error when trying the commands immediately after opening the folder. After opening any The copy from the Marketplace does not have the "files.associations": {
"*.boot": "clojure"
} |
@sc-lewis-notestine does the solution from the previous post work for you? |
I too had the same error.. I set However start nREPL from VSCode doesnt work.. this error is thrown
Kind of strange since I do have lein installed.. |
I had this exact error, appearing after i set |
PROBLEM:
cannot connect to running REPL.
REPRO:
EXPECTED:
Successful connect to running REPL
OBSERVED:
"command 'clojureVSCode.manuallyConnectToNRepl' not found"
ENVT:
Mac OSX 10.12
VSCODE 1.16.1
NOTE: Also found that the nREPL was also taking an indefinite amt of time when automatically starting-
The text was updated successfully, but these errors were encountered: