We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d1161 commit 49de5f8Copy full SHA for 49de5f8
src/common/telemetry/constants.ts
@@ -128,7 +128,7 @@ export interface IEventNamePropertyMapping {
128
}
129
*/
130
[EventNames.UV_PYTHON_INSTALL_FAILED]: {
131
- stage: 'uvInstall' | 'pythonInstall' | 'findPath';
+ stage: 'uvInstall' | 'uvNotOnPath' | 'pythonInstall' | 'findPath';
132
};
133
134
/* __GDPR__
0 commit comments