Bug type: Language Service
Describe the bug
- OS and Version: Arch Linux
- VS Code Version: 1.60.0
- C/C++ Extension Version: 1.6.0
- The issue persists with no other extensions.
Steps to reproduce
(note: the examples below reference Linux header files)
- Open a C/C++ file
- Include
unistd.h
- Try to use the
fork function in the code
- Mouseover the function and observe there is no text describing the function
- Right-click the function and go to the definition
- See the comment is there
- Change
__THROWNL to __THROW
- Go back to the code file and observe the comment now appears on mouseover
Expected behavior
The comment appears on mouseover even when __THROWNL is present.
Additional context
I am well aware this is likely an issue directly with my version of glibc, but I thought I'd bring the issue up here.
Bug type: Language Service
Describe the bug
Steps to reproduce
(note: the examples below reference Linux header files)
unistd.hforkfunction in the code__THROWNLto__THROWExpected behavior
The comment appears on mouseover even when
__THROWNLis present.Additional context
I am well aware this is likely an issue directly with my version of
glibc, but I thought I'd bring the issue up here.