We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See
[Trace - 1:52:32 PM] Received response 'textDocument/codeAction - (69)' in 2ms. Result: [ { "title": "Insert required attributes", "kind": "quickfix", "diagnostics": [ { "range": { "start": { "line": 1, "character": 1 }, "end": { "line": 1, "character": 10 } }, "severity": 1, "code": "cvc-complex-type.4", "source": "xml", "message": "cvc-complex-type.4: Attribute 'variant' must appear on element 'resources'." } ], "edit": { "documentChanges": [ { "textDocument": { "version": 8, "uri": "file:///Users/fbricon/Downloads/sample-resources%203/tesst/resources.xml" }, "edits": [ { "range": { "start": { "line": 1, "character": 10 }, "end": { "line": 1, "character": 10 } }, "newText": " variant=\"$1\"" } ] } ] } } ]
The text was updated successfully, but these errors were encountered:
Disable snippet in code action (see #185)
4b0db9c
b935eba
CodeActions do not support snippets at the moment.
Sorry, something went wrong.
Yes that's why I disable it.
NikolasKomonen
No branches or pull requests
See
The text was updated successfully, but these errors were encountered: