You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3907,7 +3907,7 @@
3907
3907
"Hide issues while typing on the line",
3908
3908
"Hide all issues while typing in the document"
3909
3909
],
3910
-
"markdownDescription": "Control how spelling issues are displayed while typing.\nSee: `#cSpell.revealIssuesAfterMS#` to control when issues are revealed.",
3910
+
"markdownDescription": "Control how spelling issues are displayed while typing.\nSee: `#cSpell.revealIssuesAfterDelayMS#` to control when issues are revealed.",
Copy file name to clipboardExpand all lines: packages/_server/spell-checker-config.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3546,7 +3546,7 @@
3546
3546
},
3547
3547
"cSpell.hideIssuesWhileTyping": {
3548
3548
"default": "Word",
3549
-
"description": "Control how spelling issues are displayed while typing. See: `#cSpell.revealIssuesAfterMS#` to control when issues are revealed.",
3549
+
"description": "Control how spelling issues are displayed while typing. See: `#cSpell.revealIssuesAfterDelayMS#` to control when issues are revealed.",
3550
3550
"enum": [
3551
3551
"Off",
3552
3552
"Word",
@@ -3559,7 +3559,7 @@
3559
3559
"Hide issues while typing on the line",
3560
3560
"Hide all issues while typing in the document"
3561
3561
],
3562
-
"markdownDescription": "Control how spelling issues are displayed while typing.\nSee: `#cSpell.revealIssuesAfterMS#` to control when issues are revealed.",
3562
+
"markdownDescription": "Control how spelling issues are displayed while typing.\nSee: `#cSpell.revealIssuesAfterDelayMS#` to control when issues are revealed.",
0 commit comments