You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
when i start working with it a default c_cpp_properties is created. this includes:
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?
The text was updated successfully, but these errors were encountered: