mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Merged a fix from sharpred to count a large JSON-object formatting only as 1XP
This commit is contained in:
parent
7bdac227a1
commit
24ee812c7d
@ -6,6 +6,13 @@ All notable changes to the "code-stats-vscode" extension will be documented in t
|
|||||||
|
|
||||||
### Changed
|
### 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
|
## [1.0.6] - 2017-03-24
|
||||||
### Changed
|
### Changed
|
||||||
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
|
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
|
||||||
|
@ -18,6 +18,10 @@ This extension contributes the following settings:
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 1.0.7
|
||||||
|
|
||||||
|
Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP.
|
||||||
|
|
||||||
### 1.0.6
|
### 1.0.6
|
||||||
|
|
||||||
Changed to return just the langId if not found in the mapped languages names.
|
Changed to return just the langId if not found in the mapped languages names.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "code-stats-vscode",
|
"name": "code-stats-vscode",
|
||||||
"displayName": "Code::Stats",
|
"displayName": "Code::Stats",
|
||||||
"description": "Code::Stats package for Visual Studio Code",
|
"description": "Code::Stats package for Visual Studio Code",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"publisher": "juha-ristolainen",
|
"publisher": "juha-ristolainen",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user