Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (24 loc) · 1.01 KB

exercism

This is a simple extension to automatically open exercises of https://exercism.io.

It requires the exercism client app installed.

Exercism cli

Features

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.

Requirements

Extension Settings

This extension contributes the following settings:

  • exercism.app.path: Route of exercism client program

  • exercism.showButtons: Show fetch and submit buttons

Known Issues

Release Notes

0.0.3

Fix images

0.0.2

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)

0.0.1

Initial release