Skip to content

Release 0.1.0

Latest
Compare
Choose a tag to compare
@osiewicz osiewicz released this 21 May 11:47
· 13 commits to master since this release

Tracks zed-industries/vscode@5433836

You can now disable tag autoclosing with:

    "vscode-html-language-server": {
      "settings": {
        "html": {
          "tagAutoclosing": true
        }
      }
    }