fix: An error occurred while loading view: continue.continueGUIView
Before Submitting
- I believe this is a bug.
- I couldn't find any open issue describing the same problem.
- I’ve reviewed the troubleshooting guide on the Continue Docs.
Environment
- OS: Windows 10
- Continue: VS Code Extension
- VS Code Version: 1.99.2
Description
After pulling the project and building it locally, running the extension in VS Code results in the following error when loading the GUI:
An error occurred while loading view: continue.continueGUIView
Root Cause
The issue is caused by the webview property not being set on the webview protocol object. This prevents communication between the extension backend and the Webview, resulting in the GUI failing to initialize and throwing the error.
Reproduction Notes
This bug occurs only the first time the view is initialized. Once the Webview communication has been successfully established, VS Code caches the state.
Suggested Fix
Ensure that the webview instance is correctly assigned to the protocol object during initialization so that communication can be established reliably on first load.
Your cubic subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use cubic.
Deploy Preview for continuedev canceled.
| Name | Link |
|---|---|
| Latest commit | 812a902daa0897162c80c96f95e6d3bfee3d0544 |
| Latest deploy log | https://app.netlify.com/projects/continuedev/deploys/684bf0852ffafb00080dd2c6 |
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.
I have read the CLA Document and I hereby sign the CLA
yiliang.zhang seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.
我已阅读 CLA 文件并在此签署 CLA
✨ No issues found! Your code is sparkling clean! ✨
@RomneyDa When can the PR be merged into the master? Thanks for your hard work.
@smmzyl Thanks for the PR and for sending the CLA message. Can you send the exact message that is given please? Without this the bot won't let us merge.
You should copy and paste exactly this: "I have read the CLA Document and I hereby sign the CLA"
@smmzyl looking to merge this but this test is failing persistently. Can you pull main and repush?
EDIT did this
@sestinj passing to you since I now have a commit on it
@smmzyl noticed the conversation got locked somehow, unlocked
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: