-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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++; C++ IntelliSense --> IntelliSense not working in VSCode on Raspberry Pi 4 #5997
Comments
VS Code doesn't have build for ARM or Raspberry Pi. Are you using headmelted? |
Yes, i'm using headmelted. |
@Creepyc1345 What version of the C/C++ extension does it show is available? From headmelted/codebuilds#128 , I think the headmelted distro is too out of date to run the latest version of our extension (in addition to our license currently not allowing it). And ARM binaries are currently only available from our offline vsix at https://github.com/microsoft/vscode-cpptools/releases/tag/0.30.0-insiders3 (not 0.29.0). Currently, we only support running on Raspberry Pi via VS Code running on a non-ARM device and remoting into the Raspberry Pi. We encourage you to upvote microsoft/vscode#6442 . It is currently number 24 on VS Code's list of upvotes and behind releasing for ipad and Windows store. |
@sean-mcmanus As you already said, I was trying to install 0.29.0. Sadly I am not able t connect via Remote because of the networking done in the company I work at, but i will be shure to talk to them. I also upvoted the post you linked, would be really nice to see an offical Support for ARM processors. |
There's a VS Code issue on Android at microsoft/vscode#94243 . |
@sean-mcmanus Thanks again for your support. I am going to close the issue now. :) |
@Creepyc1345 if you are doing GitHub development, there is a new service under development called "CodeSpaces" that lets you use VS Code in a browser on any device/tablet you choose. https://github.com/features/codespaces |
Type: LanguageService
Hi, I am pretty new to Programming and just started to use what I learned about C on my Raspi 4 with 4GB of RAM.
I installed VSCode on it because I wanted to have the benefit of IntelliSense etc. for faster Programming.
I installed the C/C++ extention made by Microsoft, restartet Code and my Pi, but Intellisence still wouldn't work.
Then i also installed C++ IntelliSense, still nothing.
My Code installation is fresh and blank exept for these two extetions.
I checked about 2 hours to find if somebody has a solution for this Problem, but coudn't find anything.
Would really apreciate your help.
Creepyc
Describe the bug
Steps to reproduce
Expected behavior
IntelliSense to work
Logs
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: