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

Language detection problem: .vb vs .vba #4

Open
DecimalTurn opened this issue Aug 10, 2024 · 0 comments
Open

Language detection problem: .vb vs .vba #4

DecimalTurn opened this issue Aug 10, 2024 · 0 comments

Comments

@DecimalTurn
Copy link

It seems like there is a small issue with your repo.
Currently, it is marked as a Visual Basic .NET repo since more than 50% of its code is identified as VB.NET.

image

The reason is that you are currently using the extension .vb for your VBA code, but this extension is associated with VB.NET.

To solve this issue, the easiest option is to change the file extensions to .vba.

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

1 participant