mirror of
				https://github.com/cfngc4594/monaco-editor-lsp-next.git
				synced 2025-10-31 05:50:13 +00:00 
			
		
		
		
	- Added .env.example to provide a template for environment variables. - Included the WebSocket URL for the LSP service (C Language - clangd).
		
			
				
	
	
		
			3 lines
		
	
	
		
			107 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			107 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # WebSocket URL for the LSP service (C Language - clangd)
 | |
| NEXT_PUBLIC_LSP_C_URL=ws://localhost:4594/clangd
 |