-
Notifications
You must be signed in to change notification settings - Fork 168
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
Draft: Implement a language server #100
Closed
Closed
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e005d1 - Browse repository at this point
Copy the full SHA 4e005d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3db897 - Browse repository at this point
Copy the full SHA c3db897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5b075 - Browse repository at this point
Copy the full SHA 5d5b075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1889536 - Browse repository at this point
Copy the full SHA 1889536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 665f959 - Browse repository at this point
Copy the full SHA 665f959View commit details -
Required to build the latest version of the lsp library
Configuration menu - View commit details
-
Copy full SHA for 98cde17 - Browse repository at this point
Copy the full SHA 98cde17View commit details -
Configuration menu - View commit details
-
Copy full SHA for d86f6b6 - Browse repository at this point
Copy the full SHA d86f6b6View commit details -
Move 'fail' implementations to MonadFail
as Monad.fail was removed from GHC 8.8
Configuration menu - View commit details
-
Copy full SHA for 19f0d18 - Browse repository at this point
Copy the full SHA 19f0d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206d174 - Browse repository at this point
Copy the full SHA 206d174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479718e - Browse repository at this point
Copy the full SHA 479718eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e62a764 - Browse repository at this point
Copy the full SHA e62a764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea5c22 - Browse repository at this point
Copy the full SHA 2ea5c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d0aa0 - Browse repository at this point
Copy the full SHA 90d0aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed510ef - Browse repository at this point
Copy the full SHA ed510efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 371dd04 - Browse repository at this point
Copy the full SHA 371dd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42d151 - Browse repository at this point
Copy the full SHA e42d151View commit details -
Configuration menu - View commit details
-
Copy full SHA for e420c6b - Browse repository at this point
Copy the full SHA e420c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f8dee - Browse repository at this point
Copy the full SHA c3f8deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4618e99 - Browse repository at this point
Copy the full SHA 4618e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86f8e7 - Browse repository at this point
Copy the full SHA e86f8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d5001 - Browse repository at this point
Copy the full SHA 20d5001View commit details -
Configuration menu - View commit details
-
Copy full SHA for f79f53b - Browse repository at this point
Copy the full SHA f79f53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc98530 - Browse repository at this point
Copy the full SHA fc98530View commit details -
Configuration menu - View commit details
-
Copy full SHA for de44cb8 - Browse repository at this point
Copy the full SHA de44cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc8747 - Browse repository at this point
Copy the full SHA cbc8747View commit details -
Update language server options in VSCode extension
Rename 'languageServer.path' to 'languageServer.command' and add option for specifying the cwd. This is especially useful for development, e.g. in the following configuration: "koka.languageServer.command": "stack exec koka -- --language-server", "koka.languageServer.cwd": "path/to/cloned/koka"
Configuration menu - View commit details
-
Copy full SHA for a085ae1 - Browse repository at this point
Copy the full SHA a085ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae607d9 - Browse repository at this point
Copy the full SHA ae607d9View commit details -
Using pretty-printer to generate better hovers
Hover tooltips now display detailed type information.
Configuration menu - View commit details
-
Copy full SHA for 0d1c20e - Browse repository at this point
Copy the full SHA 0d1c20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d2e19 - Browse repository at this point
Copy the full SHA 54d2e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22e5cf - Browse repository at this point
Copy the full SHA f22e5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39038ae - Browse repository at this point
Copy the full SHA 39038aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9225d2 - Browse repository at this point
Copy the full SHA e9225d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6362a8 - Browse repository at this point
Copy the full SHA d6362a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c4604 - Browse repository at this point
Copy the full SHA 91c4604View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f5d41 - Browse repository at this point
Copy the full SHA f2f5d41View commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 74f144d - Browse repository at this point
Copy the full SHA 74f144dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2422049 - Browse repository at this point
Copy the full SHA 2422049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1436685 - Browse repository at this point
Copy the full SHA 1436685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b89384 - Browse repository at this point
Copy the full SHA 9b89384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7048e96 - Browse repository at this point
Copy the full SHA 7048e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af326f - Browse repository at this point
Copy the full SHA 2af326fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae48beb - Browse repository at this point
Copy the full SHA ae48bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8353451 - Browse repository at this point
Copy the full SHA 8353451View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb21f36 - Browse repository at this point
Copy the full SHA eb21f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37bf3b - Browse repository at this point
Copy the full SHA b37bf3bView commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c646824 - Browse repository at this point
Copy the full SHA c646824View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2851b - Browse repository at this point
Copy the full SHA ae2851bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31c02a - Browse repository at this point
Copy the full SHA d31c02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0a6ea - Browse repository at this point
Copy the full SHA bc0a6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa604a1 - Browse repository at this point
Copy the full SHA aa604a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c47ef1 - Browse repository at this point
Copy the full SHA 0c47ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317fe77 - Browse repository at this point
Copy the full SHA 317fe77View commit details -
Add unneccessary tag to warnings mentioning 'unused'
This enables editors to 'dim' unused variables and expressions.
Configuration menu - View commit details
-
Copy full SHA for 117ba29 - Browse repository at this point
Copy the full SHA 117ba29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3338b7f - Browse repository at this point
Copy the full SHA 3338b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c11297 - Browse repository at this point
Copy the full SHA 0c11297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a7c29 - Browse repository at this point
Copy the full SHA 88a7c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c84f5 - Browse repository at this point
Copy the full SHA 97c84f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9381e70 - Browse repository at this point
Copy the full SHA 9381e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e4655 - Browse repository at this point
Copy the full SHA 06e4655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc5fae - Browse repository at this point
Copy the full SHA 9bc5faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9533e32 - Browse repository at this point
Copy the full SHA 9533e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for c436f3c - Browse repository at this point
Copy the full SHA c436f3cView commit details
Commits on Dec 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 810a966 - Browse repository at this point
Copy the full SHA 810a966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369b33e - Browse repository at this point
Copy the full SHA 369b33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e4db8 - Browse repository at this point
Copy the full SHA 68e4db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78fb45 - Browse repository at this point
Copy the full SHA c78fb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9234ac5 - Browse repository at this point
Copy the full SHA 9234ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb4340 - Browse repository at this point
Copy the full SHA 2eb4340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2184bc7 - Browse repository at this point
Copy the full SHA 2184bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d6a85 - Browse repository at this point
Copy the full SHA a7d6a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49aa566 - Browse repository at this point
Copy the full SHA 49aa566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d474a1 - Browse repository at this point
Copy the full SHA 4d474a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a503d27 - Browse repository at this point
Copy the full SHA a503d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for a54b90d - Browse repository at this point
Copy the full SHA a54b90dView commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8e10a56 - Browse repository at this point
Copy the full SHA 8e10a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d10b0 - Browse repository at this point
Copy the full SHA 93d10b0View commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6dfee8f - Browse repository at this point
Copy the full SHA 6dfee8fView 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.