Merged a fix from sharpred to count a large JSON-object formatting only as 1XP

This commit is contained in:
Juha Ristolainen 2017-05-29 13:26:44 +02:00
parent 7bdac227a1
commit 24ee812c7d
3 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,13 @@ All notable changes to the "code-stats-vscode" extension will be documented in t
### Changed
## [1.0.7] - 2017-05-29
### Changed
Merged a PR from sharpred to count formatting a large JSON-file only as 1 XP.
## [1.0.6] - 2017-03-24
### Changed
Changed the plugin to default to just langId if the langId is not found in the mapped language names.

View File

@ -18,6 +18,10 @@ This extension contributes the following settings:
## Release Notes
### 1.0.7
Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP.
### 1.0.6
Changed to return just the langId if not found in the mapped languages names.

View File

@ -2,7 +2,7 @@
"name": "code-stats-vscode",
"displayName": "Code::Stats",
"description": "Code::Stats package for Visual Studio Code",
"version": "1.0.6",
"version": "1.0.7",
"publisher": "juha-ristolainen",
"icon": "logo.png",
"repository": {