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