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
Trying to test a vscode extension in Theia but get some errors with vscode.Task.PresentationsOptions.reveal. As I understand, this is already covered by Theia in VSCode API coverage.
Steps to Reproduce:
In visual studio code extension, use the vscode.task API to create a task.
Try to update myTask.presentationOptions.reveal = vscode.TaskRevealKind.Always;
Get an error that can't update reveal of undefined
Bug Description:
Trying to test a vscode extension in Theia but get some errors with vscode.Task.PresentationsOptions.reveal. As I understand, this is already covered by Theia in VSCode API coverage.
Steps to Reproduce:
vscode extension code
I believe its an issue with the new vscode.Task() constructor not initializing it.
Additional Information
List of extensions
@theia/bulk-edit 1.12.0-next.1a1d7afc
@theia/callhierarchy 1.12.0-next.1a1d7afc
@theia/console 1.12.0-next.1a1d7afc
@theia/core 1.12.0-next.1a1d7afc
@theia/debug 1.12.0-next.1a1d7afc
@theia/editor 1.12.0-next.1a1d7afc
@theia/file-search 1.12.0-next.1a1d7afc
@theia/filesystem 1.12.0-next.1a1d7afc
@theia/markers 1.12.0-next.1a1d7afc
@theia/messages 1.12.0-next.1a1d7afc
@theia/mini-browser 1.12.0-next.1a1d7afc
@theia/monaco 1.12.0-next.1a1d7afc
@theia/navigator 1.12.0-next.1a1d7afc
@theia/outline-view 1.12.0-next.1a1d7afc
@theia/output 1.12.0-next.1a1d7afc
@theia/plugin-dev 1.12.0-next.1a1d7afc
@theia/plugin-ext 1.12.0-next.1a1d7afc
@theia/plugin-ext-vscode 1.12.0-next.1a1d7afc
@theia/preferences 1.12.0-next.1a1d7afc
@theia/preview 1.12.0-next.1a1d7afc
@theia/process 1.12.0-next.1a1d7afc
@theia/scm 1.12.0-next.1a1d7afc
@theia/search-in-workspace 1.12.0-next.1a1d7afc
@theia/task 1.12.0-next.1a1d7afc
@theia/terminal 1.12.0-next.1a1d7afc
@theia/timeline 1.12.0-next.1a1d7afc
@theia/userstorage 1.12.0-next.1a1d7afc
@theia/variable-resolver 1.12.0-next.1a1d7afc
@theia/workspace 1.12.0-next.1a1d7afc
The text was updated successfully, but these errors were encountered: