Skip to content

sublimelsp/LSP-html

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

LSP-html

HTML support for Sublime's LSP plugin provided through VS Code's HTML language server extension.

Installation

  • Install LSP and LSP-html from Package Control.
  • Restart Sublime.

Configuration

There are some ways to configure the package and the language server.

  • From Preferences > Package Settings > LSP > Servers > LSP-html
  • From the command palette Preferences: LSP-html Settings

FAQs

  • The server exited with status code 1.

    It's probably that the node executable on your system is outdated. This plugin requires v14 as of version 1.2.4. If your OS is incapable of using Node v14 like Windows 7, you can

    • either download and use 1.2.3 manually.
    • or if you want to try the hard way, you can use Node v14 on Windows 7 on your own risk. See nodejs/node#33000 (comment).