|
9767 | 9767 | "fontPath": "dist/glicons.woff2", |
9768 | 9768 | "fontCharacter": "\\f133" |
9769 | 9769 | } |
| 9770 | + }, |
| 9771 | + "gitlens-play-button": { |
| 9772 | + "description": "play-button icon", |
| 9773 | + "default": { |
| 9774 | + "fontPath": "dist/glicons.woff2", |
| 9775 | + "fontCharacter": "\\f134" |
| 9776 | + } |
9770 | 9777 | } |
9771 | 9778 | }, |
9772 | 9779 | "menus": { |
|
17817 | 17824 | { |
17818 | 17825 | "id": "get-started-community", |
17819 | 17826 | "title": "Welcome to GitLens | Community vs. Pro", |
17820 | | - "description": "Get Started with GitLens Pro", |
| 17827 | + "description": "Thank you for installing GitLens - The #1 most installed Git extension in VS Code.\n\nYou’re using **GitLens Community:** Track code changes and who made them, with features like in-editor blame annotations, hovers, CodeLens, and more for free.\n\n**Unlock powerful workflows with GitLens Pro**\n\n**GitLens Pro:** For professional developers and teams, test out Pro by [signing up](command:gitlens.plus.signUp) to trial features that accelerate PR workflows, provide actionable code visuals, and and streamline collaboration to boost your productivity.\n\n[Get Started with GitLens Pro](command:gitlens.plus.showPlans)\n\n**[Learn more about GitLens Community and Pro](https://www.gitkraken.com/gitlens/pro-features)**", |
17821 | 17828 | "media": { |
17822 | 17829 | "markdown": "walkthroughs/welcome/get-started-community.md" |
17823 | 17830 | }, |
|
17829 | 17836 | { |
17830 | 17837 | "id": "visualize-code-history", |
17831 | 17838 | "title": "Visualize Code History", |
17832 | | - "description": "", |
| 17839 | + "description": "$(gitlens-gitlens) **Blame Annotations and Hovers**\n\nSee who changed what and why, without leaving your editor, through in-editor blame annotations, hover, and CodeLens.\n\n[Toggle File Blame](command:gitlens.toggleFileBlame), [Toggle Git CodeLens](command:gitlens.toggleCodeLens)\n\n**Side Bar & Panel Overview**\n\n$(gitlens-gitlens-inspect) **GitLens Inspect**\n\nEfficiently jump through the revision history of files, folders, and selected lines for the contextual info you need. Open [GitLens Inspect](command:workbench.view.extension.gitlensInspect)\n\n$(gitlens-graph) **Visual Commit Graph & Search**\n\nEasily follow complex Git histories, branches and search with the interactive Commit Graph for a clear view of repo changes.\n\n[View your Commit Graph](command:gitlens.showGraph)\n\n$(gitlens-play-button) [Watch a video on Visualize Code History](https://example.com)", |
17833 | 17840 | "media": { |
17834 | 17841 | "markdown": "walkthroughs/welcome/visualize-code-history.md" |
17835 | 17842 | }, |
|
17991 | 17998 | "build:extension": "webpack --mode development --config-name extension:node", |
17992 | 17999 | "build:extension:browser": "webpack --mode development --config-name extension:webworker", |
17993 | 18000 | "build:webviews": "webpack --mode development --config-name webviews", |
17994 | | - "build:icons": "pnpm run icons:svgo && pnpm run fantasticon && pnpm run icons:apply", |
| 18001 | + "build:icons": "pnpm run icons:svgo && pnpm fantasticon && pnpm run icons:apply", |
17995 | 18002 | "build:tests": "node ./scripts/esbuild.tests.mjs --mode development", |
17996 | 18003 | "generate:docs:telemetry": "node ./scripts/generate-telemetry-docs.mjs", |
17997 | 18004 | "bundle": "webpack --mode production", |
|
0 commit comments