Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 942 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 942 Bytes

Language Server Runtimes for AWS Monorepo

Structure

Monorepo

.
── runtimes - library for creating fully working runtimes for language servers
    └── protocol - LSP based protocol for communications between language servers and clients
    └── runtimes - implementation of runtime features for language servers
    └── server-interface - server type definition to create language servers
── types - type definitions for the runtimes

How To Contribute

How to contribute to the language server.

Building The Language Server

How to build the language server.

Troubleshooting

Troubleshooting information.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.