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 85e0913 commit 30cca63Copy full SHA for 30cca63
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -8297,7 +8297,7 @@ declare namespace ts.server.protocol {
8297
*/
8298
readonly includeCompletionsWithInsertText?: boolean;
8299
/**
8300
- * Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
+ * Unless this option is `false`, or `includeCompletionsWithInsertText` is not enabled,
8301
* member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
8302
* values, with insertion text to replace preceding `.` tokens with `?.`.
8303
0 commit comments