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

Wrong CaSinG in source files #146

Open
jwikman opened this issue May 30, 2024 · 0 comments
Open

Wrong CaSinG in source files #146

jwikman opened this issue May 30, 2024 · 0 comments

Comments

@jwikman
Copy link
Contributor

jwikman commented May 30, 2024

The casing of CodelensProvider.ts is inconsistent. I run into problems when I try to build this extension myself.
image

I tried to solve this in my PR earlier, but I believe that you ran into problems with that change and reverted it. Since you can build the extension, you must have a different casing on your computer than in the Git repo...

I suggest that you either change the casing of your local file to the same as in the repo (easiest way in VSC is to delete the file and revert the change - it will restore the file with correct casing) and change the import in extension.ts to match that one - or, you can rename the file in the repo to the desired casing. The last one can be a bit tricky if you only want to change the casing, but I believe that you can use git mv -f for that (ref. https://stackoverflow.com/questions/1793735/change-case-of-a-file-on-windows).

I could do this in a new PR, but I believe that I would only mess things up on your side - so I rather see that you did this instead. 😉

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