mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-11 02:31:58 +00:00
Default to langId if not a manually mapped name.
Added Elixir and Elm to mapped language names.
This commit is contained in:
@@ -18,7 +18,7 @@ export class XpCounter {
|
||||
constructor() {
|
||||
this.pulse = new Pulse();
|
||||
|
||||
/*
|
||||
/* // print out supported language names
|
||||
let allLanguages = languages.getLanguages().then(
|
||||
(result => {
|
||||
console.log(JSON.stringify(result));
|
||||
|
Reference in New Issue
Block a user