Last active
January 26, 2019 18:56
-
-
Save suru-dissanaike/7b89650cdd437e13e444603fd9aed210 to your computer and use it in GitHub Desktop.
Visual Studio Code settings c & cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"C_Cpp.intelliSenseEngineFallback": "Enabled", | |
"files.associations": { | |
"mgos.h": "c" | |
}, | |
"C_Cpp.intelliSenseEngine": "Tag Parser" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment