Skip to main content
Version: 1.2.0

Serverpod LSP

The Language Server Protocol (LSP) is a standardized protocol designed to provide development environments with language-specific functionalities. In the context of Serverpod, the LSP server specifically offers diagnostics for YAML protocol files, aiding developers in identifying and resolving potential issues within these files.

To start the Serverpod LSP server, use the following command:

$ serverpod language-server
info

If you use VS Code you can instead use the Serverpod extension.