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
whenever I don't have a work-space open, no auto-completion ever shows up for my configured file associations.
I have my settings like this:
"xml.fileAssociations": [ { "pattern": "**/*.{mlt,kdenlive}", "systemId": "E:\\Users\\Pedro\\Programas\\kdenlive\\share\\mlt\\xml\\mlt-xml.dtd" } ],
Logs when hovering over an element:
[Trace - 16:12:04] Sending request 'textDocument/hover - (57)'. Params: { "textDocument": { "uri": "file:///c%3A/Users/Pedro/Documents/framecounter.mlt" }, "position": { "line": 1, "character": 2 } } [Trace - 16:12:04] Received response 'textDocument/hover - (57)' in 1ms. No result returned. --- ⬆ NO WORKSPACE | WORKSPACE ⬇ --- [Trace - 16:13:05] Sending request 'textDocument/hover - (9)'. Params: { "textDocument": { "uri": "file:///c%3A/Users/Pedro/Documents/framecounter.mlt" }, "position": { "line": 1, "character": 3 } } [Trace - 16:13:05] Received response 'textDocument/hover - (9)' in 42ms. Result: { "contents": { "kind": "markdown", "value": "Source: [mlt-xml.dtd](file:/E:/Users/Pedro/Programas/kdenlive/share/mlt/xml/mlt-xml.dtd)" }, "range": { "start": { "line": 1, "character": 1 }, "end": { "line": 1, "character": 4 } } } [Trace - 16:13:05] Sending request 'textDocument/hover - (10)'. Params: { "textDocument": { "uri": "file:///c%3A/Users/Pedro/Documents/framecounter.mlt" }, "position": { "line": 1, "character": 1 } } [Trace - 16:13:05] Received response 'textDocument/hover - (10)' in 2ms. Result: { "contents": { "kind": "markdown", "value": "Source: [mlt-xml.dtd](file:/E:/Users/Pedro/Programas/kdenlive/share/mlt/xml/mlt-xml.dtd)" }, "range": { "start": { "line": 1, "character": 1 }, "end": { "line": 1, "character": 4 } } }
The text was updated successfully, but these errors were encountered:
Allows File Associations to be used without Workspace
631bbd9
Fixes #redhat-developer/vscode-xml/issues/202 Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
f00291e
fixed by eclipse-lemminx/lemminx#598
Sorry, something went wrong.
No branches or pull requests
whenever I don't have a work-space open, no auto-completion ever shows up for my configured file associations.
I have my settings like this:
Logs when hovering over an element:
The text was updated successfully, but these errors were encountered: