Search found 2 matches

by CatalinM
Mon Dec 30, 2024 11:27 am
Forum: IDEs for ESP-IDF
Topic: Issue with VSCode finding stdlib
Replies: 2
Views: 1631

Re: Issue with VSCode finding stdlib

Yup, I have that in both `includePath` and `browse` (see my snippet above, it's below the fold). The only difference is `/*` at the end, but I've tried with or without and there's no difference. Also tried regenerating `compile_commands.json`, without success. As far as I've noticed this only happen...
by CatalinM
Sat Dec 28, 2024 6:05 pm
Forum: IDEs for ESP-IDF
Topic: Issue with VSCode finding stdlib
Replies: 2
Views: 1631

Issue with VSCode finding stdlib

Heya! My project is building/running just fine, but VSCode (or better said the C/C++ extension) is driving me nuts not finding `stdlib.h`. I've scoured the internet and tried a lot of solutions, but it just doesn't want to work. Here's my `c_cpp_properties.json`: { "configurations": [ { "name": "ESP...