We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 1.25 removed the command workbench.action.openLastEditorInGroup
workbench.action.openLastEditorInGroup
https://code.visualstudio.com/updates/v1_25#_removed-commands
We utilize this for :tablast
Replace with workbench.action.lastEditorInGroup and mark 1.25 as the minimum vscode version in package.json
workbench.action.lastEditorInGroup
The text was updated successfully, but these errors were encountered:
Hi @xconverge, I'm taking a stab at this issue.
Should I commit changes in package-lock.json?
package-lock.json
Thank you.
Sorry, something went wrong.
Yes. If you made changes to package.Json, please commit changes to the lock file
@jpoon, thank you for your response.
Yes, I've made changes to package.json. There are other changes in dependency versions in package-lock.json.
package.json
I'll submit a pull request with my changes and let's discuss if we need to make anymore changes to that 😄.
Merge pull request #2926 from Roshanjossey/fix-tablast
ca15469
Fix :tablast breaking in vscode 1.25 #2813
Successfully merging a pull request may close this issue.
Vscode 1.25 removed the command
workbench.action.openLastEditorInGroup
https://code.visualstudio.com/updates/v1_25#_removed-commands
We utilize this for :tablast
Replace with
workbench.action.lastEditorInGroup
and mark 1.25 as the minimum vscode version in package.jsonThe text was updated successfully, but these errors were encountered: