We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddac04d commit e79c752Copy full SHA for e79c752
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