Skip to content

Commit

Permalink
utimes debug
Browse files Browse the repository at this point in the history
Signed-off-by: wthrajat <[email protected]>
  • Loading branch information
wthrajat committed Jul 1, 2024
1 parent d127eb6 commit 424257d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-server/src/features/workspace-neovim.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("Feature - workspace (neovim)", () => {
capabilities: {
workspace: {
didChangeWatchedFiles: {
dynamicRegistration: false
dynamicRegistration: true
}
}
},
Expand All @@ -49,7 +49,7 @@ describe("Feature - workspace (neovim)", () => {
});

afterAll(async () => {
client.dispose();
// client.dispose();
await tearDownWorkspace(workspaceFolder);
});

Expand Down

0 comments on commit 424257d

Please sign in to comment.