Skip to content

Commit 1b0d7ee

Browse files
committed
Fix vscode intellisense engine to 'Tag Parser'
1 parent 4635493 commit 1b0d7ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/vscode/settings.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"C_Cpp.addWorkspaceRootToIncludePath": false
3+
"C_Cpp.addWorkspaceRootToIncludePath": false,
4+
"C_Cpp.intelliSenseEngine": "Tag Parser"
45
}

0 commit comments

Comments
 (0)