Search found 2 matches
- Wed Jan 08, 2025 7:33 am
- Forum: IDEs for ESP-IDF
- Topic: VSCode + ESP-IDF + Component Dev Env
- Replies: 3
- Views: 3338
Re: VSCode + ESP-IDF + Component Dev Env
What are you using for Language syntax ? Microsoft C/C++ extension ? What is the content of your .vscode/c_cpp_properties.json configuration ? For now I have only one ".vscode/c_cpp_properties.json" under "project-1". The folder with components doesn't have ".vscode" at all. { "configurations": [ {...
- Wed Dec 18, 2024 11:49 am
- Forum: IDEs for ESP-IDF
- Topic: VSCode + ESP-IDF + Component Dev Env
- Replies: 3
- Views: 3338
VSCode + ESP-IDF + Component Dev Env
Hello! Can please someone share best practice to develop components as standalone projects to share among multiple projects? My current approach works (compiles und runs) but some troubles with IntelliSense stuff and some warnings. I configured multi-root environment: main component and my custom sh...