We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7451c commit 85e0913Copy full SHA for 85e0913
src/server/protocol.ts
@@ -3008,7 +3008,7 @@ namespace ts.server.protocol {
3008
*/
3009
readonly includeCompletionsWithInsertText?: boolean;
3010
/**
3011
- * Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
+ * Unless this option is `false`, or `includeCompletionsWithInsertText` is not enabled,
3012
* member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
3013
* values, with insertion text to replace preceding `.` tokens with `?.`.
3014
0 commit comments