-
Notifications
You must be signed in to change notification settings - Fork 23
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
v4.0.0 #138
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 22, 2022
This was referenced Mar 4, 2023
This is a bug which is crashing vscode that I am unsure of what is causing it to occur. This is a quick attempt to fix it which simply makes activation more strict in multi-window environments by disabling the extension from running.
Thanks to @MurmeltierS for pointing this one out 👊 Co-Authored-By: MurmeltierS <[email protected]>
When schema tokens are assigned a variable we will gracefully support completions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR contains features, fixes and changes that will be shipping in v4.0.0 The extension will release a major and move from 3.2.2 to 4.0.0 due to the breaking changes and deprecations. While this is against the semantic release approach, the version bump intends to signal significant changes, thus we move to v4.0.0
You can view the upcoming Release Notes for 4.0 and check the next for the version release.
Nightly Releases
If you like to live on the edge, feel free to install the VSIX for nightly releases. Updates to the VSIX and generally stable enough for testing and using the latest releases.
Key Features
This PR will bring support for completions of Shopify locales, settings and snippet files. In addition, codelens support will be made available to snippet tags by pressing
cmd + click
on snippet referenced files. Formatting support is also being improved as Æsthetic will replace Prettify in this release bringing more stable beautification and extended rules.Breaking Changes
As per #132 there will be changes that require users to align with the new configuration structures pertaining to formatting settings. This is a small change and no backwards capability is going to be provided, so users can either upgrade or continue using 3.2.2.