Added manual mapping to language names

This commit is contained in:
Juha Ristolainen
2017-03-18 09:25:20 +00:00
parent e4d94c5878
commit 8695493a02
7 changed files with 86 additions and 4 deletions

View File

@@ -18,6 +18,14 @@ export class XpCounter {
constructor() {
this.pulse = new Pulse();
/*
let allLanguages = languages.getLanguages().then(
(result => {
console.log(JSON.stringify(result));
})
);
*/
let config: WorkspaceConfiguration = workspace.getConfiguration("codestats");
if (!config) {
return;