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
It's important for each component in the toolchain to have an associated version number that is incremented on each release.
Please design a release process for VSCode plugins that
Use whatever version naming scheme VSCode plugins typically use, likely semantic versioning with vX.Y.Z.
vX.Y.Z
One option would be to have a CURRENT_VERSION file in the VSCode plugin folder and a shell script that
The text was updated successfully, but these errors were encountered:
Please have a look at #57 and #62
Sorry, something went wrong.
samcowger
No branches or pull requests
It's important for each component in the toolchain to have an associated version number that is incremented on each release.
Please design a release process for VSCode plugins that
Use whatever version naming scheme VSCode plugins typically use, likely semantic versioning with
vX.Y.Z
.One option would be to have a CURRENT_VERSION file in the VSCode plugin folder and a shell script that
The text was updated successfully, but these errors were encountered: