Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...
    • Register file watching handler with the LSP connection.

      This handler watches for file system changes and incrementally updates the workspace index when Pike files are modified.

      Parameters

      • connection: Connection

        LSP connection

      • services: Services

        Server services bundle

      • documents: TextDocuments<TextDocument>

        Text document manager (for open documents)

      Returns void