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

internal: expose tf related options via init opts #588

Merged
merged 5 commits into from
Aug 12, 2021

Commits on Aug 8, 2021

  1. internal: expose tf related options via init opts

    * add note for users about deprecation of cli options
    danishprakash committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    927915e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Minor comment adjustments

    radeksimko committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b317c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a0dc3 View commit details
    Browse the repository at this point in the history
  3. Decouple session configuration & call it from 'initialize' handler

    This is to allow "later" configuration of walker, watcher, module manager
    and other things which depend on InitializationOptions we receive
    as part of the initialize request.
    radeksimko committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    eb08719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84133cf View commit details
    Browse the repository at this point in the history