Skip to content

ControlForge Structured Text v1.2.3

Choose a tag to compare

@michaeldistel michaeldistel released this 21 Jun 16:25
· 36 commits to main since this release

What's New in 1.2.3

Fixed

  • Comprehensive fix for LSP initialization error with vscode-languageclient module
  • Improved module resolution with fallback mechanisms
  • Enhanced error reporting for language server initialization issues

Changed

  • Migrated to webpack-based bundling for improved performance and reliability
  • Significantly reduced extension size by optimizing included dependencies
  • Improved extension startup time by bundling code into fewer files

Developer Notes

  • After trying several approaches to resolve the "Cannot find module 'vscode-languageclient/node'" error, we're hopeful that webpack bundling might be the solution
  • This has been a challenging journey through VS Code's Language Server Protocol architecture and extension packaging
  • While we can't be certain, we believe this approach may provide a more reliable experience across environments