- fix: windows pasls can't run
- add macOS Gatekeeper bypass for the language server executable.
- support win32-arm64
- fix path resolution issue
- add fpc global unit path to the search path
- Optimize the handling of the Lazarus project.
- Support for use lazbuild in Lazarus projects
- Using lazarus project files (.lpr, .lpi) for build tasks
- Support custom templates for creating new projects
- MCP server for AI assistants
- Intelligent Lazarus compilation with lazbuild preferred and fpc fallback
- Configuration option to control lazbuild vs fpc preference
- Automatic lazbuild detection across different platforms
- optimize clean up and build
- can't rename symbol on version 1.1.8
- add error handle for client to avoid crashing
- change maximumCompletions default to 50
- add build events
- can't start language server on linux
- quick fix not worked
- code format
- quick fix for [5025] Local variable "xxx" not used
- document symbols navigation
- remove ununsed unit
- Enhance the stability of the program pasls
- pascal language server
- code snippets
- auto completion
- gotoDeclaration, gotoDefinition
- references
- documentHighlight
- i18n support
- Throw exception when parsing non-fpc type tasks
- error with "fs-extra module not found"
- Clean menu
- Fixes for issues that don't work under Linux
- Initial release