Closed CodingOIer closed 2 weeks ago
NVIM v0.10.2
Windows 11
Windows Terminal 1.21.2991.0
No response
main (Default/Latest)
SSH (use_ssh = true)
clangd
#include <cstdio> int main() { int a, b; scanf("%d%d", &a, &b); printf("%d\n", a + b); return 0; }
The C++ standard library can be found, but cannot be called
[LSP Log](https://paste.ubuntu.com/p/FgGXwcV844/)
My bad
Version confirmation
Following prerequisites
Not a user config issue
Neovim version
NVIM v0.10.2
Operating system/version
Windows 11
Terminal name/version
Windows Terminal 1.21.2991.0
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
Affected language servers
clangd
How to reproduce the issue
Actual behavior
The C++ standard library can be found, but cannot be called
Expected behavior
No response
Support info
Logs
Additional information
No response