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.commands.executeCommand ignores prefix argument #9565

Closed
Nurkambay opened this issue Jun 8, 2021 · 0 comments · Fixed by #9566
Closed

vscode.commands.executeCommand ignores prefix argument #9565

Nurkambay opened this issue Jun 8, 2021 · 0 comments · Fixed by #9566
Labels
vscode issues related to VSCode compatibility

Comments

@Nurkambay
Copy link

Bug Description:

Executing following command ignores an argument

vscode.commands.executeCommand("workbench.action.quickOpen", ">Filter dumps by ");

This command should open command palette with the prefix "Filter dumps by" like in VSCode:

vscode

But this prefix is ignored in Theia:

theia

Additional Information

  • Operating System: macOS Big Sur
  • Theia Version: Latest theiaide/theia-full
@vince-fugnitto vince-fugnitto changed the title vscode.commands.executeCommand ignores an agrument vscode.commands.executeCommand ignores prefix argument Jun 8, 2021
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Jun 8, 2021
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