We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b57cc commit 683b02bCopy full SHA for 683b02b
src/codewhisperer/explorer/codewhispererNode.ts
@@ -91,6 +91,7 @@ export class CodeWhispererNode implements RootNode {
91
createSecurityScanNode(),
92
createSelectCustomizationNode(),
93
createOpenReferenceLogNode(),
94
+ createGettingStartedNode(), // "Learn" node : opens Learn CodeWhisperer page
95
]
96
}
97
return [
0 commit comments