Commit Graph

51 Commits

Author SHA1 Message Date
c8948da3c8 Update to CI-config 2018-11-28 16:20:10 +01:00
7288512048 Update to CI-config 2018-11-28 16:18:18 +01:00
48563352b6 Update to CI-config 2018-11-28 16:14:48 +01:00
de7fd87d26 Update to CI-config 2018-11-28 16:10:46 +01:00
5b698eb916 Updated vulnerable deps and changed repo to gitlab 2018-11-28 16:08:45 +01:00
3b1bc6876e Added CI-config and updated deps and version. 2018-11-28 14:58:43 +01:00
be7964162e npm audit fix 2018-11-28 14:50:41 +01:00
776fde9ce0 Merge release-v1.0.12 2018-07-05 11:24:51 +02:00
d2a11145be Merge 2018-07-05 11:22:08 +02:00
81b5ad7973 Updated outdated dependencies 2018-07-05 11:19:36 +02:00
64f0e3b5b0 Removed old .vsix-packages from the repo 2018-07-05 11:12:59 +02:00
a009f1718d Fixed the missing lodash dependency 2018-07-04 15:13:22 +02:00
9e1970b75b Added a notice about the uninstall/reinstall requirement 2018-07-04 14:42:06 +02:00
fc5c013847 Updated dev dependency security vulnerability per CVE-2017-16042 release-v1.0.10 2018-07-04 14:31:11 +02:00
bcbccb68c5 Updated version to 1.0.9
Added contributors to package.json
Had to switch the publisher account
2018-07-04 14:19:46 +02:00
235bed6de2 Remove unused files 2018-07-04 13:37:33 +02:00
e8421926dc Done 2018-07-04 13:37:33 +02:00
2343164b29 Playing with colors 2018-07-04 13:37:33 +02:00
674f657acb CSS styles for VSCode themes 2018-07-04 13:37:33 +02:00
ae430493d7 SVG styling 2018-07-04 13:37:33 +02:00
96bd68be7c Clean up 2018-07-04 13:37:33 +02:00
ed2b511762 About done 2018-07-04 13:37:33 +02:00
ac74701866 Start language radial progress 2018-07-04 13:37:33 +02:00
1643159674 Add machines 2018-07-04 13:37:33 +02:00
e5536d8c23 Move html template out 2018-07-04 13:37:33 +02:00
4a77a37875 Move resources into external files 2018-07-04 13:37:33 +02:00
35ce1e244f Profile API 2018-07-04 13:37:33 +02:00
454fa33ce1 Html view 2018-07-04 13:37:33 +02:00
c578f8484a Playing with html 2018-07-04 13:37:33 +02:00
982621c3a4 HTML View for C::S Profile 2018-07-04 13:37:33 +02:00
01cd77e519 Made it Prettier(tm) 2017-11-08 21:03:53 +01:00
2392b782b7 Release 1.0.8 2017-08-28 20:57:08 +02:00
23466f311e Reset XP counter when API call is accepted 2017-08-28 20:46:22 +02:00
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
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
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
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
7bdac227a1 catch reformatting of text 2017-05-29 13:21:24 +02:00
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
574fa9f2e4 v1.0.5 release-v1.0.5 2017-03-18 18:34:27 +00:00
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
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
8695493a02 Added manual mapping to language names release-v1.0.4 2017-03-18 09:27:39 +00:00
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
8001217d15 Added a logo to the package. release-v1.0.2 2017-03-17 18:13:28 +00:00
c2eea18719 Added github repo to package.json
Added the .vsix-package
release-v1.0.1
2017-03-17 18:04:45 +00:00
3e6bbab84a Getting ready to release initial 1.0.0 version. release-v1.0.0 2017-03-17 17:54:37 +00:00
768f37d9e8 Added API integration. 2017-03-17 17:54:22 +00:00
cb048907f3 Change detection and tracking. 2017-03-17 17:54:03 +00:00
69f89cc4c4 Initialized a new vscode-extension. 2017-03-17 17:53:54 +00:00