Skip to content
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

VSCodium unable to find header files in C #1834

Open
2 tasks done
soumyaDghosh opened this issue Mar 24, 2024 · 2 comments
Open
2 tasks done

VSCodium unable to find header files in C #1834

soumyaDghosh opened this issue Mar 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@soumyaDghosh
Copy link

Describe the bug

I have added the necessary folders in includepaths, but still, vscodium is not able to find the header. Even though, vscode is showing it properly.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce

  1. Write this code in a file and save it.
    https://github.com/snapcore/snapd-glib/blob/master/examples/snap-glib.c
  2. VSCodium will show errors

Expected behavior
VSCodium should be able to look into the header files.

Screenshots

Screenshot from 2024-03-24 23-56-01
Screenshot from 2024-03-24 23-55-23

Desktop (please complete the following information):

  • OS: Ubuntu 24.04
  • Architecture: x64
  • Version: 1.86.2
  • App Manager: Snap
  • Sandboxed: Snap

Additional context
I found that there is an extension for C/C++ that I can't install in vscodium. The id of that extension is ms-vscode.cpptools. Probably this extension can fix everything.

@soumyaDghosh soumyaDghosh added the bug Something isn't working label Mar 24, 2024
@anuragvohraec
Copy link

Facing same issue

@anuragvohraec
Copy link

Ok After installing CMake Tools from ms-vscode solved issue for me. I had to relaunch codium a couple of times after installation as per popups I received. But it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants