swyphcosmo / vscode-spellchecker

Spell check extension for Visual Studio Code
MIT License
16 stars 10 forks source link

spellchecker won't check spell #47

Closed PascalTurbo closed 7 years ago

PascalTurbo commented 7 years ago

Hi Michael, I've just installed the extension on my Mac. First it doesn't do anything when executing "Spell Check Current File". So I've added some configuration and restarted vscode. Now I get an error: "command 'spellchecker.checkDocument' not found".

    "spellchecker.language": "en_US",
    "spellchecker.documentTypes": [
        "markdown",
        "latex",
        "plaintext",
        "adoc",
        "asciidoc"
    ]

Bests

PascalTurbo commented 7 years ago

After closing and reopening the file it works.