Interface LegacySettings

VS Code Spell Checker Settings. To be Removed.

Deprecated

true

interface LegacySettings {
    showStatus?: boolean;
    spellCheckDelayMs?: number;
}

Hierarchy (view full)

Properties

showStatus?: boolean

Show status.

Deprecated

true

spellCheckDelayMs?: number

Delay in ms after a document has changed before checking it for spelling errors.

Deprecated

true