streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.38k stars 124 forks source link

Please, add Business Central .AL language / extension files in default enabledLanguageIds & enableFiletypes lists #2409

Open JavierFuentes opened 1 year ago

JavierFuentes commented 1 year ago

As a Business Central developer, I would like Business Central project files to be included in the default settings of this fantastic VSCode extension.

BC files have the extension .AL

Currently, I can include them with any of these custom configurations:

"cSpell.enabledLanguageIds": [ "al" ] "cSpell.enabledLanguageIds": [ "*" ]

"cSpell.enableFiletypes": [ "al" ] "cSpell.enableFiletypes": [ "*" ]

... but, please, add it as default...

NOTE.-
A BC project includes files with other extensions than .AL, like .JSON, .XML, .RDLC, .WORD, .XLSX

sahanms commented 3 months ago

Good first issue