Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.106.3 (user setup)
- OS Version: WSL2 Ubuntu 24.04.3 LTS
Steps to Reproduce:
- Create a C file. Ensure you have the C/C++ extension.
- Add this code
#include <stdlib.h>
int main(){
free();
}
- Hover over the function
free
- Notice the formatting issue.
Here's an image of the issue:
If possible, I would like to work on this issue.