Fix vscode intellisense engine to 'Tag Parser'

pull/4381/head
Jan Jongboom 2017-05-24 10:56:45 +01:00
parent 463549331b
commit 1b0d7ee120
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}