-
Notifications
You must be signed in to change notification settings - Fork 47
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
Change autocomplete logic of bezier-vscode
#2486
Change autocomplete logic of bezier-vscode
#2486
Conversation
- because of overlapping words such as background-color and background
🦋 Changeset detectedLatest commit: 5b6c2a5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2486 +/- ##
=======================================
Coverage 82.27% 82.27%
=======================================
Files 143 143
Lines 2979 2979
Branches 913 917 +4
=======================================
Hits 2451 2451
Misses 497 497
Partials 31 31 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/[email protected] ### Minor Changes - Layout components support the `basis` (`flex-basis`) property. ([#2495](#2495)) by @sungik-choi ### Patch Changes - Improve the rendering performance of components that use `LegacyIcon`. ([#2494](#2494)) by @sungik-choi ## [email protected] ### Minor Changes - Change autocomplete logic. Now token name can trigger autocomplete even without `var` string. ([#2486](#2486)) by @yangwooseong ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Self Checklist
Related Issue
bezier-vscode
pacakge #2485Summary
bezier-vscode
익스텐션의 자동완성 로직을 아래와 같이 변경합니다.Details
As-is
2024-11-07.11.27.52.mov
To-be
2024-11-07.4.32.05.mov
Breaking change? (Yes/No)
References