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

Support for Multiple Content Roots #1821

Merged
merged 18 commits into from
Jun 29, 2021
Merged

Support for Multiple Content Roots #1821

merged 18 commits into from
Jun 29, 2021

Commits on Jun 29, 2021

  1. Update protocol

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d7783cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7b8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf173a1 View commit details
    Browse the repository at this point in the history
  4. Decouple FileManager from static content roots config,

    now it uses the Manager
    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    457ecff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d82dfff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad176d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef90411 View commit details
    Browse the repository at this point in the history
  8. Decouple PathWatcher and SuggestionsHandler

    from old Config static content roots
    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e0d6dbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01240e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9136ba9 View commit details
    Browse the repository at this point in the history
  11. Forward notifications to the IDE

    Had to change the initialization logic slightly to avoid duplicating the
    initial set of roots; the external behaviour should remain the same
    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    8063543 View commit details
    Browse the repository at this point in the history
  12. WIP adding runtime endpoint

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    7c68881 View commit details
    Browse the repository at this point in the history
  13. Modify ContentRootManager to listen for library updates

    which are published by the RuntimeConnector on the eventStream
    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a5299cc View commit details
    Browse the repository at this point in the history
  14. Content Root docs

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    ae2f3f8 View commit details
    Browse the repository at this point in the history
  15. Some more docs and tests

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    78dd075 View commit details
    Browse the repository at this point in the history
  16. changelog

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    bffde21 View commit details
    Browse the repository at this point in the history
  17. Fix imports

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    bb03f12 View commit details
    Browse the repository at this point in the history
  18. cr: add param comments

    radeusgd committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    67826d2 View commit details
    Browse the repository at this point in the history