|
798 | 798 | "fontCharacter": "\\f1c3"
|
799 | 799 | }
|
800 | 800 | }
|
801 |
| - } |
| 801 | + }, |
| 802 | + "walkthroughs": [ |
| 803 | + { |
| 804 | + "id": "aws.amazonq.walkthrough", |
| 805 | + "title": "Meet Amazon Q", |
| 806 | + "description": "Your AI assistant", |
| 807 | + "steps": [ |
| 808 | + { |
| 809 | + "id": "aws.amazonq.walkthrough.chat", |
| 810 | + "title": "Ask using chat", |
| 811 | + "description": "Amazon Q answers software development questions, writes code based on your current file, and cites sources.\n\nUse the right-click menu for quick commands.\n\n[Open Chat](command:_aws.amazonq.walkthrough.focusChat)", |
| 812 | + "media": { |
| 813 | + "image": "placeholder.jpg", |
| 814 | + "altText": "Gif of the right click context menu opening Amazon Q chat" |
| 815 | + }, |
| 816 | + "completionEvents": [ |
| 817 | + "onCommand:_aws.amazonq.walkthrough.focusChat" |
| 818 | + ] |
| 819 | + }, |
| 820 | + { |
| 821 | + "id": "aws.amazonq.walkthrough.inlineSuggestions", |
| 822 | + "title": "Get inline code suggestions", |
| 823 | + "description": "Amazon Q suggests code as you type based on your open files. Accepted suggestions from licensed code will go into the 'Code Reference Log'.", |
| 824 | + "media": { |
| 825 | + "image": "placeholder.jpg", |
| 826 | + "altText": "Gif of Amazon Q Inline Suggestions feature" |
| 827 | + } |
| 828 | + }, |
| 829 | + { |
| 830 | + "id": "aws.amazonq.walkthrough.securityScan", |
| 831 | + "title": "Check for security vulnerabilities", |
| 832 | + "description": "Amazon Q scans your code to identify security vulnerabilities and suggests fixes.", |
| 833 | + "media": { |
| 834 | + "image": "placeholder.jpg", |
| 835 | + "altText": "Gif of a security scan" |
| 836 | + } |
| 837 | + }, |
| 838 | + { |
| 839 | + "id": "aws.amazonq.walkthrough.settings", |
| 840 | + "title": "Access settings and options", |
| 841 | + "description": "Pause inline suggestions, open the Code Reference Log, access Settings, and more from the Amazon Q menu.\n\n[Open the status bar menu](command:_aws.amazonq.walkthrough.listCommands)", |
| 842 | + "media": { |
| 843 | + "image": "placeholder.jpg", |
| 844 | + "altText": "Gif of opening the Amazon Q status bar menu" |
| 845 | + }, |
| 846 | + "completionEvents": [ |
| 847 | + "onCommand:_aws.amazonq.walkthrough.listCommands" |
| 848 | + ] |
| 849 | + } |
| 850 | + ] |
| 851 | + } |
| 852 | + ] |
802 | 853 | },
|
803 | 854 | "engines": {
|
804 | 855 | "npm": "^10.1.0",
|
|
0 commit comments