Skip to content

Commit b964d4e

Browse files
authored
Fix comment for intelliSenseEngine setting. (#2720)
1 parent 72581c2 commit b964d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"Disabled"
109109
],
110110
"default": "Default",
111-
"description": "Controls the IntelliSense provider. \"Tag Parser\" provides \"fuzzy\" results that are not context-aware. \"Default\" provides context-aware results and is in preview mode - member list, hover tooltips, and error squiggles are currently implemented. Features not yet implemented in the new default engine will use the tag parser engine instead.",
111+
"description": "Controls the IntelliSense provider. \"Tag Parser\" provides \"fuzzy\" results that are not context-aware. \"Default\" provides context-aware results. \"Disabled\" turns off C/C++ language service features.",
112112
"scope": "resource"
113113
},
114114
"C_Cpp.intelliSenseEngineFallback": {

0 commit comments

Comments
 (0)