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

Add missing features in useLSP mode #295

Merged
merged 15 commits into from
Dec 19, 2018
Merged

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    3211665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f56e9e View commit details
    Browse the repository at this point in the history
  3. fix(useLsp): add missing features in lsp mode.

    changes useLSP mode
    - use `flow lsp` to implement language server (remove flow-language-server)
    - add TypeCoverage
    - add Status
    - add Rename
    - add `stopFlowOnExit` support
    - add `runOnEdit` partial support (only report syntax errors)
    Mayank1791989 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    3f33b0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baee2f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

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

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    852bcac View commit details
    Browse the repository at this point in the history
  2. fix(lsp): merge status and coverage bar item

    other changes
    - implement status actions
    Mayank1791989 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    2ecc125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea86db View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

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

Commits on Dec 17, 2018

  1. fix(coverage): fix missing coverage in some cases

    changes
    - request coverage only if connected to server
    - recompute coverage when server gets connected
      (will fix missing coverage for initial file)
    Mayank1791989 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a93157c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. fix: update flow to 0.75 and fix all flow errors

    changes
    - add type defn for vscode-* packages
    - fix flow errors
    - update bundled flow to v0.75
      NOTE: this can be breaking change for users using plugin bundled flow (v0.68)
    - update flow-typed defn
    Mayank1791989 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    8642d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222e3c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    051752e View commit details
    Browse the repository at this point in the history
  2. Address all feedback in flow#295

    orta committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    06a414c View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    a31f31a View commit details
    Browse the repository at this point in the history