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

VS Code Back and Forward commands not mapped to Theia commands #8956

Closed
danieltomasku opened this issue Jan 15, 2021 · 1 comment · Fixed by #8958
Closed

VS Code Back and Forward commands not mapped to Theia commands #8956

danieltomasku opened this issue Jan 15, 2021 · 1 comment · Fixed by #8958
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@danieltomasku
Copy link
Contributor

Bug Description:

Currently the following VS Code navigation commands are not mapped to Theia commands:

  • workbench.action.navigateBack
  • workbench.action.navigateForward
  • workbench.action.navigateToLastEditLocation

This becomes apparent when trying to use the Back & Forth extension with Theia.

Steps to Reproduce:

  1. Install the Back & Forth extension from the Open VSX registry
  2. Try to use the back and forward buttons
  3. Confirm that they do not work and you see an error message in the console: Error: Command with id 'workbench.action.navigateForward' is not registered.

Additional Information

  • Operating System: RHEL7
  • Theia Version: 1.9.0
@danieltomasku
Copy link
Contributor Author

I have a Pull Request coming shortly that addresses this.

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
2 participants