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

Custom CSS data: classes not proposed #67638

Closed
dbaeumer opened this issue Jan 31, 2019 · 2 comments
Closed

Custom CSS data: classes not proposed #67638

dbaeumer opened this issue Jan 31, 2019 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling verified Verification succeeded

Comments

@dbaeumer
Copy link
Member

Tests: #67306

  • follow steps
  • open css file
  • empty it and type :my-l

Observe code complete is empty

capture

@octref octref added bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling labels Jan 31, 2019
@octref octref added this to the December/January 2019 milestone Jan 31, 2019
@octref
Copy link
Contributor

octref commented Jan 31, 2019

Thanks, I fixed schema but forget to update the JSON parser, so it was reading pseudoclasses instead of pseudoClasses.

Fixed via ef0f902.

@octref octref closed this as completed Jan 31, 2019
@octref
Copy link
Contributor

octref commented Jan 31, 2019

For verifier: ensure this custom data would propose :my-link on completion:

{
  "version": 1,
  "pseudoClasses": [{
    "name": ":my-link",
    "description": ":any-link pseudo class. See details at https://preset-env.cssdb.org/features#any-link-pseudo-class"
  }]
}

@dbaeumer dbaeumer added the verified Verification succeeded label Feb 1, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants