code-stats-vscode/README.md
Juha Ristolainen c2eea18719 Added github repo to package.json
Added the .vsix-package
2017-03-17 18:04:45 +00:00

34 lines
942 B
Markdown

# Code::Stats extension to Visual Studio Code.
This is a Visual Studio Code extension to send updates to [https://codestats.net](https://codestats.net)
## 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.
## 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.
This extension contributes the following settings:
* `codestats.apikey`: API key for your machine
## Known Issues
## Release Notes
### 1.0.0
Initial release of code-stats-vscode
### 1.0.1
Added the missing github information to package.json
Added the .vsix installation package as well.
### For more information
* [Github repository](https://github.com/riussi/code-stats-vscode)
**Enjoy!**