-
I read this article that explains that if an interpreter is being set, we could get via extension API or command I am currently coding a vscode extension and using the following code:
It results in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I figured that the command has to be used with an option (either of the following):
for example:
|
Beta Was this translation helpful? Give feedback.
-
See #18888 for the API. |
Beta Was this translation helpful? Give feedback.
I figured that the command has to be used with an option (either of the following):
workplaceFolder
field (`{workplaceFolder: "/usr/joe/learnPython"})for example: