Skip to content

Commit 99d5dc2

Browse files
authored
switch to uv for tag (#25551)
support microsoft/python-environment-tools#263
1 parent 900ae9c commit 99d5dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pythonEnvironments/base/locators/common/nativePythonUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export enum NativePythonEnvironmentKind {
2323
VirtualEnvWrapper = 'VirtualEnvWrapper',
2424
WindowsStore = 'WindowsStore',
2525
WindowsRegistry = 'WindowsRegistry',
26-
VenvUv = 'VenvUv',
26+
VenvUv = 'Uv',
2727
}
2828

2929
const mapping = new Map<NativePythonEnvironmentKind, PythonEnvKind>([

0 commit comments

Comments
 (0)