mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 02:42:11 +00:00
Updated documentation
This commit is contained in:
parent
39dc365887
commit
35d0af0b0a
251
CHANGELOG.md
251
CHANGELOG.md
@ -1,123 +1,128 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
||||||
|
|
||||||
## [1.0.18] - 2020-04-01
|
## [1.1.0] - 2021-07-15
|
||||||
|
|
||||||
### Changed
|
- Extension now works on remote containers without anything to do
|
||||||
|
- A command can now be used to set the API_KEY setting
|
||||||
Updated dependencies.
|
|
||||||
|
## [1.0.18] - 2020-04-01
|
||||||
## [1.0.16/1.0.17] - 2020-01-06
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Updated dependencies.
|
||||||
Updated dependencies.
|
|
||||||
Filtered out certain output types like code runner output, etc.
|
## [1.0.16/1.0.17] - 2020-01-06
|
||||||
|
|
||||||
## [1.0.15] - 2019-04-04
|
### Changed
|
||||||
|
|
||||||
### Changed
|
Updated dependencies.
|
||||||
|
Filtered out certain output types like code runner output, etc.
|
||||||
Added Q# to languages.
|
|
||||||
|
## [1.0.15] - 2019-04-04
|
||||||
Merged PR from thebird956:
|
|
||||||
Replaced deprecated 'vscode.previewHtml' command to the webview API.
|
### Changed
|
||||||
|
|
||||||
## [1.0.14] - 2019-04-04
|
Added Q# to languages.
|
||||||
|
|
||||||
### Changed
|
Merged PR from thebird956:
|
||||||
|
Replaced deprecated 'vscode.previewHtml' command to the webview API.
|
||||||
Updated deps and VS code engine version.
|
|
||||||
|
## [1.0.14] - 2019-04-04
|
||||||
## [1.0.13] - 2018-11-28
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Updated deps and VS code engine version.
|
||||||
Updated some outdated vulnerable dependency packages.
|
|
||||||
|
## [1.0.13] - 2018-11-28
|
||||||
## [1.0.12] - 2018-07-05
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Updated some outdated vulnerable dependency packages.
|
||||||
Updated some outdated dependency packages.
|
|
||||||
|
## [1.0.12] - 2018-07-05
|
||||||
## [1.0.11] - 2018-07-04
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Updated some outdated dependency packages.
|
||||||
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
|
||||||
|
## [1.0.11] - 2018-07-04
|
||||||
## [1.0.10] - 2018-07-04
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
||||||
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
|
||||||
|
## [1.0.10] - 2018-07-04
|
||||||
## [1.0.9] - 2018-07-04
|
|
||||||
|
### Changed
|
||||||
### Added
|
|
||||||
|
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
||||||
Merged a PR from scout199 to for a HTML-profile view and addition of username setting.
|
|
||||||
|
## [1.0.9] - 2018-07-04
|
||||||
### Changed
|
|
||||||
|
### Added
|
||||||
Change in the extension publisher account from juha-ristolainen to riussi. You need to uninstall the old extension and re-install.
|
|
||||||
|
Merged a PR from scout199 to for a HTML-profile view and addition of username setting.
|
||||||
## [1.0.8] - 2017-08-28
|
|
||||||
|
### Changed
|
||||||
Merged a PR from nicd to refactor the counting logic.
|
|
||||||
|
Change in the extension publisher account from juha-ristolainen to riussi. You need to uninstall the old extension and re-install.
|
||||||
## [1.0.7] - 2017-05-29
|
|
||||||
|
## [1.0.8] - 2017-08-28
|
||||||
### Changed
|
|
||||||
|
Merged a PR from nicd to refactor the counting logic.
|
||||||
Merged a PR from sharpred to count formatting a large JSON-file only as 1 XP.
|
|
||||||
|
## [1.0.7] - 2017-05-29
|
||||||
## [1.0.6] - 2017-03-24
|
|
||||||
|
### Changed
|
||||||
### Changed
|
|
||||||
|
Merged a PR from sharpred to count formatting a large JSON-file only as 1 XP.
|
||||||
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
|
|
||||||
Added Elm and Elixir to mapped names.
|
## [1.0.6] - 2017-03-24
|
||||||
|
|
||||||
## [1.0.5] - 2017-03-18
|
### Changed
|
||||||
|
|
||||||
### Changed
|
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
|
||||||
|
Added Elm and Elixir to mapped names.
|
||||||
Changed language names to reflect the ones already used in Code::Stats.
|
|
||||||
|
## [1.0.5] - 2017-03-18
|
||||||
## [1.0.4] - 2017-03-18
|
|
||||||
|
### Changed
|
||||||
### Added
|
|
||||||
|
Changed language names to reflect the ones already used in Code::Stats.
|
||||||
Added a manual mapping to natural language language names.
|
|
||||||
|
## [1.0.4] - 2017-03-18
|
||||||
## [1.0.3] - 2017-03-18
|
|
||||||
|
### Added
|
||||||
### Added
|
|
||||||
|
Added a manual mapping to natural language language names.
|
||||||
Added license for the logo from Nicd.
|
|
||||||
|
## [1.0.3] - 2017-03-18
|
||||||
### Changed
|
|
||||||
|
### Added
|
||||||
Fixed an accumulation of xp bug
|
|
||||||
|
Added license for the logo from Nicd.
|
||||||
## [1.0.2] - 2017-03-17
|
|
||||||
|
### Changed
|
||||||
### Added
|
|
||||||
|
Fixed an accumulation of xp bug
|
||||||
Added a logo for the extension.
|
|
||||||
|
## [1.0.2] - 2017-03-17
|
||||||
## [1.0.1] - 2017-03-17
|
|
||||||
|
### Added
|
||||||
### Added
|
|
||||||
|
Added a logo for the extension.
|
||||||
Added the missing github information to package.json
|
|
||||||
Added the .vsix installation package as well.
|
## [1.0.1] - 2017-03-17
|
||||||
|
|
||||||
## [1.0.0] - 2017-03-17
|
### Added
|
||||||
|
|
||||||
### Added
|
Added the missing github information to package.json
|
||||||
|
Added the .vsix installation package as well.
|
||||||
Initial release of code-stats-vscode
|
|
||||||
|
## [1.0.0] - 2017-03-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
Initial release of code-stats-vscode
|
||||||
|
229
README.md
229
README.md
@ -1,112 +1,117 @@
|
|||||||
# Code::Stats extension to Visual Studio Code.
|
# Code::Stats extension to Visual Studio Code.
|
||||||
|
|
||||||
This is a Visual Studio Code extension to send updates to [https://codestats.net](https://codestats.net)
|
This is a Visual Studio Code extension to send updates to [https://codestats.net](https://codestats.net)
|
||||||
|
|
||||||
## NOTICE
|
## Note
|
||||||
|
|
||||||
I had to publish the latest version under a new publisher account. This means that if you have the old version installed you won't get an update for it. You have to uninstall the 1.0.8 or older version and install the new one from the new publisher name 'riussi' from https://marketplace.visualstudio.com/items?itemName=riussi.code-stats-vscode
|
This is a fork that will try stay up to date with VSCode and available on open-vsx.org
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
This extension tracks the amount of changes you make to your files and sends out pulses to [https://codestats.net/api-docs#pulse](https://codestats.net/api-docs#pulse) to track your XP.
|
This extension tracks the amount of changes you make to your files and sends out pulses to [https://codestats.net/api-docs#pulse](https://codestats.net/api-docs#pulse) to track your XP.
|
||||||
|
|
||||||
## Extension Settings
|
## Extension Settings
|
||||||
|
|
||||||
You need to register your machine at [https://codestats.net/my/machines](https://codestats.net/my/machines) to get an API key which you need to set in the settings.
|
You need to register your machine at [https://codestats.net/my/machines](https://codestats.net/my/machines) to get an API key which you need to set in the settings.
|
||||||
|
|
||||||
This extension contributes the following settings:
|
This extension contributes the following settings:
|
||||||
|
|
||||||
- `codestats.apikey`: API key for your machine
|
- `codestats.apikey`: API key for your machine
|
||||||
- `codestats.apiurl`: Base URL for the API-endpoint
|
- `codestats.apiurl`: Base URL for the API-endpoint
|
||||||
- `codestats.username`: Code::stats username
|
- `codestats.username`: Code::stats username
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### 1.0.18
|
### 1.1.0
|
||||||
|
|
||||||
Updated dependencies.
|
- Extension now works on remote containers without anything to do
|
||||||
|
- A command can now be used to set the API_KEY setting
|
||||||
### 1.0.16/1.0.17
|
|
||||||
|
### 1.0.18
|
||||||
Updated dependencies.
|
|
||||||
Added filtering out of some output languages like code runner, etc.
|
Updated dependencies.
|
||||||
|
|
||||||
### 1.0.15
|
### 1.0.16/1.0.17
|
||||||
|
|
||||||
Added Q# to languages.
|
Updated dependencies.
|
||||||
|
Added filtering out of some output languages like code runner, etc.
|
||||||
Merged PR from thebird956:
|
|
||||||
Replaced deprecated 'vscode.previewHtml' command to the webview API.
|
### 1.0.15
|
||||||
|
|
||||||
### 1.0.14
|
Added Q# to languages.
|
||||||
|
|
||||||
Updated deps and moved to latest VS code engine.
|
Merged PR from thebird956:
|
||||||
|
Replaced deprecated 'vscode.previewHtml' command to the webview API.
|
||||||
### 1.0.13
|
|
||||||
|
### 1.0.14
|
||||||
Updated some outdated vulnerable dependency packages. Moved the repo to Gitlab.
|
|
||||||
|
Updated deps and moved to latest VS code engine.
|
||||||
### 1.0.12
|
|
||||||
|
### 1.0.13
|
||||||
Updated some outdated dependency packages.
|
|
||||||
|
Updated some outdated vulnerable dependency packages. Moved the repo to Gitlab.
|
||||||
### 1.0.11
|
|
||||||
|
### 1.0.12
|
||||||
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
|
||||||
|
Updated some outdated dependency packages.
|
||||||
### 1.0.10
|
|
||||||
|
### 1.0.11
|
||||||
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
|
||||||
|
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
||||||
### 1.0.9
|
|
||||||
|
### 1.0.10
|
||||||
Merged a PR from scout199 to for a HTML-profile view and addition of username setting.
|
|
||||||
|
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
||||||
Change in the extension publisher account from juha-ristolainen to riussi. You need to uninstall the old extension and re-install.
|
|
||||||
|
### 1.0.9
|
||||||
### 1.0.8
|
|
||||||
|
Merged a PR from scout199 to for a HTML-profile view and addition of username setting.
|
||||||
Merged a PR from nicd to refactor the counting logic.
|
|
||||||
|
Change in the extension publisher account from juha-ristolainen to riussi. You need to uninstall the old extension and re-install.
|
||||||
### 1.0.7
|
|
||||||
|
### 1.0.8
|
||||||
Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP.
|
|
||||||
|
Merged a PR from nicd to refactor the counting logic.
|
||||||
### 1.0.6
|
|
||||||
|
### 1.0.7
|
||||||
Changed to return just the langId if not found in the mapped languages names.
|
|
||||||
Added Elm and Elixir to the mapped names.
|
Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP.
|
||||||
|
|
||||||
### 1.0.5
|
### 1.0.6
|
||||||
|
|
||||||
Changed language names to reflect the ones already used in Code::Stats.
|
Changed to return just the langId if not found in the mapped languages names.
|
||||||
|
Added Elm and Elixir to the mapped names.
|
||||||
### 1.0.4
|
|
||||||
|
### 1.0.5
|
||||||
Added a manual mapping to natural language language names.
|
|
||||||
|
Changed language names to reflect the ones already used in Code::Stats.
|
||||||
### 1.0.3
|
|
||||||
|
### 1.0.4
|
||||||
Fixed an accumulation of XP bug.
|
|
||||||
Added a license for the logo.
|
Added a manual mapping to natural language language names.
|
||||||
|
|
||||||
### 1.0.2
|
### 1.0.3
|
||||||
|
|
||||||
Added a logo for the extension.
|
Fixed an accumulation of XP bug.
|
||||||
|
Added a license for the logo.
|
||||||
### 1.0.1
|
|
||||||
|
### 1.0.2
|
||||||
Added the missing github information to package.json
|
|
||||||
Added the .vsix installation package as well.
|
Added a logo for the extension.
|
||||||
|
|
||||||
### 1.0.0
|
### 1.0.1
|
||||||
|
|
||||||
Initial release of code-stats-vscode
|
Added the missing github information to package.json
|
||||||
|
Added the .vsix installation package as well.
|
||||||
### For more information
|
|
||||||
|
### 1.0.0
|
||||||
- [Gitlab repository](https://gitlab.com/juha.ristolainen/code-stats-vscode)
|
|
||||||
|
Initial release of code-stats-vscode
|
||||||
**Enjoy!**
|
|
||||||
|
### For more information
|
||||||
|
|
||||||
|
- [Gitlab repository](https://gitlab.com/juha.ristolainen/code-stats-vscode)
|
||||||
|
|
||||||
|
**Enjoy!**
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "gitlab",
|
"type": "gitlab",
|
||||||
"url": "https://gitlab.com/juha.ristolainen/code-stats-vscode"
|
"url": "https://gitlab.com/aviortheking/code-stats-vscode"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.43.2"
|
"vscode": "^1.43.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user