mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
590 B
590 B
monaco-editor-lsp-next
A demo project demonstrating LSP integration using Nextjs + @monaco-editor/react + monaco-languageclient.
Quick Start
-
Start LSP Containers
cd docker docker compose up -d cd ..
-
Install Dependencies
bun install
-
Start Development Server
bun run dev
LSP Configuration
The project includes preconfigured LSP servers for:
- C (port 4594)
- C++ (port 4595)
Using jsonrpc-ws-proxy to bridge Monaco Editor with clangd.