Skip to content

Commit a99cfa7

Browse files
committed
Windows sucks
1 parent 37fbd35 commit a99cfa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language-server/src/services/schemas-neovim.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ describe("Feature - workspace (neovim)", () => {
4343
const schemaUris: string[] = [];
4444

4545
client.onNotification(PublishDiagnosticsNotification.type, (params) => {
46+
console.log("wat");
4647
schemaUris.push(params.uri);
4748
});
4849

0 commit comments

Comments
 (0)