Releases: marko-js/language-server
@marko/language-tools@1.0.1
Patch Changes
- #142
0f14402
Thanks @DylanPiercey! - Improve typing of @marko/run projects.
@marko/language-server@1.0.3
Patch Changes
-
#142
0f14402
Thanks @DylanPiercey! - Improve typing of @marko/run projects. -
#142
ec79775
Thanks @DylanPiercey! - Avoid crashing ts plugin if there's an error in Marko's ts plugin. Better handle some script extraction errors. -
#142
fcf9553
Thanks @DylanPiercey! - Improve the ts language server default / required configs. -
Updated dependencies [
0f14402
]:- @marko/language-tools@1.0.1
@marko/language-server@1.0.2
Patch Changes
-
#140
b54f69a
Thanks @DylanPiercey! - Avoid using ts.sys.readDirectory for component file scanning (it was extremely slow). -
#140
b54f69a
Thanks @DylanPiercey! - Ignore errors when loading taglibs. -
#140
b54f69a
Thanks @DylanPiercey! - Refactor the resolver intercepting for Marko files to avoid first putting Marko file resolution through TypeScripts resolver. -
#140
b54f69a
Thanks @DylanPiercey! - Improve compiler loading to hit cache more often -
#140
b54f69a
Thanks @DylanPiercey! - Fix issue where taglib lookups where not built against the correct directory. -
#140
b54f69a
Thanks @DylanPiercey! - Fix issue with [cm][tj]s files not being loaded properly within Marko files.
@marko/language-server@1.0.1
Patch Changes
- #137
033394c
Thanks @DylanPiercey! - Improve location where import/export insertions are added to the document.
@marko/language-server@0.12.17
Patch Changes
- #128
3041a4e
Thanks @DylanPiercey! - Improve syntax highlighting for JS style comments in html blocks.
@marko/language-server@0.12.16
Patch Changes
- #126
7eb56d4
Thanks @DylanPiercey! - Upgrade Marko dependencies.
@marko/language-server@0.12.15
Patch Changes
-
#122
c748adc
Thanks @DylanPiercey! - Upgrade dependencies. -
#122
c748adc
Thanks @DylanPiercey! - Fix issue with displaying invalid diagnostics.
@marko/language-server@0.12.14
Patch Changes
- #120
536e7f4
Thanks @DylanPiercey! - Upgrade dependencies.
@marko/language-server@0.12.13
Patch Changes
-
#116
7ebc777
Thanks @DylanPiercey! - Implement document symbols provider. -
#118
7bb0f9a
Thanks @DylanPiercey! - Implement hover provider for tag names.
@marko/language-server@0.12.12
Patch Changes
- #114
868a0fa
Thanks @DylanPiercey! - Add auto completion for tag import shorthand.