You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor.
4
4
5
-
CodeRoad allows you to play interactive coding tutorials in your editor.
5
+
## Getting Started
6
6
7
-
##Requirements
7
+
### Launch
8
8
9
-
Requires:
9
+
To start the extension, inside VSCode:
10
+
11
+
- Open the VSCode command palette.
12
+
- select “View” > “Command Palette” from the top panel
13
+
- alternatively, press `cmd/ctrl + shift + P`
14
+
- Search for and run `CodeRoad:Start`
15
+
- A web view should appear on the right side of your editor asking you to click "Start"
16
+
17
+
### Requirements
10
18
11
19
- VSCode 1.40+
20
+
[Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
21
+
- VSCode command line tools.
22
+
For Mac, installation requires an additioanl step. See [Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
12
23
- Git
13
24
- Node 10+
14
25
15
-
## Run
26
+
### Installation
27
+
28
+
> Currently CodeRoad is not yet available in the VSCode marketplace (coming soon!).
29
+
30
+
To install the extension manually:
16
31
17
-
1. Open the command prompt: `cmd/ctrl + shift + p`
18
-
2. Search for and run `coderoad:start`
32
+
- run `vsce package` to build the package.
33
+
Learn more about [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
34
+
- run `code —install-extension coderoad-0.1.0.vsix`.
0 commit comments