-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure online editor #2
Comments
This was referenced Jan 29, 2021
This was referenced Jan 29, 2021
ErikSchierboom
added
x:action/improve
Improve existing functionality/content
x:knowledge/none
No existing Exercism knowledge required
x:size/tiny
Tiny amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:size/large
Large amount of work
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
and removed
x:action/improve
Improve existing functionality/content
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:knowledge/none
No existing Exercism knowledge required
x:size/large
Large amount of work
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:size/tiny
Tiny amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
labels
Aug 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.json
file. 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.
The
"online_editor"
field should be updated to correspond to the track's best practices regarding indentation.The text was updated successfully, but these errors were encountered: