29 Commits

Author SHA1 Message Date
Juha Ristolainen
3365ce5509
More filtering 2020-01-06 14:45:25 +00:00
Juha Ristolainen
a5430b9acf
Added code-runner-output and arduino-output to filtered out outputs 2020-01-06 14:42:11 +00:00
Juha Ristolainen
d1df811f02 Added Q# to languages. 2019-04-04 19:51:18 +01:00
Julien Stebenne
9d70e7cd7f Updated panel to use Webview API
(Also removed some dead code)
2019-04-04 19:44:38 +01:00
Valentin Ivanov
e8421926dc Done 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
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
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
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.
2017-03-24 08:47:12 +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 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.
2017-03-18 08:44:24 +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