diff --git a/package.json b/package.json index 01c6b1ebc8a2f..8b241945d96f3 100644 --- a/package.json +++ b/package.json @@ -6164,6 +6164,7 @@ "clean-webpack-plugin": "3.0.0", "csp-html-webpack-plugin": "4.0.0", "css-loader": "3.5.3", + "ejs-loader": "0.3.6", "eslint": "7.1.0", "eslint-cli": "1.1.1", "eslint-config-prettier": "6.11.0", @@ -6177,7 +6178,7 @@ "prettier": "2.0.5", "sass-loader": "8.0.2", "terser-webpack-plugin": "3.0.1", - "ts-loader": "7.0.4", + "ts-loader": "7.0.5", "typescript": "3.9.3", "vsce": "1.75.0", "webpack": "4.43.0", diff --git a/src/webviews/apps/settings/index.html b/src/webviews/apps/settings/index.html deleted file mode 100644 index b613d44eeef8f..0000000000000 --- a/src/webviews/apps/settings/index.html +++ /dev/null @@ -1,3275 +0,0 @@ - - -
- - - - -Commit Id | -id | -
Commit Author | -author | -
Commit Author E-mail | -|
Commit Message | -message | -
- Commit or Authored Date Relative, e.g. 1 day ago Committed vs Authored based on setting - |
- ago | -
- Commit or Authored Date Absolute, e.g. August 8th, 2016 10:48am Committed vs Authored based on setting - |
- date | -
- Commit or Authored Date Relative or absolute based on date setting Committed vs Authored based on - setting - |
- agoOrDate | -
Authored Date Relative date |
- authorAgo | -
Authored Date Absolute, e.g. August 8th, 2016 10:48am |
- authorDate | -
Authored Date Relative or absolute date based on date setting |
- authorAgoOrDate | -
Commit Date Relative date |
- committerAgo | -
Commit Date Absolute, e.g. August 8th, 2016 10:48am |
- committerDate | -
Commit Date Relative or absolute date based on date setting |
- committerAgoOrDate | -
Branch & Tag Tips Indicates if the commit is a tip of any branches or tags |
- tips | -
Git supercharged
-- GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to - visualize code authorship at a glance via Git blame annotations and code lens, - seamlessly navigate and explore Git repositories, gain valuable insights via powerful - comparison commands, and so much more. -
-- For advanced customizations, refer to the - GitLens docs - and edit your - User Settings -
-- Adds an unobtrusive blame annotation at the end of the current line -
-- Use the - GitLens: Toggle Line Blame Annotations - command to override this setting for the current window -
-- When enabled the annotation can be scrolled into view when it is outside the - viewport -
-- For more options, open - User Settings - and search for gitlens.currentLine -
-- Adds authorship code lens to the top of files and on code blocks -
-- Use the - GitLens: Toggle Git Code Lens - command to override this setting for the current window -
-At the top of the file
-- At the start of modules, classes, interfaces, etc -
-At the start of functions, methods, etc
-- For more options, open - User Settings - and search for gitlens.codeLens -
-- Adds a Git blame annotation about the current line to the status bar -
-- Avoids clearing the previous blame information when changing lines to reduce - status bar "flashing" -
-- For more options, open - User Settings - and search for gitlens.statusBar -
-Adds detailed blame information accessible via hovers
-Adds rich views to visualize, navigate, and explore
-- GitLens views can be configured to be shown in different side bar layouts to best - match your workflow -
-Shows all the views together on the GitLens side bar
-Shows all the views together on the Source Control side bar
-- You can also simply drag & drop individual views - to create custom layouts -
-- Adds a Repositories view to visualize, navigate, and explore Git repositories -
-- Chooses the best layout based on the number of files at each nesting level -
-- Compacts (flattens) unnecessary nesting when using a tree layouts -
-- For more options, open - User Settings - and search for gitlens.views.repositories or - gitlens.views -
-- Adds a File History view to visualize, navigate, and explore the revision history of the - current file -
-- Adds a Line History view to visualize, navigate, and explore the revision history of the - selected lines of current file -
-- Adds a Search Commits view to search and explore commit histories by message, author, files, - id, etc -
-- Compacts (flattens) unnecessary nesting when using a tree layouts -
-- For more options, open - User Settings - and search for gitlens.views.search or gitlens.views -
-- Adds a Compare view to visualize comparisons between branches, tags, commits, and more -
-- Compacts (flattens) unnecessary nesting when using a tree layouts -
-- For more options, open - User Settings - and search for gitlens.views.compare or gitlens.views -
-- Adds on-demand gutter blame annotations for the whole file -
-- Use the -
- - - command to turn the annotations on or off -Press Esc to turn off the annotations
-- Indicator color reflects the age of the most recent change (hot or cold), while - indicator brightness ranges from bright (newer) to dim (older) based on the - relative age -
-- Compacts (deduplicates) matching adjacent blame annotations -
-- For more options, open - User Settings - and search for gitlens.blame -
-- Adds on-demand heatmap (age) indicator to the edge of the gutter to show how recently lines - were changed -
-- Use the -
- - - command to turn the annotations on or off -Press Esc to turn off the annotations
-- Indicator color reflects the age of the most recent - change (hot or cold), while indicator brightness ranges from bright (newer) to dim - (older) based on the relative age -
- -- Adds on-demand recent changes annotations to highlight lines changed by the most recent - commit -
-- Use the -
- - - command to turn the annotations on or off -Press Esc to turn off the annotations
-- Search for gitlens in the - Keyboard Shortcuts - editor to see the shortcuts and to customize them further -
-- Supports user-defined modes for quickly toggling between sets of settings -
-- Use the - GitLens: Switch Mode - command to quickly switch the active mode -
-- Use the - GitLens: Toggle Review Mode - command to toggle Review mode -
-- Use the - GitLens: Toggle Zen Mode - command to toggle Zen mode -
-- For more options or to add your own custom modes, open - User Settings - and search for gitlens.modes -
-+ Adds on-demand gutter blame annotations for the whole file +
++ Use the +
+ + + command to turn the annotations on or off +Press Esc to turn off the annotations
++ Indicator color reflects the age of the most recent change (hot or cold), while indicator + brightness ranges from bright (newer) to dim (older) based on the relative age +
++ Compacts (deduplicates) matching adjacent blame annotations +
++ For more options, open + User Settings + and search for gitlens.blame +
++ Adds authorship code lens to the top of files and on code blocks +
++ Use the + GitLens: Toggle Git Code Lens + command to override this setting for the current window +
+At the top of the file
++ At the start of modules, classes, interfaces, etc +
+At the start of functions, methods, etc
++ For more options, open + User Settings + and search for gitlens.codeLens +
++ Adds an unobtrusive blame annotation at the end of the current line +
++ Use the + GitLens: Toggle Line Blame Annotations + command to override this setting for the current window +
++ When enabled the annotation can be scrolled into view when it is outside the viewport +
++ For more options, open + User Settings + and search for gitlens.currentLine +
++ Adds on-demand heatmap (age) indicator to the edge of the gutter to show how recently lines were changed +
++ Use the +
+ + + command to turn the annotations on or off +Press Esc to turn off the annotations
++ Indicator color reflects the age of the most recent change (hot or + cold), while indicator brightness ranges from bright (newer) to dim (older) based on the relative + age +
+ +Adds detailed blame information accessible via hovers
++ Supports user-defined modes for quickly toggling between sets of settings +
++ Use the + GitLens: Switch Mode + command to quickly switch the active mode +
++ Use the + GitLens: Toggle Review Mode + command to toggle Review mode +
++ Use the + GitLens: Toggle Zen Mode + command to toggle Zen mode +
++ For more options or to add your own custom modes, open + User Settings + and search for gitlens.modes +
++ Adds on-demand recent changes annotations to highlight lines changed by the most recent commit +
++ Use the +
+ + + command to turn the annotations on or off +Press Esc to turn off the annotations
++ Search for gitlens in the + Keyboard Shortcuts + editor to see the shortcuts and to customize them further +
++ Adds a Git blame annotation about the current line to the status bar +
++ Avoids clearing the previous blame information when changing lines to reduce status bar + "flashing" +
++ For more options, open + User Settings + and search for gitlens.statusBar +
++ Adds a Compare view to visualize comparisons between branches, tags, commits, and more +
++ Compacts (flattens) unnecessary nesting when using a tree layouts +
++ For more options, open + User Settings + and search for gitlens.views.compare or gitlens.views +
+Adds rich views to visualize, navigate, and explore
++ GitLens views can be configured to be shown in different side bar layouts to best match your + workflow +
+Shows all the views together on the GitLens side bar
+Shows all the views together on the Source Control side bar
++ You can also simply drag & drop individual views to create + custom layouts +
++ Adds a File History view to visualize, navigate, and explore the revision history of the current file +
++ Adds a Line History view to visualize, navigate, and explore the revision history of the selected lines of + current file +
++ Adds a Repositories view to visualize, navigate, and explore Git repositories +
++ Chooses the best layout based on the number of files at each nesting level +
++ Compacts (flattens) unnecessary nesting when using a tree layouts +
++ For more options, open + User Settings + and search for gitlens.views.repositories or + gitlens.views +
++ Adds a Search Commits view to search and explore commit histories by message, author, files, id, etc +
++ Compacts (flattens) unnecessary nesting when using a tree layouts +
++ For more options, open + User Settings + and search for gitlens.views.search or gitlens.views +
+Commit Id | +id | +
Commit Author | +author | +
Commit Author E-mail | +|
Commit Message | +message | +
+ Commit or Authored Date Relative, e.g. 1 day ago Committed vs Authored based on setting + |
+ ago | +
+ Commit or Authored Date Absolute, e.g. August 8th, 2016 10:48am Committed vs Authored based on setting + |
+ date | +
+ Commit or Authored Date Relative or absolute based on date setting Committed vs Authored based on + setting + |
+ agoOrDate | +
Authored Date Relative date |
+ authorAgo | +
Authored Date Absolute, e.g. August 8th, 2016 10:48am |
+ authorDate | +
Authored Date Relative or absolute date based on date setting |
+ authorAgoOrDate | +
Commit Date Relative date |
+ committerAgo | +
Commit Date Absolute, e.g. August 8th, 2016 10:48am |
+ committerDate | +
Commit Date Relative or absolute date based on date setting |
+ committerAgoOrDate | +
Branch & Tag Tips Indicates if the commit is a tip of any branches or tags |
+ tips | +
Git supercharged
++ GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to + visualize code authorship at a glance via Git blame annotations and code lens, + seamlessly navigate and explore Git repositories, gain valuable insights via powerful + comparison commands, and so much more. +
++ For advanced customizations, refer to the + GitLens docs + and edit your + User Settings +
+