Juha Ristolainen
b84792c569
Gitlab CI-config to build the extension vsix-package.
2019-04-04 19:44:28 +00:00
Juha Ristolainen
d1df811f02
Added Q# to languages.
v1.0.15
2019-04-04 19:51:18 +01:00
Juha Ristolainen
a2ddfbea59
Merge branch 'thebird956/code-stats-vscode-update-to-webview'
2019-04-04 19:48:59 +01:00
Juha Ristolainen
08241624e8
Update the version.
2019-04-04 19:48:45 +01:00
Juha Ristolainen
d2c16f1af2
Merged PR from thebird956
2019-04-04 19:47:38 +01:00
Julien Stebenne
e41aa82059
Updated content of changelog
2019-04-04 19:45:23 +01:00
Julien Stebenne
9d70e7cd7f
Updated panel to use Webview API
...
(Also removed some dead code)
2019-04-04 19:44:38 +01:00
Julien Stebenne
84993aef7f
Updated vscode dependency
2019-04-04 19:44:38 +01:00
Juha Ristolainen
61f161b8f5
Updated deps and VS Code engine
2019-04-04 19:29:47 +01:00
Juha Ristolainen
c8948da3c8
Update to CI-config
2018-11-28 16:20:10 +01:00
Juha Ristolainen
7288512048
Update to CI-config
2018-11-28 16:18:18 +01:00
Juha Ristolainen
48563352b6
Update to CI-config
2018-11-28 16:14:48 +01:00
Juha Ristolainen
de7fd87d26
Update to CI-config
2018-11-28 16:10:46 +01:00
Juha Ristolainen
5b698eb916
Updated vulnerable deps and changed repo to gitlab
2018-11-28 16:08:45 +01:00
Juha Ristolainen
3b1bc6876e
Added CI-config and updated deps and version.
2018-11-28 14:58:43 +01:00
Juha Ristolainen
be7964162e
npm audit fix
2018-11-28 14:50:41 +01:00
Juha Ristolainen
776fde9ce0
Merge
release-v1.0.12
2018-07-05 11:24:51 +02:00
Juha Ristolainen
d2a11145be
Merge
2018-07-05 11:22:08 +02:00
Juha Ristolainen
81b5ad7973
Updated outdated dependencies
2018-07-05 11:19:36 +02:00
Juha Ristolainen
64f0e3b5b0
Removed old .vsix-packages from the repo
2018-07-05 11:12:59 +02:00
Juha Ristolainen
a009f1718d
Fixed the missing lodash dependency
2018-07-04 15:13:22 +02:00
Juha Ristolainen
9e1970b75b
Added a notice about the uninstall/reinstall requirement
2018-07-04 14:42:06 +02:00
Juha Ristolainen
fc5c013847
Updated dev dependency security vulnerability per CVE-2017-16042
release-v1.0.10
2018-07-04 14:31:11 +02:00
Juha Ristolainen
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
Valentin Ivanov
235bed6de2
Remove unused files
2018-07-04 13:37:33 +02:00
Valentin Ivanov
e8421926dc
Done
2018-07-04 13:37:33 +02:00
Valentin Ivanov
2343164b29
Playing with colors
2018-07-04 13:37:33 +02:00
Valentin Ivanov
674f657acb
CSS styles for VSCode themes
2018-07-04 13:37:33 +02:00
Valentin Ivanov
ae430493d7
SVG styling
2018-07-04 13:37:33 +02:00
Valentin Ivanov
96bd68be7c
Clean up
2018-07-04 13:37:33 +02:00
Valentin Ivanov
ed2b511762
About done
2018-07-04 13:37:33 +02:00
Valentin Ivanov
ac74701866
Start language radial progress
2018-07-04 13:37:33 +02:00
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