Giter Site home page Giter Site logo

Comments (3)

mattn avatar mattn commented on June 21, 2024

Apart from the lsp configuration you need to put the efm-langserver configuration file config.yaml.

from efm-langserver.

Teajey avatar Teajey commented on June 21, 2024

I'm confused about why I also need a base configuration file when I have already configured Helix to send efm-langserver a configuration:

documentFormatting: true
languages:
  typescript:
    - formatCommand: yarn workspace foo prettier --stdin-filepath ${INPUT}
      formatStdin: true
  css:
    - formatCommand: yarn workspace foo prettier --stdin-filepath ${INPUT}
      formatStdin: true
  scss:
    - formatCommand: yarn workspace foo prettier --stdin-filepath ${INPUT}
      formatStdin: true
  html:
    - formatCommand: yarn workspace foo prettier --stdin-filepath ${INPUT}
      formatStdin: true

Edit: I tried duplicating this config in $HOME/.config/efm-langserver/config.yaml but haven't noticed a difference except that I no longer see this line in Helix's logs:

-- 2023-11-24T09:49:57.028 helix_lsp::transport [ERROR] efm-lsp-prettier err <- "2023/11/24 09:49:57 efm-langserver: no configuration file\n"
   2023-11-24T09:49:57.029 helix_lsp::transport [ERROR] efm-lsp-prettier err <- "2023/11/24 09:49:57 efm-langserver: reading on stdin, writing on stdout\n"

I don't think providing this base config is the problem because last week I was able to format tsx files with efm-langserver just fine without one. Something's changed since then and I'm just blind as to what it is.

Thank you for your response, mattn, btw

from efm-langserver.

Teajey avatar Teajey commented on June 21, 2024

I got it working. I added this at $HOME/.config/efm-langserver/config.yaml

version: 2
log-file: /Users/thomas/.logs/efm-langserver
log-level: 1

And found this in the logs:

2023/11/24 10:22:39 format for LanguageID not supported: typescriptreact

So I just needed to add this to my Helix config

[[language-server.efm-lsp-prettier.config.languages.typescriptreact]]
formatCommand ="yarn workspace iot-ex prettier --stdin-filepath ${INPUT}"
formatStdin = true

I feel like this should've worked when I set the log file via commandline args

I tried getting some more info with args = [ "-logfile", "efmlog", "-loglevel", "2" ]. The efmlog file is created, but stays empty...

But maybe that was a problem with my Helix config

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.