-
Notifications
You must be signed in to change notification settings - Fork 168
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
Project management #598
Merged
Merged
Project management #598
Commits on Jul 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94b0fda - Browse repository at this point
Copy the full SHA 94b0fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca0464 - Browse repository at this point
Copy the full SHA 1ca0464View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e95ba - Browse repository at this point
Copy the full SHA d3e95baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f605e19 - Browse repository at this point
Copy the full SHA f605e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549a54d - Browse repository at this point
Copy the full SHA 549a54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3713f - Browse repository at this point
Copy the full SHA 8d3713fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c1f7b - Browse repository at this point
Copy the full SHA 38c1f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdb600 - Browse repository at this point
Copy the full SHA 3bdb600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0715019 - Browse repository at this point
Copy the full SHA 0715019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fb7ad - Browse repository at this point
Copy the full SHA 96fb7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97403a2 - Browse repository at this point
Copy the full SHA 97403a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecca795 - Browse repository at this point
Copy the full SHA ecca795View commit details -
Configuration menu - View commit details
-
Copy full SHA for be653b3 - Browse repository at this point
Copy the full SHA be653b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d9cf5 - Browse repository at this point
Copy the full SHA 86d9cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41b6c4 - Browse repository at this point
Copy the full SHA c41b6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af026d - Browse repository at this point
Copy the full SHA 4af026dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b30f5 - Browse repository at this point
Copy the full SHA e6b30f5View commit details -
Initialize buffers instead of full server load
The OmniSharp-roslyn loading issues appear to stem from situations where multiple buffer-requests are sent before the project is fully initialized. This results in duplicate "miscellaneous" files, which are not correctly promoted to "project" files. Instead, this commit introduces a buffer "initialization" concept, where an `/updatebuffer` request is always sent as the first request for a buffer, and no further requests are sent for that buffer until a response is received (indicating that the server has registered the file, and there will be no duplicates created).
Configuration menu - View commit details
-
Copy full SHA for 787213f - Browse repository at this point
Copy the full SHA 787213fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b4f95 - Browse repository at this point
Copy the full SHA a2b4f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b284439 - Browse repository at this point
Copy the full SHA b284439View commit details
Commits on Jul 5, 2020
-
Replay highlighting (again) after server is loaded
Highlighting can work well as soon as the buffer is initialised (well before the project is loaded). However, some aspects of highlighting are project-dependent (e.g. pre-processors depending on project configuration), so the _correct_ highlighting will only be applied after the project has loaded completely.
Configuration menu - View commit details
-
Copy full SHA for aa91d86 - Browse repository at this point
Copy the full SHA aa91d86View commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 41e3e3d - Browse repository at this point
Copy the full SHA 41e3e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8a8f6 - Browse repository at this point
Copy the full SHA 5e8a8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c6405 - Browse repository at this point
Copy the full SHA 10c6405View commit details
Commits on Jul 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 11e44f8 - Browse repository at this point
Copy the full SHA 11e44f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd92c6 - Browse repository at this point
Copy the full SHA 6cd92c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b41ef - Browse repository at this point
Copy the full SHA c5b41efView 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.