This is a simple extension to automatically open exercises of https://exercism.io.
It requires the exercism client app installed.
This extension contributes the following command:
- extension.exercism.fetch: fetchs an exercism exercise asking for the track and exercise name.
- extension.exercism.submit: submits current exercise.
- extension.exercism.open: if current workspace is a valid exercism folder, open the execism page of that exercise.
This extension contributes the following settings:
-
exercism.app.path
: Route of exercism client program -
exercism.showButtons
: Show fetch and submit buttons
Fix images
Search exercism program on current path and configure buttons.
Add ability to write exercise name with spaces (@kerolloz)
Ask track name and then the exercise name instead of separated by slashes (@kerolloz)
Initial release