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

post release fixes#220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfrompost-release-fixes
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,23 @@ CodeRoad is a VSCode extension that allows you to play interactive coding tutori

## Getting Started

###Launch
###Start

To start the extension, inside VSCode:

- Open the VSCode command palette.
- Open an empty VSCode workspace (an empty folder)
- Launch the app from the VSCode command palette:
- select “View” > “Command Palette” from the top panel
- alternatively, press `cmd/ctrl + shift + P`
- Search for and run `CodeRoad:Start`
- A web view should appear on the right side of your editor. Click "Start"
- In the command palette, search for and run `CodeRoad:Start`
- A webview should appear on the right side of your editor. Click "Start"

### Install

Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad).

- You may need to reload the window (`ctrl/cmd + R`)
- See ["Start"](#start) to get started.

### Requirements

Expand All@@ -25,24 +33,16 @@ To start the extension, inside VSCode:
- Node.js 10+
- Git

### Installation

> Currently CodeRoad is not yet available in the VSCode marketplace (coming soon!).

To install the extension manually:

- run `vsce package` to build the package.
Learn more about [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
- run `code —-install-extension coderoad-$VERSION.vsix` where version is the name of the file.
- Reload the window (`ctrl/cmd + R`)
- You should be able to see the extension from the extensions list on the left hand side. Verify that "CodeRoad" is "enabled".

## Creating Tutorials

Build and share your own interactive tutorials.

Learn more about [how tutorials area created](./docs/tutorials.md).

## Editing Tutorials

Tutorials can be edited directly as markdown on Github.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).
Expand Down
2 changes: 1 addition & 1 deletionpackage-lock.json
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

4 changes: 2 additions & 2 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "coderoad",
"version": "0.1.2",
"version": "0.1.4",
"description": "Interactive tutorials in your editor",
"keywords": [
"tutorial",
Expand DownExpand Up@@ -75,7 +75,7 @@
},
"displayName": "CodeRoad",
"galleryBanner": {
"color": "#C80000",
"color": "#6a67ce",
"theme": "dark"
},
"preview": true,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp