-
Notifications
You must be signed in to change notification settings - Fork 82
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
Generate and bind schema doesn't work #802
Labels
Milestone
Comments
Tested against VS Code Insiders 1.73.0 before it updated to 1.73.1, and it worked |
The problem comes from the use of experimental formatter. If you switch to standard formatter, it should work. |
angelozerr
added a commit
to angelozerr/lemminx
that referenced
this issue
Nov 10, 2022
Fixes redhat-developer/vscode-xml#802 Signed-off-by: azerr <[email protected]>
@fbricon eclipse-lemminx/lemminx#1365 should fix this issue |
any other areas where the new formatter could have changed behavior? |
No I dont think so. |
angelozerr
added a commit
to angelozerr/lemminx
that referenced
this issue
Nov 12, 2022
Fixes redhat-developer/vscode-xml#802 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
to angelozerr/lemminx
that referenced
this issue
Nov 12, 2022
Fixes redhat-developer/vscode-xml#802 Signed-off-by: azerr <[email protected]>
angelozerr
added a commit
to angelozerr/lemminx
that referenced
this issue
Nov 12, 2022
Fixes redhat-developer/vscode-xml#802 Signed-off-by: azerr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given this snippet, generating a schema (xsd. or DTD) creates an empty file, regardless of the binding mechanism:
I tested both 0.22.0 and today's pre-release 0.23.x build, on VS Code 1.73.1
Logs:
The text was updated successfully, but these errors were encountered: