-
Notifications
You must be signed in to change notification settings - Fork 97
Conversation
5db043d
to
728ca17
Compare
hie.yaml
Outdated
@@ -1 +1,6 @@ | |||
cradle: {stack: {component: "ghcide:lib"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure you meant to commit this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, I did not. But it is useful for working on the tests. Would anyone object to a separate PR for this?
One comment. Otherwise looks good. |
Replace openDoc' with createDoc which sends out workspace/didChangedWatchedFiles notifications
728ca17
to
8ee5681
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! I find it slightly confusing that createDoc
does not write the file to disk but our wrapper before didn’t do that either so that’s a separate discussion.
Indeed. Whilst I was creating it I thought it would be more transparent to have lsp-test implement an actual filesystem watcher, and have the test suite create physical files |
Replace openDoc' with createDoc which sends out workspace/didChangedWatchedFiles notifications
Replace openDoc' with createDoc which sends out workspace/didChangedWatchedFiles notifications
Replace openDoc' with createDoc which sends out workspace/didChangedWatchedFiles notifications
lsp-test-0.11 has replaced openDoc' with createDoc which sends out workspace/didChangedWatchedFiles notifications, so the wrapper in #322 shouldn't be needed anymore