-
Notifications
You must be signed in to change notification settings - Fork 21
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
Does not work on WSL 2.0 remote (Ubuntu) #73
Comments
I'm experiencing this issue as well. When you run "Toggle Real-time Counter Visibility", do you also see a message at the bottom of the window saying "VSCodeCounter:Unsupported"? |
No, I don't. I just see ‘VScodeCounter preparing...’ |
Hello, I have made several things in order to solve the issue:
My VSCodeCounter config in "javascript": {
"aliases": [],
"filenames": [],
"extensions": [],
"lineComments": [],
"blockComments": [
[
"{/*",
"*/}"
]
],
"blockStrings": [
[
"`",
"`"
]
],
"lineStrings": []
}, It is not still working for Javascript files and I do not know what I am doing wrong with my configuration. |
VSCodeCounter analyzes code based on information from other language extensions installed in the environment. If you want to use a language extension that is installed locally but not on WSL, you need to extract the necessary information from the local language extension and bring it to the WSL environment. You can run this in your local environment and bring the information you have created to the WSL environment to support it. |
Have to use this plug-in locally.
The text was updated successfully, but these errors were encountered: