Description
Bug type: Language Service
- OS and Version: Linux arm64 5.10.27-rt36-v8
- VS Code Version: 1.55.2
- C/C++ Extension Version: 1.3.1
I am programming with eigen3 library on vscode on Raspberry Pi 4B (64 bit Raspberry Pi OS) and here are the bugs:
the IntelliSense reports errors after I create、fill、print a simple 2*2 matrix, but I can build and run the code , print the matrix correctly.
I test these lines of codes in a x86 Ubuntu environment vscode, but no errors report.
I also use different intelliSenseMode、Cppstandrad、compilerPath to test but it still reports errors.
Steps to reproduce
- Include the eigen library.
- Create a simple 2*2 matrix, fill it with integers and print it.
- See error.
Expected behavior
IntelliSense should not mark these as errors.
Screenshots
the errors report:
the running result:
Additional context
Also, although the eigen library autocomplete works, it lacks many options compared to vscode in x86 Ubuntu environment, are these bugs related?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status