|
90 | 90 | "description": "Your first steps to try out the powerful tools and features that the Sourcery extension has to offer!",
|
91 | 91 | "when": "workspacePlatform != webworker",
|
92 | 92 | "steps": [
|
| 93 | + { |
| 94 | + "id": "sourcery.login", |
| 95 | + "title": "Login", |
| 96 | + "description": "Unlock all of Sourcery's features, including 14 a day trial of Sourcery Pro\n[Login](command:sourcery.login)", |
| 97 | + "media": { |
| 98 | + "markdown": "walkthrough/login.md" |
| 99 | + }, |
| 100 | + "completionEvents": [ |
| 101 | + "onContext:sourcery.is_authenticated" |
| 102 | + ] |
| 103 | + }, |
93 | 104 | {
|
94 | 105 | "id": "sourcery.openWelcomeFile",
|
95 | 106 | "title": "Get your first recommendation",
|
|
131 | 142 | "markdown": "walkthrough/custom_rules_tutorial.md"
|
132 | 143 | }
|
133 | 144 | },
|
134 |
| - { |
135 |
| - "id": "sourcery.login", |
136 |
| - "title": "Login", |
137 |
| - "description": "Unlock all of Sourcery's features, including 30 days of Sourcery Pro\n[Login](command:sourcery.login)", |
138 |
| - "media": { |
139 |
| - "markdown": "walkthrough/login.md" |
140 |
| - }, |
141 |
| - "completionEvents": [ |
142 |
| - "onContext:sourcery.is_authenticated" |
143 |
| - ] |
144 |
| - }, |
145 | 145 | {
|
146 | 146 | "id": "sourcery.advancedFeatures",
|
147 | 147 | "title": "Advanced Features",
|
148 |
| - "description": "Once you have logged in you will be able to use Sourcery's Pro features for 30 days\nThese include:\nRight click on a folder and choose 'Sourcery - Scan for refactorings'\n\n You can also try out 'Sourcery - Detect Clones' to find duplicate or near-duplicate code\nTo find out about our Team plan, including pre-commit hook and CLI:\n[Open our documentation](https://docs.sourcery.ai/Plans/Sourcery-Team/)\n", |
| 148 | + "description": "With a Sourcery Pro account you can use Sourcery's advanced features on any project. Otherwise, you can use them on any open source project. \nThese include:\nRight click on a folder and choose 'Sourcery - Scan for refactorings'\n\n You can also try out 'Sourcery - Detect Clones' to find duplicate or near-duplicate code\nTo find out about our Team plan, including pre-commit hook and CLI:\n[Open our documentation](https://docs.sourcery.ai/Plans/Sourcery-Team/)\n", |
149 | 149 | "media": {
|
150 | 150 | "markdown": "walkthrough/refactoring_scan.md"
|
151 | 151 | },
|
|
0 commit comments