Skip to content

Commit

Permalink
Fix mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Oct 26, 2022
1 parent e790a13 commit 0944a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class BrowserWorkbenchEnvironmentService implements IBrowserWorkbenchEnvi

@memoize
get telemetryLogResource(): URI { return joinPath(this.logsHome, 'telemetry.log'); }
get extensionTelemetryLogResource(): URI { return joinPath(this.logsHome, 'xf'); }
get extensionTelemetryLogResource(): URI { return joinPath(this.logsHome, 'extensionTelemetry.log'); }

@memoize
get disableTelemetry(): boolean { return false; }
Expand Down

0 comments on commit 0944a16

Please sign in to comment.