Releases: aws/language-server-runtimes
Releases · aws/language-server-runtimes
language-server-runtimes/v0.2.27
[0.2.27] - 2024-11-15
Changed
- Identity Management: Put SSO token inside the 'data' field for encrypted credentials as required by Auth
Removed
- Identity Management: Removed implicit sso:account:access scope in aws-lsp-identity. Removing unnecessary option from UpdateProfile
language-server-runtimes/v0.2.26
What's Changed
- Add GetSsoTokenResult.updateCredentialsParams to avoid decrypt/recrtypt in destinations by @floralph in #253
- Update runtimes version to 0.2.26 by @imykhai in #255
Full Changelog: language-server-runtimes/v0.2.25...language-server-runtimes/v0.2.26
language-server-runtimes/v0.2.25
Added
- Extended protocol with showNotification client capability
- Notification interface supports dynamic registration
language-server-runtimes/v0.2.24
Changed
- Update
workspace.fs
methods:remove
renamed torm
,copy
renamed tocopyFile
and addedoptions
parameters by @natdurlik in #247.
language-server-runtimes/v0.2.23
What's Changed
- Runtimes: pass runtime platform to Server implementation by @viktorsaws in #244
language-server-runtimes/v0.2.22
Added
Changed
Removed
Full Changelog: language-server-runtimes/v0.2.21...language-server-runtimes/v0.2.22
Language Server Runtimes v0.2.21
Added
- Create
Notification
interface for servers by @volodkevych #231 - Add
workspace/applyEdit
functionality to the LSP interface by @ege0zcan #233 - Add
writeFile
,appendFile
andmkdir
functionality toworkspace.fs
by @natdurlik #234
Changed
- Update
@aws/language-server-runtimes-types
dependency from 0.0.6 to 0.0.7
Language Server Runtimes Types v0.0.7
What's Changed
- Extend
ChatOptions
with optionaldefaultTabData
which will allow capability servers to specify the default data to be shown on Chat UI - Extend
InsertToCursorPositionParams
with two new optional fields:cursorPosition
andtextDocument
Chat Client Types v0.0.8
- Update
@aws/language-server-runtimes-types
dependency from 0.0.6 to 0.0.7