Skip to content

Commit 92b3d20

Browse files
authored
fix: Docs, fix link to revealIssuesAfterDelayMS (#4229)
1 parent 64cbdd3 commit 92b3d20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3907,7 +3907,7 @@
39073907
"Hide issues while typing on the line",
39083908
"Hide all issues while typing in the document"
39093909
],
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.",
39113911
"scope": "application",
39123912
"since": "4.0.0",
39133913
"title": "Hide Issues While Typing",

packages/_server/spell-checker-config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3546,7 +3546,7 @@
35463546
},
35473547
"cSpell.hideIssuesWhileTyping": {
35483548
"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.",
35503550
"enum": [
35513551
"Off",
35523552
"Word",
@@ -3559,7 +3559,7 @@
35593559
"Hide issues while typing on the line",
35603560
"Hide all issues while typing in the document"
35613561
],
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.",
35633563
"scope": "application",
35643564
"since": "4.0.0",
35653565
"title": "Hide Issues While Typing",

packages/_server/src/config/cspellConfig/SpellCheckerSettings.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export interface AdvancedSettings {
417417
export interface SpellCheckerBehaviorSettings {
418418
/**
419419
* Control how spelling issues are displayed while typing.
420-
* See: `#cSpell.revealIssuesAfterMS#` to control when issues are revealed.
420+
* See: `#cSpell.revealIssuesAfterDelayMS#` to control when issues are revealed.
421421
* @title Hide Issues While Typing
422422
* @scope application
423423
* @since 4.0.0

0 commit comments

Comments
 (0)