Skip to content

Commit 2698d5a

Browse files
authored
remove TERMINAL_DEACTIVATE_PROMPT telemetry event (#24843)
event is no longer needed
1 parent b84fce2 commit 2698d5a

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

src/client/telemetry/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export enum EventName {
3131
PYTHON_INTERPRETER_ACTIVATE_ENVIRONMENT_PROMPT = 'PYTHON_INTERPRETER_ACTIVATE_ENVIRONMENT_PROMPT',
3232
PYTHON_NOT_INSTALLED_PROMPT = 'PYTHON_NOT_INSTALLED_PROMPT',
3333
CONDA_INHERIT_ENV_PROMPT = 'CONDA_INHERIT_ENV_PROMPT',
34-
TERMINAL_DEACTIVATE_PROMPT = 'TERMINAL_DEACTIVATE_PROMPT',
3534
REQUIRE_JUPYTER_PROMPT = 'REQUIRE_JUPYTER_PROMPT',
3635
ACTIVATED_CONDA_ENV_LAUNCH = 'ACTIVATED_CONDA_ENV_LAUNCH',
3736
ENVFILE_VARIABLE_SUBSTITUTION = 'ENVFILE_VARIABLE_SUBSTITUTION',

src/client/telemetry/index.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,23 +2021,7 @@ export interface IEventNamePropertyMapping {
20212021
*/
20222022
selection: 'Allow' | 'Close' | undefined;
20232023
};
2024-
/**
2025-
* Telemetry event sent with details when user clicks the prompt with the following message:
2026-
*
2027-
* 'We noticed you're using a conda environment. If you are experiencing issues with this environment in the integrated terminal, we suggest the "terminal.integrated.inheritEnv" setting to be changed to false. Would you like to update this setting?'
2028-
*/
2029-
/* __GDPR__
2030-
"conda_inherit_env_prompt" : {
2031-
"selection" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig" }
2032-
}
2033-
*/
2034-
[EventName.TERMINAL_DEACTIVATE_PROMPT]: {
2035-
/**
2036-
* `Yes` When 'Allow' option is selected
2037-
* `Close` When 'Close' option is selected
2038-
*/
2039-
selection: 'Edit script' | "Don't show again" | undefined;
2040-
};
2024+
20412025
/**
20422026
* Telemetry event sent with details when user attempts to run in interactive window when Jupyter is not installed.
20432027
*/

0 commit comments

Comments
 (0)