-
Notifications
You must be signed in to change notification settings - Fork 10
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
"Run request" and Bruno Panel not loading on VS Code 1.80 #4
Comments
Also encountering this issue on Windows with WSL2. Running VSCode with the WSL extension |
Same on Linux (Ubuntu 22.04.3 LTS) VSCode details:
Got both client (deb package) and npm package (globally) installed. Can see the "Bruno panel" with the same message as @riceyrice and same error as @bchanudet when using VSCode "Bruno: Run Request" command. |
Same issue on macOS Sonoma 14.1.1 with
|
Same here, both on WSL2 and on windows. Is there a workaround? |
Love to know of a fix for this |
Same thing is happening on macOS |
Same here on Vscode insiders up-to-date and from a devcontainer (on Windows 11 / Ubuntu in WSL2). Also, I can't find the Bruno icon in the vscode extension bar.. I'm sur that I had the mascot dog icon few month ago 🥹 |
@helloanoop any update on this matter? I am facing the same issue with Windows 10 (without dev container or using WSL). |
Same! |
Same here: |
Looks like the VSCode extension has been broken for more than a year. Would it be safe to assume the extension has been abandoned? |
Yes |
It doesn't give me confidence on the future of Bruno For my projects I've gone down the 'code only' path and switched to using httpYac no UI but really good support for assertions and tests |
Hi,
The Bruno extension is not loading completely in VS Code 1.80 due to a missing lodash dependency.
VS Code About information:
Also provided the extension host log that caught the error upon installation:
exthost.log
Syntax highlighting still works, but the "Run request" command outputs an error:
And the Bruno panel is completely empty in the sidebar:
Bruno CLI is installed but didn't fix anything, as expected. Given it's a dependency issue I suppose something has changed in the Extension API from vscode or there is something wrong in the publishing process of the extension?
The text was updated successfully, but these errors were encountered: