Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] proposed API terminalQuickFixProvider evolutions in 1.82 #12969

Closed
Tracked by #12943
rschnekenbu opened this issue Oct 2, 2023 · 0 comments · Fixed by #13006
Closed
Tracked by #12943

[vscode] proposed API terminalQuickFixProvider evolutions in 1.82 #12969

rschnekenbu opened this issue Oct 2, 2023 · 0 comments · Fixed by #13006
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

With VS Code 1.82.0, proposed API terminalQuickFixProvider has evolved:

  • A Type has been added (SingleOrMany = T | T|]),
  • A class renamed: TerminalQuickFixCommand to TerminalQuickFixExecuteTerminalCommand
  • An enum has been removed (TerminalQuickFixType)
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Oct 2, 2023
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Oct 18, 2023
note the API is still stubbed in the tool.

Fixes eclipse-theia#12969

Contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Oct 19, 2023
note the API is still stubbed in the tool.

Fixes eclipse-theia#12969

Contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
tortmayr pushed a commit to eclipsesource/theia that referenced this issue Oct 21, 2023
note the API is still stubbed in the tool.

Fixes eclipse-theia#12969

Contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
tsmaeder pushed a commit that referenced this issue Oct 21, 2023
note the API is still stubbed in the tool.

Fixes #12969

Contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants