Skip to content

Commit fe0d8cf

Browse files
Update walkthrough GIFs and code lens step
1 parent a4c3a8f commit fe0d8cf

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

media/walkthrough/codelens.gif

5.19 MB
Loading

media/walkthrough/deploy.gif

3.21 MB
Loading

media/walkthrough/feedback.gif

3.66 MB
Loading

media/walkthrough/logs.gif

11.3 MB
Loading
6.98 MB
Loading

media/walkthrough/search.gif

3.76 MB
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@
253253
},
254254
{
255255
"id": "codelens",
256-
"title": "Navigate from Tests to Routes",
257-
"description": "CodeLens links appear above test client calls to jump directly to the route definition.",
256+
"title": "Jump Between Routes and Tests",
257+
"description": "CodeLens links connect your routes and their tests. Click above a route decorator to see and jump to its tests, or click above a test client call to jump to the route definition.",
258258
"media": {
259259
"image": "media/walkthrough/codelens.gif",
260-
"altText": "CodeLens link above test client call"
260+
"altText": "CodeLens links above a route decorator and a test client call"
261261
}
262262
},
263263
{

0 commit comments

Comments
 (0)