78 Commits

Author SHA1 Message Date
Valentin Ivanov
1643159674 Add machines 2018-07-04 13:37:33 +02:00
Valentin Ivanov
e5536d8c23 Move html template out 2018-07-04 13:37:33 +02:00
Valentin Ivanov
4a77a37875 Move resources into external files 2018-07-04 13:37:33 +02:00
Valentin Ivanov
35ce1e244f Profile API 2018-07-04 13:37:33 +02:00
Valentin Ivanov
454fa33ce1 Html view 2018-07-04 13:37:33 +02:00
Valentin Ivanov
c578f8484a Playing with html 2018-07-04 13:37:33 +02:00
Valentin Ivanov
982621c3a4 HTML View for C::S Profile 2018-07-04 13:37:33 +02:00
Juha Ristolainen
01cd77e519 Made it Prettier(tm) 2017-11-08 21:03:53 +01:00
Juha Ristolainen
2392b782b7 Release 1.0.8 2017-08-28 20:57:08 +02:00
Mikko Ahlroth
23466f311e Reset XP counter when API call is accepted 2017-08-28 20:46:22 +02:00
Mikko Ahlroth
ac731b06ed Fix XP issue by always giving 1 XP no matter the changes
This can be done because onDidChangeTextDocument is fired for every typed
character, i.e. it is not debounced. So every change is 1 XP which is a
good approximation. I ran some basic tests with this, hope it works well in
all situations.

Fixes #8
2017-08-28 20:46:22 +02:00
Mikko Ahlroth
f2aedac7fb Wait longer for API response than 1 second
This is flattering but my server isn't always that fast :)
2017-08-28 20:46:22 +02:00
Mikko Ahlroth
2bff22d53f Make API URL configurable and listen to config changes
Also prevents useless API call when no API key is set
2017-08-28 20:46:22 +02:00
Juha Ristolainen
24ee812c7d Merged a fix from sharpred to count a large JSON-object formatting only as 1XP release-v1.0.7 2017-05-29 13:26:44 +02:00
Paul Ryan
7bdac227a1 catch reformatting of text 2017-05-29 13:21:24 +02:00
Juha Ristolainen
1921c28636 Default to langId if not a manually mapped name.
Added Elixir and Elm to mapped language names.
release-v1.0.6
2017-03-24 08:47:12 +00:00
Juha Ristolainen
574fa9f2e4 v1.0.5 release-v1.0.5 2017-03-18 18:34:27 +00:00
Juha Ristolainen
9e4012436c Merge pull request #2 from Nicd/patch-1
Change language mappings to match C::S languages
2017-03-18 18:01:21 +00:00
Mikko Ahlroth
bba3010f89 Change language mappings to match C::S languages
Some language mappings were changed to match language names already in the system.

Jade is nowadays called Pug. Unknown text should be sent as "Plain text".
2017-03-18 19:57:55 +02:00
Juha Ristolainen
8695493a02 Added manual mapping to language names release-v1.0.4 2017-03-18 09:27:39 +00:00
Juha Ristolainen
e4d94c5878 Added a license for the logo from @Nicd.
Fixed an accumulation of XP bug.
release-v1.0.3
2017-03-18 08:44:24 +00:00
Juha Ristolainen
8001217d15 Added a logo to the package. release-v1.0.2 2017-03-17 18:13:28 +00:00
Juha Ristolainen
c2eea18719 Added github repo to package.json
Added the .vsix-package
release-v1.0.1
2017-03-17 18:04:45 +00:00
Juha Ristolainen
3e6bbab84a Getting ready to release initial 1.0.0 version. release-v1.0.0 2017-03-17 17:54:37 +00:00
Juha Ristolainen
768f37d9e8 Added API integration. 2017-03-17 17:54:22 +00:00
Juha Ristolainen
cb048907f3 Change detection and tracking. 2017-03-17 17:54:03 +00:00
Juha Ristolainen
69f89cc4c4 Initialized a new vscode-extension. 2017-03-17 17:53:54 +00:00
Juha Ristolainen
25558c7930 Initial commit 2017-03-17 10:05:17 +00:00