Releases: aws/language-server-runtimes
Releases · aws/language-server-runtimes
v0.2.4
What's Changed
- Remove
onCopyCodeToClipboard
andonVote
events from chat interface
Full Changelog: https://github.com/aws/language-server-runtimes/compare/[email protected]
[email protected]
What's Changed
- Removed
VoteType
,VoteParams
andCopyCodeToClipboardParams
from Chat types
Full Changelog: https://github.com/aws/language-server-runtimes/compare/language-server-runtimes-types@[email protected]
@aws/[email protected]
[email protected]
What's Changed
- Updated Chat and QuickAction request parameter types
- Fixed main entry to the package
Full Changelog: https://github.com/aws/language-server-runtimes/compare/[email protected]@0.0.2
[email protected]
What's Changed
- Added support for
didChangeWorkspaceFolders
notification to LSP feature - Migrated away type definitons to new
@aws/language-server-runtimes-types
package - Remove hardcoded
hoverProvider
from runtimes during connection handshake
New Contributors
- @shruti0085 made their first contribution in #94
Full Changelog: https://github.com/aws/language-server-runtimes/compare/[email protected]
[email protected]
What's Changed
- Initial release containing type definitions migrated from
@aws/language-server-runtimes
package
The latest @aws/language-server-runtimes-types npm package is available at - https://www.npmjs.com/package/@aws/language-server-runtimes-types/v/0.0.1
0.2.2
What's Changed
- Fixed Auth feature: allowed
UpdateCredentialsParams
parameters by-name and by-position in #92
Full Changelog: v0.2.1...v0.2.2
The latest @aws/language-server-runtimes
npm package is available at - https://www.npmjs.com/package/@aws/language-server-runtimes/v/0.2.2
0.2.1
What's Changed
- LSP ExecuteCommand: Route commands to servers by @volodkevych in #81
New Contributors
- @volodkevych made their first contribution in #81
Full Changelog: v0.2.0...v0.2.1
0.2.0
What's Changed
- Refactored repository directories structure to better match project architecture
- Added new Chat feature to model and implement Chat-based GenAI assistant server feature
- Added support for onDidFormatDocument and onDidOpenTextDocument requests to LSP feature