Skip to content
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 27 commits into from
Jul 7, 2020
Merged

Commits on Jul 4, 2020

  1. Configuration menu
    Copy the full SHA
    94b0fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca0464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e95ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f605e19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    549a54d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d3713f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38c1f7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bdb600 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0715019 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96fb7ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97403a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecca795 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be653b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86d9cf5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c41b6c4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4af026d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6b30f5 View commit details
    Browse the repository at this point in the history
  18. 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).
    nickspoons committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    787213f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2b4f95 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b284439 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. 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.
    nickspoons committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    aa91d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    41e3e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8a8f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c6405 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    11e44f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd92c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b41ef View commit details
    Browse the repository at this point in the history