Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0bd7607

Browse files
authored
Merge pull requestcoderoad#221 from coderoad/post-release-polish
Post release polish
2 parents2eed587 +95a06c0 commit0bd7607

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ All notable changes to the "coderoad-vscode" extension will be documented in thi
44

55
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
##[Unreleased]
7+
##[0.1.0]
88

99
- Initial release

‎README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ CodeRoad is a VSCode extension that allows you to play interactive coding tutori
1010

1111
To start the extension, inside VSCode:
1212

13-
- Open an empty VSCode workspace (an empty folder)
14-
- Launch the app from the VSCode command palette:
15-
- select “View” > “Command Palette” from the top panel
16-
- alternatively, press`cmd/ctrl + shift + P`
17-
- In the command palette, search for and run`CodeRoad:Start`
18-
- A webview should appear on the right side of your editor. Click "Start"
13+
- open an empty VSCode workspace (an empty folder)
14+
- launch the app from the VSCode command palette:
15+
- select “View” > “Command Palette” from the top panel OR press`cmd/ctrl + shift + P`
16+
- in the command palette, search for and run`CodeRoad:Start`
17+
- a webview should appear on the right side of your editor. Click "Start"
1918

2019
###Install
2120

@@ -27,9 +26,6 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.
2726
###Requirements
2827

2928
- VSCode 1.40+
30-
[Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
31-
- VSCode command line tools.
32-
For Mac, installation requires an additional step. See[Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
3329
- Node.js 10+
3430
- Git
3531

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name":"coderoad",
3-
"version":"0.1.4",
4-
"description":"Interactive tutorials in your editor",
3+
"version":"0.1.5",
4+
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
77
"learn",
88
"education",
99
"teach",
1010
"training"
1111
],
12-
"homepage":"https://github.com/coderoad/coderoad-vscode/README.md",
12+
"homepage":"https://github.com/coderoad/coderoad-vscode",
1313
"bugs": {
1414
"url":"https://github.com/coderoad/coderoad-vscode/issues",
1515
"email":"coderoadapp@gmail.com"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp