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
{{ message }}
This repository was archived by the owner on May 11, 2022. It is now read-only.
prerequisites: [You learned how to use didact commands]
9
+
introduction: |-
10
+
### This quick start shows you how to use didact commands in quick starts
11
+
Learn more about didact here: [Didact](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-didact)
12
+
tasks:
13
+
- title: Clipboard Commands
14
+
description: |-
15
+
[Copy text to clipboard](didact://?commandId=vscode.didact.copyToClipboardCommand&text=The%20fox%20jumped%20over%20the%20lazy%20dog.)
16
+
[Copy text from file to clipboard](didact://?commandId=vscode.didact.copyFileTextToClipboardCommand&extFilePath=redhat.vscode-didact/examples/clipboardTextToTerminal.txt)
17
+
review:
18
+
instructions: |-
19
+
#### To verify that didact is working with quick starts:
20
+
Were you able to execute the commands?
21
+
failedTaskHelp: This task isn’t verified yet. Try the task again.
22
+
summary:
23
+
success: You have executed didact commands!
24
+
failed: Try the steps again.
25
+
- title: Output Channel Commands
26
+
description: |-
27
+
[Open Named Output Channel](didact://?commandId=vscode.didact.openNamedOutputChannel&text=newOutputChannel)
28
+
[Send Text to Named Output Channel](didact://?commandId=vscode.didact.sendTextToNamedOutputChannel&text=Hello%20Didact!$$newOutputChannel)
29
+
review:
30
+
instructions: |-
31
+
#### To verify that didact is working with quick starts:
32
+
Were you able to execute the commands?
33
+
failedTaskHelp: This task isn’t verified yet. Try the task again.
34
+
summary:
35
+
success: You have executed didact commands!
36
+
failed: Try the steps again.
37
+
- title: Project Scaffolding Commands
38
+
description: |-
39
+
[Create the tutorial project](didact://?commandId=vscode.didact.scaffoldProject&extFilePath=redhat.vscode-didact/create_extension/md-tutorial.project.didact.json)
40
+
review:
41
+
instructions: |-
42
+
#### To verify that didact is working with quick starts:
43
+
Were you able to execute the commands?
44
+
failedTaskHelp: This task isn’t verified yet. Try the task again.
45
+
summary:
46
+
success: You have executed didact commands!
47
+
failed: Try the steps again.
48
+
- title: Requirements Commands
49
+
description: |-
50
+
[Validate all Requirements](didact://?commandId=vscode.didact.validateAllRequirements)
| [Red Hat Camel Extension Pack is Installed](didact://?commandId=vscode.didact.extensionRequirementCheck&text=extension-requirement-status$$redhat.apache-camel-extension-pack) | *Status: unknown*{#extension-requirement-status} |
54
+
| [Workspace has at least one root folder](didact://?commandId=vscode.didact.workspaceFolderExistsCheck&text=workspace-folder-status) | *Status: unknown*{#workspace-folder-status} |
55
+
| [CLI command is successful](didact://?commandId=vscode.didact.cliCommandSuccessful&text=cli-requirement-status$$echo%20blah) | *Status: unknown*{#cli-requirement-status} |
56
+
review:
57
+
instructions: |-
58
+
#### To verify that didact is working with quick starts:
59
+
Were you able to execute the commands?
60
+
failedTaskHelp: This task isn’t verified yet. Try the task again.
61
+
summary:
62
+
success: You have executed didact commands!
63
+
failed: Try the steps again.
64
+
- title: Terminal Commands
65
+
description: |-
66
+
[Open the Named Terminal](didact://?commandId=vscode.didact.startTerminalWithName&text=NamedTerminal)
67
+
[Send Named Terminal a String](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=NamedTerminal$$echo%20And%20The%20Bunnymen)
68
+
[Send Named Terminal a Ctrl+C](didact://?commandId=vscode.didact.sendNamedTerminalCtrlC&text=NamedTerminal)
69
+
[Close the Named Terminal](didact://?commandId=vscode.didact.closeNamedTerminal&text=NamedTerminal)
70
+
review:
71
+
instructions: |-
72
+
#### To verify that didact is working with quick starts:
73
+
Were you able to execute the commands?
74
+
failedTaskHelp: This task isn’t verified yet. Try the task again.
0 commit comments