Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow languageId === vba #2

Open
sharky98 opened this issue Apr 24, 2024 · 1 comment
Open

Allow languageId === vba #2

sharky98 opened this issue Apr 24, 2024 · 1 comment

Comments

@sharky98
Copy link

In my VSCode the cls and bas files uses editor.document.languageId === 'vba'.

if (editor && editor.document.languageId === 'vbs' || editor.document.languageId === 'vb') {

I monkey-patched and it seems to be working as expected.

@AuZzii-Xssistant
Copy link

Hello @sharky98 I have also seen the above.

Uhm, I am struggling with a certain macro that uses open and "#" and close.

I tried adding, removing and changing the vbsparser and vbsbeautifier.

Do you perhaps know anything about Javascript on how to fix these problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants