-
Notifications
You must be signed in to change notification settings - Fork 111
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
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3211665 - Browse repository at this point
Copy the full SHA 3211665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f56e9e - Browse repository at this point
Copy the full SHA 1f56e9eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 3f33b0a - Browse repository at this point
Copy the full SHA 3f33b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for baee2f0 - Browse repository at this point
Copy the full SHA baee2f0View commit details
Commits on Dec 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7af1f28 - Browse repository at this point
Copy the full SHA 7af1f28View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 852bcac - Browse repository at this point
Copy the full SHA 852bcacView commit details -
fix(lsp): merge status and coverage bar item
other changes - implement status actions
Configuration menu - View commit details
-
Copy full SHA for 2ecc125 - Browse repository at this point
Copy the full SHA 2ecc125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea86db - Browse repository at this point
Copy the full SHA 9ea86dbView commit details
Commits on Dec 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a215448 - Browse repository at this point
Copy the full SHA a215448View commit details
Commits on Dec 17, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for a93157c - Browse repository at this point
Copy the full SHA a93157cView commit details
Commits on Dec 18, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 8642d61 - Browse repository at this point
Copy the full SHA 8642d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222e3c5 - Browse repository at this point
Copy the full SHA 222e3c5View commit details
Commits on Dec 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 051752e - Browse repository at this point
Copy the full SHA 051752eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a414c - Browse repository at this point
Copy the full SHA 06a414cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a31f31a - Browse repository at this point
Copy the full SHA a31f31aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.