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
Feature: Improving Exercise File Preview during Exercise CreationScenario: Syntax Highlighting in PreviewsGiven the user is previewing an Exercise file to be generated in the chat
When the user expands the snippet and the Exercise file is displayed
Then the system should render the content of the Exercise with syntax highlighting (not just as plain text)
Scenario: Opening Exercise Temporary Files in the Code EditorGiven the user selects an Exercise file for preview in the chat
When the Exercise file opens in the code editor
Then the Exercise file should be marked as "temporary"And no storage or workspace state should be allocated for the file
And the user can choose to create the exercise (then it will be stored)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: