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

List all available plugins #2139

Merged
merged 6 commits into from Sep 2, 2021
Merged

Conversation

July541
Copy link
Collaborator

@July541 July541 commented Aug 29, 2021

This pr add an option to list all available plugins as #2132 described.

It looks like

$ /home/treee/Code/haskell-language-server/dist-newstyle/build/x86_64-linux/ghc-8.10.4/haskell-language-server-1.3.0.0/x/haskell-language-server/build/haskell-language-server/haskell-language-server --list-plugins
brittany
callHierarchy
class
eval
floskell
fourmolu
ghcide-code-actions-bindings
ghcide-code-actions-fill-holes
ghcide-code-actions-imports-exports
ghcide-code-actions-type-signatures
ghcide-completions
ghcide-core
ghcide-hover-and-symbols
ghcide-type-lenses
haddockComments
hlint
importLens
moduleName
ormolu
pragmas
refineImports
retrie
splice
stylish-haskell
tactics

I think that simultaneously to list if this plugin is enabled default is better, but I don't find anything to capture that:(

Copy link
Member

@jneira jneira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow many thanks, it looks great as is

I think that simultaneously to list if this plugin is enabled default is better, but I don't find anything to capture that:(

Well i think for now all plugins are enabled in the config by default so it is not urgent

@July541
Copy link
Collaborator Author

July541 commented Aug 30, 2021

Test works well on my branch July541#2, not sure why this was broken.

@July541
Copy link
Collaborator Author

July541 commented Aug 30, 2021

Looks like #2115

@jneira
Copy link
Member

jneira commented Aug 30, 2021

Looks like #2115

rerunning jobs

@jneira jneira added the merge me Label to trigger pull request merge label Sep 1, 2021
@jneira
Copy link
Member

jneira commented Sep 1, 2021

Wow many thanks, it looks great as is

I think that simultaneously to list if this plugin is enabled default is better, but I don't find anything to capture that:(

Well i think for now all plugins are enabled in the config by default so it is not urgent

In any case you can get the default configuration, where you could find if a included plugin is enabled by default or does not

@mergify mergify bot merged commit e1b6cf3 into haskell:master Sep 2, 2021
@jneira jneira linked an issue Sep 3, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cli option to list what plugins are built in hls executable
2 participants