This is a monorepo for the VS Code extension for Metals. It contains the following projects:
metals-vscode
: the actual extensionmetals-languageclient
: a generic language client library for Metals, which can be consumed by any JS-based LSP client
Refer to the single project READMEs for more information.