-
-
Notifications
You must be signed in to change notification settings - Fork 763
[v3] Configure online editor #1864
Copy link
Copy link
Closed
Labels
v3-launchstuff releted to the launch of new version of exercism platform v3stuff releted to the launch of new version of exercism platform v3
Metadata
Metadata
Assignees
Labels
v3-launchstuff releted to the launch of new version of exercism platform v3stuff releted to the launch of new version of exercism platform v3
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is part of the migration to v3. You can read full details about the various changes here.
In Exercism v3, students can now choose to work on exercises directly from their browser, instead of having to download exercises to their local machine. The track-specific settings for the in-browser editor are defined in the top-level
"online_editor"field in the track'sconfig.jsonfile. This field is defined as an object with two fields:"indent_style": the indent style, either "space" or "tab"."indent_size": the indent size, which is an integer (e.g. 4).You can find a full description of these fields in the spec.
Goal
The
"online_editor"field should be updated to correspond to the track's best practices regarding indentation.Example
Tracking
exercism/v3-launch#2