Skip to content

Releases: DennisDyallo/vslsp

v1.9.1

18 Apr 09:57

Choose a tag to compare

v1.8.1

10 Apr 23:27

Choose a tag to compare

Fixes

  • visibility: "all" now worksapplyDepth("signatures") was flat-stripping grandchildren, but C# nests methods under Namespace → Class → Method. Methods (grandchildren of Namespace) were wiped. Now recurses through container types before stripping leaf children.
  • find_usages definition matching/references endpoint now compares column in addition to file+line, preventing wrong definition identification when multiple symbols share a line.
  • DRY: detectLanguage called oncemapper.ts called detectLanguage() up to 3 times per invocation; now called once and reused.
  • OmniSharp crash resilience — LSPClient now handles OmniSharp exit event, preventing zombie state where requests go to a dead connection.
  • Dead import removedreadFileSync in http.ts was unused.
  • Test updates — tool count assertions updated 8→10 for find_symbol/find_usages; depth:"types" budget relaxed for growing codebase.

Verified

  • get_code_structure with visibility: "all" on OtpHidProtocol (internal sealed class) — returns all 21 members including private methods
  • find_symbol and find_usages — working on Yubico.NET.SDK
  • All 35 e2e tests pass, 32 unit tests pass

Full Changelog: v1.7.5...v1.8.1

v1.7.5

10 Apr 20:13

Choose a tag to compare

Full Changelog: v1.7.4...v1.7.5

v1.7.4

10 Apr 20:09

Choose a tag to compare

Full Changelog: v1.7.3...v1.7.4

v1.7.3

10 Apr 17:24

Choose a tag to compare

Full Changelog: v1.7.2...v1.7.3

v1.7.2

10 Apr 17:12

Choose a tag to compare

Full Changelog: v1.7.1...v1.7.2

v1.7.1

10 Apr 16:08

Choose a tag to compare

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Apr 14:45

Choose a tag to compare

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Apr 13:03

Choose a tag to compare

Full Changelog: v1.5.2...v1.6.0

v1.5.2

09 Apr 11:11

Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2