-
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
C/C++ project fails #142
Comments
Here is what the issue looks like. Screencast.From.2024-12-31.20-12-37.mp4And here is some other info. python --version tar --version git --version gcc --version cmake --version make --version If there is any thing else you need just let me know. |
When you get the oddly coloured UI at 0:06, this is a bug - you should close that UI then reopen it so that you get the correctly coloured UI you see at 1:04. Also, it can take some time to clone the pico examples the first time (which has no progress bar), so you may need to wait slightly longer after clicking Create than you are currently - but I think the main issue is the bug of the UI not loading correctly, which then causes the extension to not work correctly. |
I have the same issue on Archlinux. No project created. The UI seems to be OK. |
You could try installing the latest debug .vsix from GitHub Actions https://github.com/raspberrypi/pico-vscode/actions/workflows/release.yml?query=branch%3Amain which will provide more information for debugging. You can view the extension logs by going to Help -> Toggle Developer Tools and opening the Console, and then post any errors with this extension that you see here (note that other extensions may have errors but these are usually unrelated) |
The latest debug vsix fails to open with: Cannot activate the 'Raspberry Pi Pico' extension because it depends on an unknown 'ms-vscode.cpptools' extension. I am attaching the log file for the current version. |
How did you download it? |
@firew4lker Are you using VS Codium (not VS Code)? If using VS Codium, you need to install the ovsx .vsix file, as the VS Code ones contain extension dependencies that aren't available on VS Codium |
The current version worked by starting vscode with the --enable-proposed-api ms-python.python option. I guess the issue the open source version build? |
Go to https://github.com/raspberrypi/pico-vscode/actions/workflows/release.yml?query=branch%3Amain and click the latest action run (currently Add bug report issue template), then scroll down and download the artifact, then unzip that to get the .vsix files. You'll need to be logged into GitHub in order to download artifacts. |
Here's what it looks like. |
It looks like you may have cancelled the installation of the examples at some point, leading to a bad directory structure. Can you confirm if there is a |
Also improves error handling with corrupted examples directories (#142)
Ok |
I have installed the beta version 17.2 and encountered an issue when creating a new C project. Although the project creation process initiates, it never generates any files or output. Instead, the process closes without any result or error messages.
Here are the steps I’ve taken so far to resolve the issue:
Reinstalled the beta version 17.2.
Reinstalled Visual Studio Code (current version: 1.69.2).
Please let me know if further information is needed to troubleshoot this issue.
The text was updated successfully, but these errors were encountered: