You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether the user launched the Terminal REPL or Native REPL
2315
2315
*/
2316
-
replType: 'Terminal'|'Native';
2316
+
replType: 'Terminal'|'Native'|'manualTerminal';
2317
2317
};
2318
2318
/**
2319
2319
* Telemetry event sent if and when user configure tests command. This command can be trigerred from multiple places in the extension. (Command palette, prompt etc.)
0 commit comments