Skip to content

πŸ‘©β€πŸ’» Create or play Interactive coding tutorials in VSCode

License

Notifications You must be signed in to change notification settings

coderoad/coderoad-vscode

Repository files navigation

coderoad-vscode README

Features

CodeRoad allows you to play interactive coding tutorials in your editor.

Requirements

Requires:

  • VSCode 1.34+
  • Git
  • Node 10+

Development

Run npm run build. Press F5 to open a new development window.

Open the tutorial using cmd+shift+p on mac, and select the action coderoad.start.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • coderoad.start: starts the extension

Known Issues

There are no known issues at this time.