-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for opening single files #195
Merged
Merged
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29f4f8c - Browse repository at this point
Copy the full SHA 29f4f8cView commit details -
extract client starting to function
make it possible to start default client for single file
Configuration menu - View commit details
-
Copy full SHA for 23674ab - Browse repository at this point
Copy the full SHA 23674abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e02e104 - Browse repository at this point
Copy the full SHA e02e104View commit details -
do not start second client if vscode returns workspace folder for unt…
…itled file this leads to broken behavior of 2 servers running with the same rootUri
Configuration menu - View commit details
-
Copy full SHA for e1515d7 - Browse repository at this point
Copy the full SHA e1515d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae47bd - Browse repository at this point
Copy the full SHA 4ae47bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e730c - Browse repository at this point
Copy the full SHA 60e730cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8348b8b - Browse repository at this point
Copy the full SHA 8348b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de19cb6 - Browse repository at this point
Copy the full SHA de19cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d0c24 - Browse repository at this point
Copy the full SHA 75d0c24View commit details -
When starting a default client even if we do not pass a workspace folder to client options vs code will fall back to first workspace folder if any is open. This means that we cannot use default client for that case as it will result in 2 servers started for the same rootUri. We need to pass a permissive document filter that will match untitled files to the first workspace client. Otherwise language server features won't work for such files. We cannot pass them to all clients as in that case in multiworkspace cases all servers would be handling the same messages. On the other hand if no folder is open we have to use default client.
Configuration menu - View commit details
-
Copy full SHA for 5f4918d - Browse repository at this point
Copy the full SHA 5f4918dView commit details
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f14d6c - Browse repository at this point
Copy the full SHA 9f14d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dea82 - Browse repository at this point
Copy the full SHA f6dea82View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8522d8 - Browse repository at this point
Copy the full SHA a8522d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c90629 - Browse repository at this point
Copy the full SHA 9c90629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dec6bc - Browse repository at this point
Copy the full SHA 3dec6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d9a97 - Browse repository at this point
Copy the full SHA a2d9a97View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.