Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.59.0
- OS Version: Linux JD 5.13.10-arch1-1
Although there is an option to close terminal after task completes running in tasks.json, the option doesn't exist in vscode.d.ts interface TaskPresntationOptions
Steps to Reproduce:
- Create VS Code extension
- Create a task in extension
- Try to set presentation field with close:

Steps to Fix:
- Add close field to interface TaskPresntationOptions in vscode.d.ts:

- No TypeScript error:

- Behaves as expected, task closes after run:

Adding this issue for a pull request
Does this issue occur when all extensions are disabled?: Yes/No
Although there is an option to close terminal after task completes running in tasks.json, the option doesn't exist in vscode.d.ts interface TaskPresntationOptions
Steps to Reproduce:
Steps to Fix:
Adding this issue for a pull request