This is a Visual Studio Code extension to send updates to https://codestats.net
This extension tracks the amount of changes you make to your files and sends out pulses to https://codestats.net/api-docs#pulse to track your XP.
You need to register your machine at 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
Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP.
Changed to return just the langId if not found in the mapped languages names. Added Elm and Elixir to the mapped names.
Changed language names to reflect the ones already used in Code::Stats.
Added a manual mapping to natural language language names.
Fixed an accumulation of XP bug. Added a license for the logo.
Added a logo for the extension.
Added the missing github information to package.json Added the .vsix installation package as well.
Initial release of code-stats-vscode
Enjoy!