Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

43 lines (35 loc) · 1.26 KB

CHANGELOG

jupyter-lsp (unreleased)

  • features
    • adds a language server status endpoint ( #81 )
    • adds more descriptive information to the language server spec ( #90 )
    • adds an extensible listener API ( #99, #100 )

@krassowski/jupyterlab-lsp 0.6.1

  • features
    • adds an indicator to the statusbar
  • dependencies
    • removes unused npm dependencies

@krassowski/jupyterlab-lsp 0.6.0

  • features
    • allows "rename" action in file editor
    • and many other improvements, see the release notes
  • bugfixes
    • handles some non-standard diagnostic responses
  • testing
    • adds browser-based testing for file editor
  • dependencies
    • requires jupyter-lsp

jupyter-lsp 0.6.0b0

  • features
    • starts language servers on demand
    • accepts configuration via Jupyter config system (traitlets) and python entry_points
    • autodetects language servers for bash, CSS, LESS, SASS, Dockerfile, YAML, JS, TypeScript, JSX, TSX, JSON, YAML