Commit Graph

36 Commits

Author SHA1 Message Date
b0bb5b5250 feat(editor-language): simplify language configuration to a constant 2025-03-16 14:27:28 +08:00
02f4fc1c3f feat(config): add mapping for EditorLanguage to icons 2025-03-16 13:31:08 +08:00
82d85d3b31 refactor(config): remove icon property from EditorLanguageConfig 2025-03-16 13:24:06 +08:00
db4bc0dc73 chore(config): remove problem folder 2025-03-15 22:35:15 +08:00
4f6a37df17 fix(prisma): update enum values for EditorLanguage to lowercase ('c' and 'cpp') 2025-03-08 21:03:32 +08:00
7a97e213fe refactor(config): use EditorLanguage from Prisma in language configuration 2025-03-08 20:43:46 +08:00
56507f0362 feat(monaco-theme): Add default light and dark theme configurations 2025-03-07 11:27:00 +08:00
3336a9f1d0 feat(config/problem): add TEMP_DEFAULT_EDITOR_VALUE 2025-03-05 09:36:38 +08:00
a33033b48d refactor(config/judge.ts, types/judge.ts): split judge configuration and types 2025-03-05 09:27:00 +08:00
2a47b469b0 feat(language-server): add environment variable support for configuration 2025-03-05 08:33:38 +08:00
470fa306c2 feat(editor): add language icon support 2025-03-05 08:32:33 +08:00
753422ebf4 refactor: remove unused editor and language config files 2025-03-05 08:28:52 +08:00
398928d933 style(editor): format code style for consistency 2025-03-04 21:27:53 +08:00
598ca75829 feat(editor): add default editor options configuration 2025-03-04 21:02:16 +08:00
742a827072 feat(language-server): add configuration for C and C++ 2025-03-04 20:53:19 +08:00
6d9c6701d4 feat(monaco-theme): update Monaco theme configuration with label metadata 2025-03-04 20:29:07 +08:00
ec9f3b2475 feat(editor-language): update language configurations and types for C and C++ 2025-03-04 20:28:41 +08:00
d8fa37dd8a feat(theme): add MonacoTheme enum, configuration and hook 2025-03-04 20:06:33 +08:00
dcbfe4c3d7 style(judge): align equal signs and comments for better readability 2025-03-03 12:10:16 +08:00
03f3d9682a feat(judge): update container configuration and add limits for output and memory 2025-03-03 02:16:24 +08:00
578e33d4c4 feat(config/judge): update result codes and language configurations 2025-03-03 02:12:23 +08:00
3d1ab62fe9 feat(judge): update configuration with exit codes and result type 2025-03-02 13:39:31 +08:00
9dede32073 feat(judge): add memory limit configuration to LanguageConfigs 2025-03-02 01:19:16 +08:00
f4077d2f1d feat(judge): add timeout configuration to LanguageConfigs 2025-03-02 00:52:12 +08:00
6ca75616d0 feat(config): add LanguageConfig interface and LanguageConfigs object 2025-03-01 16:29:26 +08:00
e975dde0c2 fix(editor): remove unnecessary whitespace in default editor value 2025-02-26 00:34:39 +08:00
4975d79d35 refactor(problem/description): improve clarity and formatting of problem description 2025-02-25 19:45:20 +08:00
d51c324ea9 refactor(config): reorganize language configuration and remove deprecated files 2025-02-25 14:39:41 +08:00
fa15a6628e fix(language-server): update configuration to use environment variables for WebSocket settings 2025-02-24 00:22:34 +08:00
b33edb933f fix(language-server): make language server configuration environment variable driven 2025-02-23 23:31:05 +08:00
545f094f49 feat(config): add default file paths for supported languages 2025-02-23 16:11:47 +08:00
0dafb06e86 feat(lsp): add configuration for supported language servers 2025-02-23 13:52:06 +08:00
e47f68f99e feat(problem-description): add default problem statement for "Two Sum" challenge 2025-02-21 01:44:44 +08:00
8d6e5067dc feat(config): add site configuration with GitHub repository URL 2025-02-21 00:07:34 +08:00
5d99032be9 feat(config): add default code snippets for C and C++ languages 2025-02-20 14:13:56 +08:00
bb81c4f7e1 feat(lsp): add default language configuration 2025-02-20 14:04:02 +08:00