-
Notifications
You must be signed in to change notification settings - Fork 18
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
New C/C++ Project, Import Project and New Project From Example are blank pages #138
Comments
The page can sometimes take time to load, but if you close all the pages, close and reopen VS Code, and then try to open one of the pages again (rather than multiple at once) it should work. Do you get any output in the developer console (Help->Toggle Developer Tools)? Could you also try using the latest debug build which you can download from Actions, which should provide more output in the developer console? |
I get the following log:
|
That looks like you’re having some internet problems not related to this extension, given its printing issues with other extensions too - possibly your anti-virus or firewall causing issues? |
It looks like some firewall policies do not let me access some sites required to develop with the Raspberry Pi Pico plugin. I've tried at a different location (ISP) and had no problem. However, I cannot create projects when I am not connected to the Internet. So, how do I overcome that when I'm on the move? Is there a way to configure the plugin to work offline? |
You should be able to create projects when not connected to the internet, provided you've previously created a project with the same settings while connected to the internet, so that the Toolchain, SDK, CMake etc have been downloaded. I've confirmed that this works for me, so I can create new projects when offline, provided I've previously created a project while online in order to download all the tools. |
Reinstalling VSCode and Raspberry Pi Pico Extension do not fix the problem.
The text was updated successfully, but these errors were encountered: