Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Having issues with scss files #131

Open
jrock2004 opened this issue Jul 31, 2021 · 0 comments
Open

Having issues with scss files #131

jrock2004 opened this issue Jul 31, 2021 · 0 comments

Comments

@jrock2004
Copy link

jrock2004 commented Jul 31, 2021

Getting a language ID error and not sure if this has to do with lsp install or something else

image

Here is my config

lsp.css.setup {
  on_attach = function(client)
    client.resolved_capabilities.document_formatting = false
    on_attach_common(client)
  end,
  capabilities = capabilities,
  filetypes = { "css", "html", "scss" },
  init_options = {
    configurationSection = { "html", "css", "javascript", "scss" },
    embeddedLanguages = {
      css = true,
      javascript = true
    }
  },
  settings = {},
}

I see that css is attached

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant