Skip to content

Commit

Permalink
doc: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
uctakeoff committed Dec 12, 2020
1 parent 3003b33 commit eb7d819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ VS Code extension: counts blank lines, comment lines, and physical lines of sour
* [github](https://github.com/uctakeoff/vscode-counter)
* [Marketplace](https://marketplace.visualstudio.com/items?itemName=uctakeoff.vscode-counter)

This extension uses other language extensions to determine the line of code.Therefore, you may need to install the language extension to support a new language.

Conversely, as the number of language extensions increases, the range of support for this feature also increases.

## VSCode Counter 2.0 is released!

* Experimental support for "**VSCode Remote Development**".
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-counter",
"displayName": "VS Code Counter",
"description": "Count lines of code in many programming languages.",
"version": "2.2.0",
"version": "2.2.1",
"publisher": "uctakeoff",
"author": {
"name": "Ushiyama Kentaro"
Expand Down

0 comments on commit eb7d819

Please sign in to comment.