Skip to content

Files

server-interface

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 19, 2024
Mar 19, 2025
Mar 20, 2025
Oct 23, 2024
Feb 4, 2025
Nov 28, 2024
Mar 20, 2025
Nov 19, 2024
Jan 7, 2025
Feb 4, 2025
Feb 4, 2025
May 17, 2024
Jan 16, 2025

AWS Language Server types

This module contains types, that define interfaces of features available to Server implementors and used by AWS Runtimes to provide it's features.

Server capabilities uses on Runtimes Protocol as a source of truth for types that used in both Server interface and Runtime Protocol. Some features in Server interface pass payload received from Client unmodified, e.g. in LSP feature.

See main README for more details.