mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-03 23:31:59 +00:00
More filtering
This commit is contained in:
@@ -30,7 +30,11 @@ export class XpCounter {
|
||||
// List of detected output languages to filter out and not send to the backend.
|
||||
private filterOutLanguages: string[] = [
|
||||
"arduino-output",
|
||||
"code-runner-output"
|
||||
"code-runner-output",
|
||||
"jest-snapshot",
|
||||
"Diff",
|
||||
"testOutput",
|
||||
"Log"
|
||||
]
|
||||
|
||||
constructor(context: ExtensionContext) {
|
||||
|
Reference in New Issue
Block a user