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 37fbd35 commit a99cfa7Copy full SHA for a99cfa7
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("wat");
47
schemaUris.push(params.uri);
48
});
49
0 commit comments