File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/platform/terminal/common/xterm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
423
423
}
424
424
this . _activationTimeout = setTimeout ( ( ) => {
425
425
if ( ! this . capabilities . get ( TerminalCapability . CommandDetection ) && ! this . capabilities . get ( TerminalCapability . CwdDetection ) ) {
426
- this . _telemetryService ?. publicLog2 < { classification : 'SystemMetaData ' ; purpose : 'FeatureInsight ' } > ( 'terminal/shellIntegrationActivationTimeout' ) ;
426
+ this . _telemetryService ?. publicLog2 < { } , { owner : 'meganrogge ' ; comment : 'Indicates shell integration activation timeout ' } > ( 'terminal/shellIntegrationActivationTimeout' ) ;
427
427
this . _logService . warn ( 'Shell integration failed to add capabilities within 10 seconds' ) ;
428
428
}
429
429
this . _hasUpdatedTelemetry = true ;
You can’t perform that action at this time.
0 commit comments