This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
changing the default c_cpp_properties created #1139
Closed
Description
when i start working with it a default c_cpp_properties is created. this includes:
"includePath": [
"C:\\Program Files (x86)\\Arduino\\tools\\**",
"C:\\Program Files (x86)\\Arduino\\hardware\\arduino\\avr\\**"
],
however for intellisense to work correctly i also need to add "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr\\avr\\**"
is there a way to also add this line to the "default creation" of the file or do i need to add it manually everytime i start a new project without adding it to c_cpp.default which would include it in every c/c++ project?