-
Notifications
You must be signed in to change notification settings - Fork 93
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
CodeAction to fix bad value for noNamespaceSchemaLocation #691
Comments
FYI, this is the code action returned by jdt.ls when creating a new class:
|
I am interested on working on this |
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 15, 2020
A CodeAction for the error schema-reference.4 that creates the file referenced in xsi:noNamespaceSchemaLocation if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 15, 2020
A CodeAction for the error schema-reference.4 that creates the file referenced in xsi:noNamespaceSchemaLocation if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 16, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson davthomp@redhat.com
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 16, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 16, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 16, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 17, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Jun 17, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to angelozerr/lemminx
that referenced
this issue
Jun 18, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes eclipse-lemminx#691 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
that referenced
this issue
Jun 19, 2020
A CodeAction for the error `schema-reference.4` that creates the file referenced in `xsi:noNamespaceSchemaLocation` if its missing. Closes #691 Signed-off-by: David Thompson <davthomp@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given this XML file:
and file.xsd which doesn't exists:
We should have code actions:
The text was updated successfully, but these errors were encountered: