|
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 |
Answered by
chialiyun
Oct 17, 2022
Replies: 2 comments
|
I figured that the command has to be used with an option (either of the following):
for example: |
0 replies
Answer selected by
brettcannon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured that the command has to be used with an option (either of the following):
workplaceFolderfield (`{workplaceFolder: "/usr/joe/learnPython"})for example: