Open merliang opened 4 weeks ago
@merliang,
Thank you. Two things:
There are a few of ways to enabled the dictionary in non-python files:
cspell:dictionary python
to the file. It will turn on the python
dictionary.Add it to one of the dictionary sections in the config file.
cspell.config.yaml
dictionaries:
- python # Add Python dictionary here to always have it on.
overrides:
- filename:
- '**/docs/**/*.md' # glob pattern to match all markdown files in the docs folder
dictionaries:
- python # Enable Python dictionary for markdown files in the docs folder
languageSettings:
- languageId:
- vue # the file type to apply the settings to
dictionaries:
- python # Enable Python dictionary for Vue files
I have started the command prompt as an administrator