aws / language-servers

AWS related Language Servers
Apache License 2.0
17 stars 15 forks source link

Added Quick Actions support to Chat Client #282

Closed viktorsaws closed 1 month ago

viktorsaws commented 1 month ago

Problem

We need to implement Quick Actions support for Chat Client package.

Solution

Note

Check on this PR are failing, until runtimes and types are not updated with https://github.com/aws/language-server-runtimes/pull/131.

Follow-up

It it possible to implement feature to update chat client configuration at runtime after it was initialized. It is not implemented in this PR, but sample message is showed in VsCode extension activation https://github.com/aws/language-servers/pull/282/files#diff-baefbe4699d8511ee6a9fca7274c8c141c0bb1c22b8ab3f5863584b5e58b5af6R137-R142.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.