uctakeoff / vscode-counter

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

How to suport .vue file #16

Closed will-zhong closed 4 years ago

will-zhong commented 4 years ago

Hi,how can I deal with the .vue file? Can you help me ?

Regards

uctakeoff commented 4 years ago

Wasn't it possible to install this vue extension?

dermeister0 commented 3 years ago

@uctakeoff I've installed the Vue extension, but vscode-counter still does not count lines for .vue files.

uctakeoff commented 3 years ago

Please try the following;

If you are using RemoteDevelopment, try the following

First, launch VSCode on your local. Then, open the command palette and select VSCodeCounter: Save the collected language configurations. Then settings.json will store the configuration information collected from the current language extensions . Connect to the remote (after updating the remote's VSCodecounter) and use it as usual.

Check the languages currently available

Look at the debug log.