Skip to content

Instantly share code, notes, and snippets.

@suru-dissanaike
Last active January 26, 2019 18:56
Show Gist options
  • Save suru-dissanaike/7b89650cdd437e13e444603fd9aed210 to your computer and use it in GitHub Desktop.
Save suru-dissanaike/7b89650cdd437e13e444603fd9aed210 to your computer and use it in GitHub Desktop.
Visual Studio Code settings c & cpp
[{
"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