We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212245e commit 6b9112aCopy full SHA for 6b9112a
language-server/src/services/schemas-neovim.test.ts
@@ -43,6 +43,7 @@ describe("Feature - workspace (neovim)", () => {
43
const schemaUris: string[] = [];
44
45
client.onNotification(PublishDiagnosticsNotification.type, (params) => {
46
+ console.log(params.uri); // eslint-disable-line no-console
47
schemaUris.push(params.uri);
48
});
49
0 commit comments