You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Virtual Lab Code Editor (Alpha Science Lab) , the initial editor content loads with a Python Hello World example. However, when the user switches to another language (JavaScript, C, or C++), the editor content does not update and still shows the Python snippet:
Proposed Solution
Update the editor behavior so that whenever a user switches the programming language, the editor automatically loads a language appropriate boilerplate snippet.
Expected Behavior
When the user selects a language, the editor loads a relevant default template.