Code coloring not working in class modules (*.CLS)
davidlbangs opened this issue · 1 comments
davidlbangs commented
- VS Code Version: 1.77.3
- Extension (vscode-vba) Version: Doesn't say, but I just installed it today. Published 10/4/2021
What did you do?
- Exported my VBA modules from Word, in Windows.
- Opened them in VS Code
- Installed your extension.
Actual behaviour
- The class modules, which end in .CLS, have no code coloring.
Expected behavior
- Code coloring, since these are VBA files.
davidlbangs commented
Oops. I had a file association for .cls file in vs code settings. When I removed it, code coloring in .cls files started working.