uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
152 stars 20 forks source link

only SQL JSON and YAML are counted #18

Closed toxazol closed 2 years ago

toxazol commented 4 years ago

image image

uctakeoff commented 4 years ago

You can see a detailed log of this extension in the developer tools.

Help> Toggle Developer Tools

Please tell me what was output.

dan-1d commented 4 years ago

--- removed -- my problem was a .json line in a .gitignore file

uctakeoff commented 4 years ago

@toxazol

Ver. 2.0.0 released.

Previously, the VSCode Counter did not work properly with Remote Development due to implementation issues. This time, I have implemented an experimental workaround for this issue.

Please try the following;