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
Currently published extension is out of date. I end up packaging it myself vsce package --yarn, but attempt to install it fails:
vsce package --yarn
Unable to install extension 'inkandswitch.hypermerge-0.2.3' as it is not compatible with VS Code '1.30.2'.
Is this addon actually requires ^1.31.0 ?
^1.31.0
P.S: 1.30.2 is latest release version.
The text was updated successfully, but these errors were encountered:
Manged to install it by laxing that requirement, but from what I can tell vscode add-on still doesn't work I get
command 'hypermerge.createRoot' not found
Sorry, something went wrong.
No branches or pull requests
Currently published extension is out of date. I end up packaging it myself
vsce package --yarn
, but attempt to install it fails:Is this addon actually requires
^1.31.0
?P.S: 1.30.2 is latest release version.
The text was updated successfully, but these errors were encountered: