Skip to content

Releases: sh-cho/fluent-bit-lsp

0.2.43

29 Sep 11:52
Compare
Choose a tag to compare

Fixes

  • Language server is not executed due to a bug introduced in 0.2.42. Fixed in 8d36353

etc

  • Set vscode workspace package manager as pnpm
  • Add release build task

Full Changelog: 0.2.42...0.2.43

0.2.42

15 Sep 08:29
576b339
Compare
Choose a tag to compare

Caution

vscode extension of this version have a bug which cannot find path of bundled fluent-bit-language-server.
Please use updated version (https://github.com/sh-cho/fluent-bit-lsp/releases/tag/0.2.43)

What's Changed

  • Update tree-sitter, tree-sitter-fluentbit
    • tree-sitter: 0.22.6 -> 0.23.0
    • tree-sitter-fluentbit: 0.1.0-alpha.4 -> 0.1.0
    • Allow hyphen in key
  • Fix test
  • Update client code for local debug env

Full Changelog: 0.2.41...0.2.42

0.2.41

22 Aug 16:35
Compare
Choose a tag to compare
  • Use bundled fluent-bit-language-server

Full Changelog: 0.2.40...0.2.41

0.2.40

22 Aug 15:58
64628d2
Compare
Choose a tag to compare

What's Changed

  • LSP(Language Server Protocol) support by @sh-cho in #2

This version needs fluent-bit-language-server to be in $PATH. It doesn't use vsix-bundled one. (It is not intended)
So please use other version than this.

Full Changelog: v0.1.1...0.2.40

v0.1.1

05 May 17:52
Compare
Choose a tag to compare

What's Changed

  • Update vscode minimum required version

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 May 17:34
Compare
Choose a tag to compare

What's Changed

init

don't use this.. because vscode version is quite wrong