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

Commite4693ce

Browse files
committed
update readme
1 parentad70cdb commite4693ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1139
-43
lines changed

‎README.md

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
#coderoad-vscode README
22

3-
This is the README for your extension "coderoad-vscode". After writing up a brief description, we recommend including the following sections.
4-
53
##Features
64

7-
Describe specific features of your extension including screenshots of yourextension in action. Image paths are relative to this README file.
5+
CodeRoad allows you to play interactive coding tutorials in youreditor.
86

9-
For example if there is an image subfolder under your extension project workspace:
7+
##Requirements
108

11-
\!\[feature X\]\(images/feature-x.png\)
9+
Requires:
10+
- VSCode 1.34+
11+
- Git
12+
- Node 10+
1213

13-
>Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
14+
##Development
1415

15-
##Requirements
16+
Run`npm run build`. Press F5 to open a new development window.
1617

17-
If you have any requirements or dependencies, add a section describing thoseandhow to install and configure them.
18+
Open the tutorial using`cmd+shift+p` on mac,andselect the action`coderoad.start`.
1819

1920
##Extension Settings
2021

@@ -24,42 +25,9 @@ For example:
2425

2526
This extension contributes the following settings:
2627

27-
*`myExtension.enable`: enable/disable this extension
28-
*`myExtension.thing`: set to`blah` to do something
28+
*`coderoad.start`: starts the extension
2929

3030
##Known Issues
3131

32-
Calling out known issues can help limit users opening duplicate issues against your extension.
33-
34-
##Release Notes
35-
36-
Users appreciate release notes as you update your extension.
37-
38-
###1.0.0
39-
40-
Initial release of ...
41-
42-
###1.0.1
43-
44-
Fixed issue #.
45-
46-
###1.1.0
47-
48-
Added features X, Y, and Z.
49-
50-
-----------------------------------------------------------------------------------------------------------
51-
52-
##Working with Markdown
53-
54-
**Note:** You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
55-
56-
* Split the editor (`Cmd+\` on macOS or`Ctrl+\` on Windows and Linux)
57-
* Toggle preview (`Shift+CMD+V` on macOS or`Shift+Ctrl+V` on Windows and Linux)
58-
* Press`Ctrl+Space` (Windows, Linux) or`Cmd+Space` (macOS) to see a list of Markdown snippets
59-
60-
###For more information
61-
62-
*[Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
63-
*[Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
32+
There are no known issues at this time.
6433

65-
**Enjoy!**

‎out/commands/index.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎out/commands/index.js.map

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

‎out/commands/loadSolution.js

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎out/commands/loadSolution.js.map

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

‎out/commands/quit.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎out/commands/quit.js.map

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

‎out/commands/runTest.js

Lines changed: 126 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎out/commands/runTest.js.map

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp