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

no support for windows1252 #14

Closed APerricone closed 4 years ago

APerricone commented 4 years ago

I tried this extension, and crashes on graceful-fs becasue: The value "windows1252" is invalid for option "encoding"

image

In settings.json of workspace I have:

{
    "files.encoding": "windows1252"
}

It is a VSCode value.

uctakeoff commented 4 years ago

A new version (ver.1.3.1) has been released. Check if it works correctly.

APerricone commented 4 years ago

Tested and it works