Skip to content
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

fix(transformer-variant-group): vscode autocomplete & annotation #3877

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Simon-He95
Copy link
Contributor

@Simon-He95 Simon-He95 commented Jun 6, 2024

close: #2619

image

  autocomplete & annotation
@Simon-He95 Simon-He95 requested a review from antfu as a code owner June 6, 2024 12:08
Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for unocss ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4237653
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/6661a6abe025aa0008964455
😎 Deploy Preview https://deploy-preview-3877--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for unocss ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 2e091df
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/66646cc30fb286000801b606
😎 Deploy Preview https://deploy-preview-3877--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines +101 to +103
// eslint-disable-next-line regexp/no-unused-capturing-group
if (/(^\(|\)$)/.test(raw))
raw = raw.replace(/(^\(|\)$)/g, '')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too specific for core. Core shouldn't aware of this and shouldn't do modifications to raw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code extension: no autocompletion for variant groups or their prefixes
2 participants