mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-11 02:31:58 +00:00
Added manual mapping to language names
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user