-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
2026-02Issues created in 2026-02Issues created in 2026-02good first issueGood for newcomersGood for newcomers
Description
Bug Description
The virtual lab code editor has a language dropdown with 4 options (Python, JavaScript, C, C++), but only Python actually works. When users select other languages, the editor doesn't change modes or provide appropriate sample code.
Current Behavior
- Language dropdown shows: Python, JavaScript, C, C++
- Selecting any language other than Python has no effect
- Editor remains in Python mode regardless of selection
- No syntax highlighting for non-Python languages
- No appropriate sample code for selected languages
Expected Behavior
- Language selection should change Ace editor syntax highlighting mode
- Each language should load appropriate "Hello, World!" sample code
- Syntax highlighting should match the selected programming language
- All 4 languages should be fully functional
Screen.Recording.2026-02-22.184544.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2026-02Issues created in 2026-02Issues created in 2026-02good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done