Skip to content

Commit a70fed7

Browse files
authored
fix: add requirement in the includeAutomaticOptionalChainCompletions description (#1533)
1 parent 5e52f7f commit a70fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"angular.suggest.includeAutomaticOptionalChainCompletions": {
118118
"type": "boolean",
119119
"default": true,
120-
"description": "Enable/disable showing completions on potentially undefined values that insert an optional chain call. Requires TS 3.7+ and strict null checks to be enabled."
120+
"markdownDescription": "Enable/disable showing completions on potentially undefined values that insert an optional chain call. Requires TS 3.7+, strict null checks to be enabled and the `legacy View Engine` option to be disabled."
121121
},
122122
"angular.suggest.includeCompletionsWithSnippetText": {
123123
"type": "boolean",

0 commit comments

Comments
 (0)