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

feat: add support for continue config#94

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 2 commits intocoderoad:masterfrommoT01:feat/add-support-for-continue-config
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
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
NextNext commit
feat: add support for continue config
  • Loading branch information
@moT01
moT01 committedJan 18, 2022
commit225e38789b16587975bc551e74903accc9b5d5f4
18 changes: 18 additions & 0 deletionssrc/schema/skeleton.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -97,6 +97,19 @@ export default {
additionalProperties: false,
required: ["uri", "branch"],
},
continue: {
type: "object",
description: "Configuration options for continuing a tutorial",
properties: {
commands: {
$ref: "#/definitions/command_array",
},
vscodeCommands: {
$ref: "#/definitions/vscode_command_array",
},
},
additionalProperties: false,
},
reset: {
type: "object",
description: "Configuration options for resetting a tutorial",
Expand DownExpand Up@@ -164,6 +177,11 @@ export default {
description:
"An event triggered on tutorial startup. Sends tutorialId",
},
continue: {
type: "boolean",
description:
"An event triggered when continuing a tutorial. Sends tutorialId",
},
reset: {
type: "boolean",
description:
Expand Down
18 changes: 18 additions & 0 deletionssrc/schema/tutorial.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -116,6 +116,19 @@ export default {
additionalProperties: false,
required: ["uri", "branch"],
},
continue: {
type: "object",
description: "Configuration options for continuing a tutorial",
properties: {
commands: {
$ref: "#/definitions/command_array",
},
vscodeCommands: {
$ref: "#/definitions/vscode_command_array",
},
},
additionalProperties: false,
},
reset: {
type: "object",
description: "Configuration options for resetting a tutorial",
Expand DownExpand Up@@ -183,6 +196,11 @@ export default {
description:
"An event triggered on tutorial startup. Sends tutorialId",
},
continue: {
type: "boolean",
description:
"An event triggered when continuing a tutorial. Sends tutorialId",
},
reset: {
type: "boolean",
description:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp