Kentaro Ushiyama

Results 17 comments of Kentaro Ushiyama

VSCodeCounter itself has no language parsing function. https://marketplace.visualstudio.com/items?itemName=ekon.harbour I confirmed that it works by installing the above extension.

The difference is whether the `Ignore Unsupported File` option is ON or OFF. VSCodeCounter refers to the language extension table inside VSCode. Have you tried the [Harbor extension](https://marketplace.visualstudio.com/items?itemName=ekon.harbour)?

It seems that the setting may not be reflected unless it is restarted. If not try it. According to the debug log of the program, the grammar configuration file of...

I did was find the cause just now too. I hope this solves the problem.

Set as follows. ```json "blockComments": [["{/**", "*/}"]], ```

Block comments are included in "comment".

I'm sorry. The error message is not from VSCodeCounter, so I don't know what's going on. This article may help you. https://github.com/Microsoft/vscode/issues/32761

In fact, it used to be implemented that way. However, in order to make it work, the extension needs to be resident. Resident extensions are loaded even when they are...

It works in my environment. ![image](https://user-images.githubusercontent.com/25006799/192807429-cfe53d67-fbea-478f-ac39-3960029084a3.png)

That's an interesting idea. If the counter is always counting, the load will be high, so I think that it is good to make the whole count only the first...