Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Multi-root support, lint support, DocumentSymbol support, and more! #405

Merged
merged 88 commits into from Feb 19, 2019

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    fb68586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a45716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b9e09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad7d9f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5239578 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    450e6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    231fb4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672587d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    105acef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bed5a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3f4b3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85be9a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8effa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    821640f View commit details
    Browse the repository at this point in the history
  9. Add concept of initialize and initialized provider registration

    This is needed to support workspace change messages
    wingrunr21 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    cd29ac1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d76e840 View commit details
    Browse the repository at this point in the history
  11. Remove static register function from Provider

    It isn't really serving a purpose
    wingrunr21 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    34df452 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    3452e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c76b61 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Configuration menu
    Copy the full SHA
    1978aae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e526789 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    9e7c61b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2106807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f64b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed39448 View commit details
    Browse the repository at this point in the history
  5. Client dependency updates

    wingrunr21 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    84b15a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d4cba7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    7aedf6a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Bump minimum tree-sitter to v0.13.22

    This is the first version with currentNode support in TreeCursor
    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    62f9f46 View commit details
    Browse the repository at this point in the history
  2. Add a super simple stack

    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6ef0a3f View commit details
    Browse the repository at this point in the history
  3. Implement RubyDocumentSymbol factory

    This factory takes a tree-sitter SyntaxNode and returns DocumentSymbol(s) based on that SyntaxNode
    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    70ab280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac71450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f123c3e View commit details
    Browse the repository at this point in the history
  6. Add rxjs

    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ba7d710 View commit details
    Browse the repository at this point in the history
  7. Add @types/execa

    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    bea49d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2aa8e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a732805 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95e290e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31b7622 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3564b9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    351b4d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    544be45 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e7fd586 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58d7eaf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    68b2b6b View commit details
    Browse the repository at this point in the history
  18. Change WorkspaceProvider to load the ruby environment on changes

    Add a handler for watched file changes
    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b82d390 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc5dd83 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9b695fa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c55aaca View commit details
    Browse the repository at this point in the history
  22. Add FoldingRangeAnalyzer

    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    54363d5 View commit details
    Browse the repository at this point in the history
  23. Add DocumentHighlightAnalyzer

    This is based on the old algorithm and computes the highlights on the fly
    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    c692f7f View commit details
    Browse the repository at this point in the history
  24. Add DocumentSymbolAnalyzer

    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b41400c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a0e79b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    43d151f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8681ff9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    39847b4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8e25ab1 View commit details
    Browse the repository at this point in the history
  30. Update ConfigurationProvider to flush the documentConfigurationCache

    The language server protocol uses a pull model for configs so all we can do is flush on change
    wingrunr21 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    edb5ec3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    541e978 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7c2d886 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e1a584e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b2ef9b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    acca33f View commit details
    Browse the repository at this point in the history
  2. Add support for Standard

    wingrunr21 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    e5ce6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc3f3df View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    8f82a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e377ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc10dc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a0b1d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8e36f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3e71f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    f8b12ca View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    da5abf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbb610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6859c92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5a843f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7ce59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17ee3cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f89f1dc View commit details
    Browse the repository at this point in the history
  8. Pass -x to rufo

    wingrunr21 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    37e0e76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f48a6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b53403 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f20f262 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b09b0d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    740a1e2 View commit details
    Browse the repository at this point in the history
  14. Upgrade vscode to ^1.1.29

    wingrunr21 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    1d5637b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e38cc8b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e1f537 View commit details
    Browse the repository at this point in the history