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
Copy file name to clipboardExpand all lines: package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,5 +45,5 @@
45
45
"python-envs.revealProjectInExplorer.title": "Reveal Project in Explorer",
46
46
"python-envs.revealEnvInManagerView.title": "Reveal in Environment Managers View",
47
47
"python-envs.runPetInTerminal.title": "Run Python Environment Tool (PET) in Terminal...",
48
-
"python-envs.alwaysUseUv.description": "When set to true, uv will be used to manage all virtual environments if available. When set to false, uv will only manage virtual environments explicitly created by uv."
48
+
"python-envs.alwaysUseUv.description": "When set to true, uv will be used to manage all virtual environments if available, and the run button will execute files with uv run. When set to false, uv will only manage environments explicitly created by uv, including for the run button."
0 commit comments