Skip to content

How to disable Emmet in completion? #34946

Closed Answered by NEKOYASAN
NEKOYASAN asked this question in Help and General Q&A
Discussion options

You must be logged in to vote

Ah... sorry

I just found out that Emmet is bundled with svelte-language-server...
https://github.com/sveltejs/language-tools/blob/master/packages/language-server/README.md

I resolved below config

"lsp": {
  "svelte-language-server": {
    "initialization_options": {
      "configuration": {
        "svelte": {
          "plugin": {
            "html": {
              "completions": {
                "emmet": false
              }
            },
            "css": {
              "completions": {
                "emmet": false
              }
            }
          }
        }
      }
    }
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NEKOYASAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant