Skip to content

Commit

Permalink
Windows sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Oct 19, 2024
1 parent 212245e commit 6b9112a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language-server/src/services/schemas-neovim.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe("Feature - workspace (neovim)", () => {
const schemaUris: string[] = [];

client.onNotification(PublishDiagnosticsNotification.type, (params) => {
console.log(params.uri); // eslint-disable-line no-console
schemaUris.push(params.uri);
});

Expand Down

0 comments on commit 6b9112a

Please sign in to comment.