Skip to content
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
KnifeOfDunwall opened this issue Nov 9, 2020 · 1 comment · Fixed by #1144
Closed

changing the default c_cpp_properties created #1139

KnifeOfDunwall opened this issue Nov 9, 2020 · 1 comment · Fixed by #1144
Assignees

Comments

@KnifeOfDunwall
Copy link

KnifeOfDunwall commented Nov 9, 2020

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?

@adiazulay adiazulay linked a pull request Nov 12, 2020 that will close this issue
@adiazulay adiazulay self-assigned this Nov 17, 2020
@adiazulay adiazulay linked a pull request Nov 19, 2020 that will close this issue
@adiazulay
Copy link
Contributor

tracking this with #438

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants