GithubHelp home page GithubHelp logo

Comments (5)

nieomylnieja avatar nieomylnieja commented on August 15, 2024 1

I'm not so sure it is supported, I haven't found any examples on the web.
I think this might be supported in the future, potentially, but not currently:
image
There's also no option for that available in the schema either.
However, there is some code which handles actions --> https://github.com/mattn/efm-langserver/blob/master/langserver/handle_text_document_code_action.go, so I'm even more confused.
Would appreciate any response in this matter, I tried switching from null-ls to efm, but without code actions I think I'll just go with the fork (none-ls).

from efm-langserver.

kassio avatar kassio commented on August 15, 2024 1

@mattn,

thanks for the reply, but the example in README.md, don't describe how to configure the commands, for instance, I tried to add a code-action to change the file permissions, but it fails.

Config (lua format due to neovim):

    commands = {
      {
        command = 'chmod +x ',
        arguments = { '${INPUT}' },
        title = 'chmod+x',
      },
    },

And I got the action in my code actions selector:

image

But when selected I got the error:

Language server `efm` does not support command `efm-langserver       chmod +x        file:///Users/
kassioborges/.dotfiles/config/xdg/nvim/lua/plugins/lsp/servers/efm.lua`. This command may require a client extension.

from efm-langserver.

kassio avatar kassio commented on August 15, 2024

@mattn any news on this? I tried to send a request manually but not sure how to configure the server. :/

from efm-langserver.

mattn avatar mattn commented on August 15, 2024

ploase see Commands in example in README.md

from efm-langserver.

mattn avatar mattn commented on August 15, 2024

efm does not support command

I don't understand what makes this error message.

from efm-langserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.