How to use InstancePolicy from Extension API? #2774
Unanswered
Curve
asked this question in
Extension Development QnA
Replies: 1 comment
-
For those stumbling upon this issue, this seems to work: task.runOptions = { instancePolicy: 4, instanceLimit: Number.MAX_SAFE_INTEGER } as any; However, this is obviously very hacky. I would suggest adding these properties in the vscode type package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Related to #90125 - How can I set the newly added
instancePolicy
for a Task created via the Extension API?Beta Was this translation helpful? Give feedback.
All reactions