Fix handling null workspace folder and untitled document#461
Fix handling null workspace folder and untitled document#461renkun-ken merged 5 commits intoREditorSupport:masterfrom
Conversation
|
Currently, our test util functions do not directly support working with untitled documents, as they only accept |
|
I think it should not be too difficult to support it. By the way, what will be the uri for untitled files? (Too lazy to check) |
|
Uri for untitled document is in the form of Also, there are other potential uri format like |
|
I updated the test util functions by supporting |
Closes #460
This PR makes handling null workspace folder and untitled document with the following logic:
file://uri, then use the working directory of the language server process.