Commit Graph

14 Commits

Author SHA1 Message Date
88b68d147e feat(playground): enhance code compilation feedback and add syntax highlighting for output messages 2025-01-05 15:28:00 +08:00
c629dc5612 fix(playground): adjust layout of the editor component for improved responsiveness 2025-01-05 09:15:15 +08:00
5a9a20dee6 feat(playground): integrate Docker support for code execution and add image pulling functionality 2025-01-05 09:06:02 +08:00
c30398a453 feat(playground): add submit button to the editor interface with icon 2025-01-05 08:38:37 +08:00
44ef62c03a fix(playground): enhance language server connection handling with support for LSP_SUPPORTED_LANGUAGES 2025-01-05 08:26:13 +08:00
9ecb387418 fix(playground): update Monaco editor loader configuration to use monaco instance and improve editor reference type 2025-01-05 08:03:46 +08:00
e1f51cf3b9 fix(playground): update Monaco editor loader configuration and adjust editor reference type 2025-01-05 05:41:48 +08:00
d1d8edb8cc fix(playground): improve language change handling with proper cleanup and error handling 2025-01-05 04:09:52 +08:00
58e4f1220b fix(playground): properly stop language client when closing WebSocket connection 2025-01-05 04:01:37 +08:00
168facb85b feat(playground): integrate language server support with WebSocket connection handling 2025-01-05 03:47:37 +08:00
0bc5758d44 fix(playground): ensure editor focus and position handling only occurs if editor is initialized 2025-01-05 03:28:52 +08:00
3737a708f6 feat(playground): add auto-focus and position handling on language change in PlaygroundPage 2025-01-05 03:18:15 +08:00
2c7630c286 feat(playground): enhance PlaygroundPage with Monaco editor focus and position handling 2025-01-05 03:05:19 +08:00
d71a2fd534 feat(playground): implement PlaygroundPage with language selection and code editor 2025-01-05 02:47:14 +08:00