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.json
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1507,10 +1507,8 @@
1507
1507
"type": "string"
1508
1508
}
1509
1509
},
1510
-
"description": "The path to the Python file or workspace to get the environment information for.",
1511
-
"required": [
1512
-
"resourcePath"
1513
-
]
1510
+
"description": "The path to the Python file or workspace to get the executable information for. If not provided, the current workspace will be used. Where possible pass the path to the file or workspace.",
1511
+
"required": []
1514
1512
},
1515
1513
"when": "!pythonEnvExtensionInstalled"
1516
1514
},
@@ -1532,10 +1530,8 @@
1532
1530
"type": "string"
1533
1531
}
1534
1532
},
1535
-
"description": "The path to the Python file or workspace to get the environment information for.",
1536
-
"required": [
1537
-
"resourcePath"
1538
-
]
1533
+
"description": "The path to the Python file or workspace to list the packages. If not provided, the current workspace will be used. Where possible pass the path to the file or workspace.",
1534
+
"required": []
1539
1535
},
1540
1536
"when": "!pythonEnvExtensionInstalled"
1541
1537
},
@@ -1562,12 +1558,11 @@
1562
1558
},
1563
1559
"resourcePath": {
1564
1560
"type": "string",
1565
-
"description": "The path to the Python file or workspace to get the environment information for."
1561
+
"description": "The path to the Python file or workspace into which the packages are installed. If not provided, the current workspace will be used. Where possible pass the path to the file or workspace."
0 commit comments