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
Describe the bug
I am using this extension from VS Code on my macbook, and using the Remote SSH extension to open a workspace on a remote Ubuntu server. The wokspace has nix flakes set up. When I try to select a nix environment using this extension, the message "Applying environment" appears forever, but in the "Extension Host (Remote)" output pane I see the error:
2023-06-27 07:25:22.142 [error] TypeError: c.call is not a function
at /home/sid/.vscode-server/extensions/arrterian.nix-env-selector-1.0.9/dist/main.js:2538:310
To Reproduce
Steps to reproduce the behavior:
Open a remote workspace.
Use the "Nix-Env: Select environment" command to select flake.nix
Open the Outputs pane and go to "Extension Host (Remote)"
See error
Expected behavior
I expect the nix environment to be activated so that I can use HLS for my project.
Environment:
OS: macOS 13.4.1
VS Code: 1.79.2
The text was updated successfully, but these errors were encountered:
@nh2 I've been juggling a lot since I joined the Ukrainian Armed Forces. So, there is no chance to work on the extension any soon.
You have done amazing work in previous PR.
If you can contribute to this one, it will be awesome.
juggling a lot since I joined the Ukrainian Armed Forces. So, there is no chance to work on the extension any soon.
@arrterian That is very understandable. I hope it goes well!
I already had some look into c.call is not a function when I first found this issue.
Unfortunately, my understanding of Clojure and its transpilation to JavaScript is very low. I cannot tell whether this is a bug in the code, or a bug in the transpiler.
The fact that the whole thing is untyped all the way through makes it difficult to figure out on which level things are going wrong. I suspect TypeScript might make this extension simpler to contribute to.
Describe the bug
I am using this extension from VS Code on my macbook, and using the Remote SSH extension to open a workspace on a remote Ubuntu server. The wokspace has nix flakes set up. When I try to select a nix environment using this extension, the message "Applying environment" appears forever, but in the "Extension Host (Remote)" output pane I see the error:
To Reproduce
Steps to reproduce the behavior:
flake.nix
Expected behavior
I expect the nix environment to be activated so that I can use HLS for my project.
Environment:
The text was updated successfully, but these errors were encountered: