yycalm / linecount

vscode extension : count lines of code.
MIT License
14 stars 3 forks source link

Fixed potential bugs while output csv and markdown #3

Closed FFengIll closed 7 years ago

FFengIll commented 7 years ago

Moved some low couple functions to util.ts; Refactored core functions for convenience; (Sorry for my OCD ≡[。。]≡)

Now it works normally. And I use let success = vscode.commands.executeCommand("markdown.showPreviewToSide", uri); to open markdown file, maybe we can give a config to let user choose preview mode.