-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Improve custom data schemas #67747
Labels
bug
Issue identified by VS Code Team member as probable bug
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
html
HTML support issues
verified
Verification succeeded
Milestone
Comments
|
octref
added
bug
Issue identified by VS Code Team member as probable bug
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
html
HTML support issues
and removed
json
JSON support issues
labels
Feb 1, 2019
enum shows suggestions, we use it everywhere, there must have been some other issue. |
I see, that's when I should use |
octref
added a commit
to microsoft/vscode-css-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-html-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-html-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-css-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-css-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-css-languageservice
that referenced
this issue
Feb 1, 2019
octref
added a commit
to microsoft/vscode-html-languageservice
that referenced
this issue
Feb 1, 2019
Verifier:
|
Yes. Attribute value completion gets values from both. |
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
html
HTML support issues
verified
Verification succeeded
html:
const: 1
.properties
default
values and defaultSnippets for better code completion experience (as requested in Issues with html customData schema #67609)css:
const: 1
.oneOf:[{enum
with `"enum": ["standard", "experimental",...]``pattern
andpatternErrorMessage
to verifybrowsers
$ref
to have avoid multiple definitions for definitions forbrowsers
andstatus
The text was updated successfully, but these errors were encountered: