You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed your extension version on VS Code Marketplace doesn't follow SemVer. The version is 2022.09.290700. It must not have a leading zero before 9. This detail broke my setup when I switched to a SemVer parser. I'll use a different parser for now to work around this problem. However, I believe making your published extension have a correct version can benefit my and other projects.
Please make a release with a SemVer-compliant version on VS Code marketplace.
I'm working on https://github.com/nix-community/nix-vscode-extensions.
I noticed your extension version on VS Code Marketplace doesn't follow SemVer. The version is
2022.09.290700. It must not have a leading zero before9. This detail broke my setup when I switched to a SemVer parser. I'll use a different parser for now to work around this problem. However, I believe making your published extension have a correct version can benefit my and other projects.cc @DomonJi