Spell checking

Spell checkingΒΆ

Visual Studio code does not include spell checking out of the box. We already installed the Code Spell Checker extension.

To avoid having the spelling mistakes as compilation errors, add this line to your user settings:

    "cSpell.diagnosticLevel": "Hint",

Check the documentation on how to include unknown words in your user or project dictionary.