mirror of https://github.com/ARMmbed/mbed-os.git
Fix vscode intellisense engine to 'Tag Parser'
parent
463549331b
commit
1b0d7ee120
|
@ -1,4 +1,5 @@
|
|||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"C_Cpp.addWorkspaceRootToIncludePath": false
|
||||
"C_Cpp.addWorkspaceRootToIncludePath": false,
|
||||
"C_Cpp.intelliSenseEngine": "Tag Parser"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue