-
Notifications
You must be signed in to change notification settings - Fork 4
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
cannot use external javascript packages when testing while using vscode remotely #43
Comments
Thank you for the quick reply :) The small error in the example was a copy & paste issue. Oh nice I was not aware yet of that helper function. Nevertheless, it looks like that double checking the httpYac Rest client extension status was a good hint. I tried restarting the httpBook extension which does not help but this seems to work:
Now it should work again. Not sure if my collection of vscode extensions causes that but or if that is a general issue? If the latter it might be worth implementing something which catches this error Anyway for now you can close this issue if you want. |
I was able to recreate the behavior. I would still like to understand what is causing the error. Other extension are certainly not to blame at this point. I think it is rather a mishandling of the virtual workspace on my part. The use of fspath is not allowed in this case. Why the call occurs anyway, I still have to check. |
Ok, stupid mistake. Cause is the use of |
The cause was really the use of fsPath. In this case, however, the scheme would have been correctly |
Amazing to hear that you managed to reproduce it and fixed it so quickly ! Thanks a lot ;) Can you already estimate when you plan to release the newest version of vscode-httpyac? |
I got distracted by my kids and forgot I need to draft the release of vscode-httpyac. In about 10 minutes the update should arrive. Maybe let me know if it works for you.:-) |
Just did a quick check, seems to work now 👍 |
I was lucky. I have a similar setup in my work and I was able to see the location in the 'uglified' code as well.
Discovering and appreciating a tool for yourself is great. But showing it to others is even more praise. thx. |
Dear AnWeber,
first of all thank you for that amazing vscode extension!
Unfortunately, I found a really weird bug happening when testing with e,g, "assert" or "chai" an endpoint while using vscode remotely.
See error message below:
How to reproduce:
In VS Code, select Remote-SSH: Connect to Host.
What I figured out so far:
If it helps to know:
OS: Manjaro Linux x86_64
vscode: aur/visual-studio-code-bin 1.63.2-1
Let me know if you need some extra information from me.
Keep up the good work ✌️
Ivo
The text was updated successfully, but these errors were encountered: