You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3978 lines
174 KiB

6 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
  1. {
  2. "name": "gitlens",
  3. "displayName": "GitLens — Git supercharged",
  4. "description": "Supercharge the Git capabilities built into Visual Studio Code — 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",
  5. "version": "9.0.0-alpha",
  6. "author": {
  7. "name": "Eric Amodio",
  8. "email": "eamodio@gmail.com"
  9. },
  10. "publisher": "eamodio",
  11. "license": "SEE LICENSE IN LICENSE",
  12. "homepage": "https://github.com/eamodio/vscode-gitlens/blob/master/README.md",
  13. "bugs": {
  14. "url": "https://github.com/eamodio/vscode-gitlens/issues"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/eamodio/vscode-gitlens.git"
  19. },
  20. "engines": {
  21. "vscode": "^1.27.0"
  22. },
  23. "main": "./dist/extension",
  24. "icon": "images/gitlens-icon.png",
  25. "preview": false,
  26. "badges": [
  27. {
  28. "url": "https://img.shields.io/badge/vscode--dev--community-gitlens-blue.svg?logo=slack",
  29. "href": "https://join.slack.com/t/vscode-dev-community/shared_invite/enQtMjIxOTgxNDE3NzM0LWU5M2ZiZDU1YjBlMzdlZjA2YjBjYzRhYTM5NTgzMTAxMjdiNWU0ZmQzYWI3MWU5N2Q1YjBiYmQ4MzY0NDE1MzY",
  30. "description": "Join us in the #gitlens channel"
  31. }
  32. ],
  33. "categories": [
  34. "Other"
  35. ],
  36. "galleryBanner": {
  37. "color": "#8647ae",
  38. "theme": "dark"
  39. },
  40. "keywords": [
  41. "gitlens",
  42. "git",
  43. "blame",
  44. "log",
  45. "annotation",
  46. "multi-root ready"
  47. ],
  48. "activationEvents": [
  49. "*"
  50. ],
  51. "contributes": {
  52. "configuration": {
  53. "type": "object",
  54. "title": "GitLens",
  55. "properties": {
  56. "gitlens.blame.avatars": {
  57. "type": "boolean",
  58. "default": true,
  59. "description": "Specifies whether to show avatar images in the gutter blame annotations",
  60. "scope": "window"
  61. },
  62. "gitlens.blame.compact": {
  63. "type": "boolean",
  64. "default": true,
  65. "description": "Specifies whether to compact (deduplicate) matching adjacent gutter blame annotations",
  66. "scope": "window"
  67. },
  68. "gitlens.blame.dateFormat": {
  69. "type": "string",
  70. "default": null,
  71. "description": "Specifies how to format absolute dates (using the `${date}` token) in gutter blame annotations\nSee https://momentjs.com/docs/#/displaying/format/ for valid formats",
  72. "scope": "window"
  73. },
  74. "gitlens.blame.format": {
  75. "type": "string",
  76. "default": "${message|40?} ${agoOrDate|14-}",
  77. "description": "Specifies the format of the gutter blame annotations\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.blame.dateFormat`)\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting",
  78. "scope": "window"
  79. },
  80. "gitlens.blame.heatmap.enabled": {
  81. "type": "boolean",
  82. "default": true,
  83. "description": "Specifies whether to provide a heatmap indicator in the gutter blame annotations",
  84. "scope": "window"
  85. },
  86. "gitlens.blame.heatmap.location": {
  87. "type": "string",
  88. "default": "right",
  89. "enum": [
  90. "left",
  91. "right"
  92. ],
  93. "enumDescriptions": [
  94. "Adds a heatmap indicator on the left edge of the gutter blame annotations",
  95. "Adds a heatmap indicator on the right edge of the gutter blame annotations"
  96. ],
  97. "description": "Specifies where the heatmap indicators will be shown in the gutter blame annotations",
  98. "scope": "window"
  99. },
  100. "gitlens.blame.highlight.enabled": {
  101. "type": "boolean",
  102. "default": true,
  103. "description": "Specifies whether to highlight lines associated with the current line",
  104. "scope": "window"
  105. },
  106. "gitlens.blame.highlight.locations": {
  107. "type": "array",
  108. "default": [
  109. "gutter",
  110. "line",
  111. "overview"
  112. ],
  113. "items": {
  114. "type": "string",
  115. "enum": [
  116. "gutter",
  117. "line",
  118. "overview"
  119. ],
  120. "enumDescriptions": [
  121. "Adds a gutter glyph",
  122. "Adds a full-line highlight background color",
  123. "Adds a decoration to the overview ruler (scroll bar)"
  124. ]
  125. },
  126. "minItems": 1,
  127. "maxItems": 3,
  128. "uniqueItems": true,
  129. "description": "Specifies where the associated line highlights will be shown",
  130. "scope": "window"
  131. },
  132. "gitlens.blame.ignoreWhitespace": {
  133. "type": "boolean",
  134. "default": false,
  135. "description": "Specifies whether to ignore whitespace when comparing revisions during blame operations",
  136. "scope": "resource"
  137. },
  138. "gitlens.blame.separateLines": {
  139. "type": "boolean",
  140. "default": true,
  141. "description": "Specifies whether gutter blame annotations will be separated by a small gap",
  142. "scope": "window"
  143. },
  144. "gitlens.blame.toggleMode": {
  145. "type": "string",
  146. "default": "file",
  147. "enum": [
  148. "file",
  149. "window"
  150. ],
  151. "enumDescriptions": [
  152. "Toggles each file individually",
  153. "Toggles the window, i.e. all files at once"
  154. ],
  155. "description": "Specifies how the gutter blame annotations will be toggled",
  156. "scope": "window"
  157. },
  158. "gitlens.codeLens.authors.command": {
  159. "type": "string",
  160. "default": "gitlens.toggleFileBlame",
  161. "enum": [
  162. "gitlens.toggleFileBlame",
  163. "gitlens.diffWithPrevious",
  164. "gitlens.showQuickCommitDetails",
  165. "gitlens.showQuickCommitFileDetails",
  166. "gitlens.showQuickFileHistory",
  167. "gitlens.showQuickRepoHistory"
  168. ],
  169. "enumDescriptions": [
  170. "Toggles file blame annotations",
  171. "Compares the current committed file with the previous commit",
  172. "Shows a commit details quick pick",
  173. "Shows a commit file details quick pick",
  174. "Shows a file history quick pick",
  175. "Shows a branch history quick pick"
  176. ],
  177. "description": "Specifies the command to be executed when the `authors` code lens is clicked",
  178. "scope": "window"
  179. },
  180. "gitlens.codeLens.authors.enabled": {
  181. "type": "boolean",
  182. "default": true,
  183. "description": "Specifies whether to provide an `authors` code lens, showing number of authors of the file or code block and the most prominent author (if there is more than one)",
  184. "scope": "window"
  185. },
  186. "gitlens.codeLens.enabled": {
  187. "type": "boolean",
  188. "default": true,
  189. "description": "Specifies whether to provide any Git code lens, by default\nUse the `Toggle Git Code Lens` command (`gitlens.toggleCodeLens`) to toggle the Git code lens on and off for the current window",
  190. "scope": "window"
  191. },
  192. "gitlens.codeLens.includeSingleLineSymbols": {
  193. "type": "boolean",
  194. "default": false,
  195. "description": "Specifies whether to provide any Git code lens on symbols that span only a single line",
  196. "scope": "window"
  197. },
  198. "gitlens.codeLens.recentChange.command": {
  199. "type": "string",
  200. "default": "gitlens.showQuickCommitFileDetails",
  201. "enum": [
  202. "gitlens.toggleFileBlame",
  203. "gitlens.diffWithPrevious",
  204. "gitlens.showQuickCommitDetails",
  205. "gitlens.showQuickCommitFileDetails",
  206. "gitlens.showQuickFileHistory",
  207. "gitlens.showQuickRepoHistory"
  208. ],
  209. "enumDescriptions": [
  210. "Toggles file blame annotations",
  211. "Compares the current committed file with the previous commit",
  212. "Shows a commit details quick pick",
  213. "Shows a commit file details quick pick",
  214. "Shows a file history quick pick",
  215. "Shows a branch history quick pick"
  216. ],
  217. "description": "Specifies the command to be executed when the `recent change` code lens is clicked",
  218. "scope": "window"
  219. },
  220. "gitlens.codeLens.recentChange.enabled": {
  221. "type": "boolean",
  222. "default": true,
  223. "description": "Specifies whether to provide a `recent change` code lens, showing the author and date of the most recent commit for the file or code block",
  224. "scope": "window"
  225. },
  226. "gitlens.codeLens.scopes": {
  227. "type": "array",
  228. "default": [
  229. "document",
  230. "containers"
  231. ],
  232. "items": {
  233. "type": "string",
  234. "enum": [
  235. "document",
  236. "containers",
  237. "blocks"
  238. ],
  239. "enumDescriptions": [
  240. "Adds code lens at the top of the document",
  241. "Adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
  242. "Adds code lens at the start of block-like symbols (functions, methods, etc) lines"
  243. ]
  244. },
  245. "minItems": 1,
  246. "maxItems": 4,
  247. "uniqueItems": true,
  248. "description": "Specifies where Git code lens will be shown in the document",
  249. "scope": "resource"
  250. },
  251. "gitlens.codeLens.scopesByLanguage": {
  252. "type": "array",
  253. "default": [
  254. {
  255. "language": "css",
  256. "scopes": [
  257. "document"
  258. ]
  259. },
  260. {
  261. "language": "html",
  262. "scopes": [
  263. "document"
  264. ]
  265. },
  266. {
  267. "language": "json",
  268. "scopes": [
  269. "document"
  270. ]
  271. },
  272. {
  273. "language": "jsonc",
  274. "scopes": [
  275. "document"
  276. ]
  277. },
  278. {
  279. "language": "less",
  280. "scopes": [
  281. "document"
  282. ]
  283. },
  284. {
  285. "language": "postcss",
  286. "scopes": [
  287. "document"
  288. ]
  289. },
  290. {
  291. "language": "python",
  292. "symbolScopes": [
  293. "!Module"
  294. ]
  295. },
  296. {
  297. "language": "scss",
  298. "scopes": [
  299. "document"
  300. ]
  301. },
  302. {
  303. "language": "stylus",
  304. "scopes": [
  305. "document"
  306. ]
  307. },
  308. {
  309. "language": "vue",
  310. "scopes": [
  311. "document"
  312. ]
  313. }
  314. ],
  315. "items": {
  316. "type": "object",
  317. "required": [
  318. "language"
  319. ],
  320. "properties": {
  321. "language": {
  322. "type": "string",
  323. "description": "Specifies the language to which this code lens override applies"
  324. },
  325. "scopes": {
  326. "type": "array",
  327. "default": [
  328. "document",
  329. "containers"
  330. ],
  331. "items": {
  332. "type": "string",
  333. "enum": [
  334. "document",
  335. "containers",
  336. "blocks",
  337. "custom"
  338. ],
  339. "enumDescriptions": [
  340. "Adds code lens at the top of the document",
  341. "Adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)",
  342. "Adds code lens at the start of block-like symbols (functions, methods, properties, etc) lines",
  343. "Adds code lens at the start of symbols contained in `symbolScopes`"
  344. ]
  345. },
  346. "minItems": 1,
  347. "maxItems": 4,
  348. "uniqueItems": true,
  349. "description": "Specifies where Git code lens will be shown in the document for the specified language"
  350. },
  351. "symbolScopes": {
  352. "type": "array",
  353. "items": {
  354. "type": "string"
  355. },
  356. "uniqueItems": true,
  357. "description": "Specifies the set of document symbols where Git code lens will be shown in the document for the specified language\nMust be a member of `SymbolKind`"
  358. }
  359. }
  360. },
  361. "uniqueItems": true,
  362. "description": "Specifies where Git code lens will be shown in the document for the specified languages",
  363. "scope": "resource"
  364. },
  365. "gitlens.codeLens.symbolScopes": {
  366. "type": "array",
  367. "items": {
  368. "type": "string"
  369. },
  370. "uniqueItems": true,
  371. "description": "Specifies a set of document symbols where Git code lens will or will not be shown in the document\nPrefix with `!` to avoid providing a Git code lens for the symbol\nMust be a member of `SymbolKind`",
  372. "scope": "resource"
  373. },
  374. "gitlens.currentLine.dateFormat": {
  375. "type": "string",
  376. "default": null,
  377. "description": "Specifies how to format absolute dates (using the `${date}` token) for the current line blame annotation\nSee https://momentjs.com/docs/#/displaying/format/ for valid formats",
  378. "scope": "window"
  379. },
  380. "gitlens.currentLine.enabled": {
  381. "type": "boolean",
  382. "default": true,
  383. "description": "Specifies whether to provide a blame annotation for the current line, by default\nUse the `Toggle Line Blame Annotations` command (`gitlens.toggleLineBlame`) to toggle the annotations on and off for the current window",
  384. "scope": "window"
  385. },
  386. "gitlens.currentLine.format": {
  387. "type": "string",
  388. "default": "${authorAgoOrDate} • ${message}",
  389. "description": "Specifies the format of the current line blame annotation\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.currentLine.dateFormat`)\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting",
  390. "scope": "window"
  391. },
  392. "gitlens.currentLine.scrollable": {
  393. "type": "boolean",
  394. "default": true,
  395. "description": "Specifies whether the current line blame annotation can be scrolled into view when it is outside the viewport",
  396. "scope": "window"
  397. },
  398. "gitlens.debug": {
  399. "type": "boolean",
  400. "default": false,
  401. "description": "Specifies debug mode",
  402. "scope": "window"
  403. },
  404. "gitlens.defaultDateFormat": {
  405. "type": "string",
  406. "default": null,
  407. "description": "Specifies how absolute dates will be formatted by default\nSee https://momentjs.com/docs/#/displaying/format/ for valid formats",
  408. "scope": "window"
  409. },
  410. "gitlens.defaultDateStyle": {
  411. "type": "string",
  412. "default": "relative",
  413. "enum": [
  414. "relative",
  415. "absolute"
  416. ],
  417. "enumDescriptions": [
  418. "e.g. 1 day ago",
  419. "e.g. July 25th, 2018 7:18pm"
  420. ],
  421. "description": "Specifies how dates will be displayed by default",
  422. "scope": "window"
  423. },
  424. "gitlens.defaultGravatarsStyle": {
  425. "type": "string",
  426. "default": "robohash",
  427. "enum": [
  428. "identicon",
  429. "mp",
  430. "monsterid",
  431. "retro",
  432. "robohash",
  433. "wavatar"
  434. ],
  435. "enumDescriptions": [
  436. "A geometric pattern",
  437. "A simple, cartoon-style silhouetted outline of a person (does not vary by email hash)",
  438. "A monster with different colors, faces, etc",
  439. "8-bit arcade-style pixelated faces",
  440. "A robot with different colors, faces, etc",
  441. "A face with differing features and backgrounds"
  442. ],
  443. "description": "Specifies the style of the gravatar default (fallback) images",
  444. "scope": "window"
  445. },
  446. "gitlens.heatmap.ageThreshold": {
  447. "type": "string",
  448. "default": "90",
  449. "description": "Specifies the age of the most recent change (in days) after which the gutter heatmap annotations will be cold rather than hot (i.e. will use `#gitlens.heatmap.coldColor#` instead of `#gitlens.heatmap.hotColor#`)",
  450. "scope": "window"
  451. },
  452. "gitlens.heatmap.coldColor": {
  453. "type": "string",
  454. "default": "#0a60f6",
  455. "description": "Specifies the base color of the gutter heatmap annotations when the most recent change is older (cold) than the `#gitlens.heatmap.ageThreshold#` value",
  456. "scope": "window"
  457. },
  458. "gitlens.heatmap.hotColor": {
  459. "type": "string",
  460. "default": "#f66a0a",
  461. "description": "Specifies the base color of the gutter heatmap annotations when the most recent change is newer (hot) than the `#gitlens.heatmap.ageThreshold#` value",
  462. "scope": "window"
  463. },
  464. "gitlens.heatmap.toggleMode": {
  465. "type": "string",
  466. "default": "file",
  467. "enum": [
  468. "file",
  469. "window"
  470. ],
  471. "enumDescriptions": [
  472. "Toggles each file individually",
  473. "Toggles the window, i.e. all files at once"
  474. ],
  475. "description": "Specifies how the gutter heatmap annotations will be toggled",
  476. "scope": "window"
  477. },
  478. "gitlens.hovers.annotations.changes": {
  479. "type": "boolean",
  480. "default": true,
  481. "description": "Specifies whether to provide a changes (diff) hover for all lines when showing blame annotations",
  482. "scope": "window"
  483. },
  484. "gitlens.hovers.annotations.details": {
  485. "type": "boolean",
  486. "default": true,
  487. "description": "Specifies whether to provide a commit details hover for all lines when showing blame annotations",
  488. "scope": "window"
  489. },
  490. "gitlens.hovers.annotations.enabled": {
  491. "type": "boolean",
  492. "default": true,
  493. "description": "Specifies whether to provide any hovers when showing blame annotations",
  494. "scope": "window"
  495. },
  496. "gitlens.hovers.annotations.over": {
  497. "type": "string",
  498. "default": "line",
  499. "enum": [
  500. "annotation",
  501. "line"
  502. ],
  503. "enumDescriptions": [
  504. "Only shown when hovering over the line annotation",
  505. "Shown when hovering anywhere over the line"
  506. ],
  507. "description": "Specifies when to trigger hovers when showing blame annotations",
  508. "scope": "window"
  509. },
  510. "gitlens.hovers.currentLine.changes": {
  511. "type": "boolean",
  512. "default": true,
  513. "description": "Specifies whether to provide a changes (diff) hover for the current line",
  514. "scope": "window"
  515. },
  516. "gitlens.hovers.currentLine.details": {
  517. "type": "boolean",
  518. "default": true,
  519. "description": "Specifies whether to provide a commit details hover for the current line",
  520. "scope": "window"
  521. },
  522. "gitlens.hovers.currentLine.enabled": {
  523. "type": "boolean",
  524. "default": true,
  525. "description": "Specifies whether to provide any hovers for the current line",
  526. "scope": "window"
  527. },
  528. "gitlens.hovers.currentLine.over": {
  529. "type": "string",
  530. "default": "annotation",
  531. "enum": [
  532. "annotation",
  533. "line"
  534. ],
  535. "enumDescriptions": [
  536. "Only shown when hovering over the line annotation",
  537. "Shown when hovering anywhere over the line"
  538. ],
  539. "description": "Specifies when to trigger hovers for the current line",
  540. "scope": "window"
  541. },
  542. "gitlens.hovers.avatars": {
  543. "type": "boolean",
  544. "default": true,
  545. "description": "Specifies whether to show avatar images in hovers",
  546. "scope": "window"
  547. },
  548. "gitlens.hovers.enabled": {
  549. "type": "boolean",
  550. "default": true,
  551. "description": "Specifies whether to provide any hovers",
  552. "scope": "window"
  553. },
  554. "gitlens.insiders": {
  555. "type": "boolean",
  556. "default": false,
  557. "description": "Specifies whether to enable experimental features",
  558. "scope": "window"
  559. },
  560. "gitlens.keymap": {
  561. "type": "string",
  562. "default": "chorded",
  563. "enum": [
  564. "alternate",
  565. "chorded",
  566. "none"
  567. ],
  568. "enumDescriptions": [
  569. "Adds an alternate set of shortcut keys that start with `Alt` (⌥ on macOS)",
  570. "Adds a chorded set of shortcut keys that start with `Ctrl+Alt+G` (`⌥⌘G` on macOS)",
  571. "No shortcut keys will be added"
  572. ],
  573. "description": "Specifies the keymap to use for GitLens shortcut keys",
  574. "scope": "window"
  575. },
  576. "gitlens.menus": {
  577. "anyOf": [
  578. {
  579. "enum": [
  580. false
  581. ]
  582. },
  583. {
  584. "type": "object",
  585. "properties": {
  586. "editor": {
  587. "anyOf": [
  588. {
  589. "enum": [
  590. false
  591. ]
  592. },
  593. {
  594. "type": "object",
  595. "properties": {
  596. "blame": {
  597. "type": "boolean"
  598. },
  599. "clipboard": {
  600. "type": "boolean"
  601. },
  602. "compare": {
  603. "type": "boolean"
  604. },
  605. "details": {
  606. "type": "boolean"
  607. },
  608. "history": {
  609. "type": "boolean"
  610. },
  611. "remote": {
  612. "type": "boolean"
  613. }
  614. }
  615. }
  616. ]
  617. },
  618. "editorGroup": {
  619. "anyOf": [
  620. {
  621. "enum": [
  622. false
  623. ]
  624. },
  625. {
  626. "type": "object",
  627. "properties": {
  628. "blame": {
  629. "type": "boolean"
  630. },
  631. "compare": {
  632. "type": "boolean"
  633. },
  634. "history": {
  635. "type": "boolean"
  636. },
  637. "remote": {
  638. "type": "boolean"
  639. }
  640. }
  641. }
  642. ]
  643. },
  644. "editorTab": {
  645. "anyOf": [
  646. {
  647. "enum": [
  648. false
  649. ]
  650. },
  651. {
  652. "type": "object",
  653. "properties": {
  654. "compare": {
  655. "type": "boolean"
  656. },
  657. "history": {
  658. "type": "boolean"
  659. },
  660. "remote": {
  661. "type": "boolean"
  662. }
  663. }
  664. }
  665. ]
  666. },
  667. "explorer": {
  668. "anyOf": [
  669. {
  670. "enum": [
  671. false
  672. ]
  673. },
  674. {
  675. "type": "object",
  676. "properties": {
  677. "compare": {
  678. "type": "boolean"
  679. },
  680. "history": {
  681. "type": "boolean"
  682. },
  683. "remote": {
  684. "type": "boolean"
  685. }
  686. }
  687. }
  688. ]
  689. }
  690. }
  691. }
  692. ],
  693. "default": {
  694. "editor": {
  695. "blame": false,
  696. "clipboard": true,
  697. "compare": true,
  698. "details": true,
  699. "history": false,
  700. "remote": true
  701. },
  702. "editorGroup": {
  703. "blame": true,
  704. "compare": true,
  705. "history": false,
  706. "remote": false
  707. },
  708. "editorTab": {
  709. "compare": false,
  710. "history": false,
  711. "remote": true
  712. },
  713. "explorer": {
  714. "compare": true,
  715. "history": true,
  716. "remote": true
  717. }
  718. },
  719. "description": "Specifies which commands will be added to which menus",
  720. "scope": "window"
  721. },
  722. "gitlens.mode.active": {
  723. "type": "string",
  724. "description": "Specifies the active GitLens mode, if any",
  725. "scope": "window"
  726. },
  727. "gitlens.mode.statusBar.enabled": {
  728. "type": "boolean",
  729. "default": true,
  730. "description": "Specifies whether to provide the active GitLens mode in the status bar",
  731. "scope": "window"
  732. },
  733. "gitlens.mode.statusBar.alignment": {
  734. "type": "string",
  735. "default": "right",
  736. "enum": [
  737. "left",
  738. "right"
  739. ],
  740. "enumDescriptions": [
  741. "Aligns to the left",
  742. "Aligns to the right"
  743. ],
  744. "description": "Specifies the active GitLens mode alignment in the status bar",
  745. "scope": "window"
  746. },
  747. "gitlens.modes": {
  748. "type": "object",
  749. "properties": {
  750. "zen": {
  751. "type": "object",
  752. "required": [
  753. "name"
  754. ],
  755. "properties": {
  756. "name": {
  757. "type": "string"
  758. },
  759. "statusBarItemName": {
  760. "type": "string"
  761. },
  762. "description": {
  763. "type": "string"
  764. },
  765. "codeLens": {
  766. "type": "boolean"
  767. },
  768. "currentLine": {
  769. "type": "boolean"
  770. },
  771. "hovers": {
  772. "type": "boolean"
  773. },
  774. "statusBar": {
  775. "type": "boolean"
  776. },
  777. "views": {
  778. "type": "boolean"
  779. }
  780. }
  781. },
  782. "review": {
  783. "type": "object",
  784. "required": [
  785. "name"
  786. ],
  787. "properties": {
  788. "name": {
  789. "type": "string"
  790. },
  791. "statusBarItemName": {
  792. "type": "string"
  793. },
  794. "description": {
  795. "type": "string"
  796. },
  797. "codeLens": {
  798. "type": "boolean"
  799. },
  800. "currentLine": {
  801. "type": "boolean"
  802. },
  803. "hovers": {
  804. "type": "boolean"
  805. },
  806. "statusBar": {
  807. "type": "boolean"
  808. },
  809. "views": {
  810. "type": "boolean"
  811. }
  812. }
  813. }
  814. },
  815. "additionalProperties": {
  816. "type": "object",
  817. "required": [
  818. "name"
  819. ],
  820. "properties": {
  821. "name": {
  822. "type": "string"
  823. },
  824. "statusBarItemName": {
  825. "type": "string"
  826. },
  827. "description": {
  828. "type": "string"
  829. },
  830. "codeLens": {
  831. "type": "boolean"
  832. },
  833. "currentLine": {
  834. "type": "boolean"
  835. },
  836. "hovers": {
  837. "type": "boolean"
  838. },
  839. "statusBar": {
  840. "type": "boolean"
  841. },
  842. "views": {
  843. "type": "boolean"
  844. }
  845. }
  846. },
  847. "default": {
  848. "zen": {
  849. "name": "Zen",
  850. "statusBarItemName": "Zen",
  851. "description": "for a zen-like experience, disables many visual features",
  852. "codeLens": false,
  853. "currentLine": false,
  854. "hovers": false,
  855. "statusBar": false
  856. },
  857. "review": {
  858. "name": "Review",
  859. "statusBarItemName": "Reviewing",
  860. "description": "for reviewing code, enables many visual features",
  861. "codeLens": true,
  862. "currentLine": true,
  863. "hovers": true
  864. }
  865. },
  866. "description": "Specifies the user-defined GitLens modes",
  867. "scope": "window"
  868. },
  869. "gitlens.outputLevel": {
  870. "type": "string",
  871. "default": "silent",
  872. "enum": [
  873. "silent",
  874. "errors",
  875. "verbose",
  876. "debug"
  877. ],
  878. "description": "Specifies how much (if any) output will be sent to the GitLens output channel",
  879. "scope": "window"
  880. },
  881. "gitlens.recentChanges.highlight.locations": {
  882. "type": "array",
  883. "default": [
  884. "gutter",
  885. "line",
  886. "overview"
  887. ],
  888. "items": {
  889. "type": "string",
  890. "enum": [
  891. "gutter",
  892. "line",
  893. "overview"
  894. ],
  895. "enumDescriptions": [
  896. "Adds a gutter glyph",
  897. "Adds a full-line highlight background color",
  898. "Adds a decoration to the overview ruler (scroll bar)"
  899. ]
  900. },
  901. "minItems": 1,
  902. "maxItems": 3,
  903. "uniqueItems": true,
  904. "description": "Specifies where the highlights of the recently changed lines will be shown",
  905. "scope": "window"
  906. },
  907. "gitlens.recentChanges.toggleMode": {
  908. "type": "string",
  909. "default": "file",
  910. "enum": [
  911. "file",
  912. "window"
  913. ],
  914. "enumDescriptions": [
  915. "Toggles each file individually",
  916. "Toggles the window, i.e. all files at once"
  917. ],
  918. "description": "Specifies how the recently changed lines annotations will be toggled",
  919. "scope": "window"
  920. },
  921. "gitlens.remotes": {
  922. "type": "array",
  923. "default": null,
  924. "items": {
  925. "type": "object",
  926. "required": [
  927. "type",
  928. "domain"
  929. ],
  930. "properties": {
  931. "type": {
  932. "type": "string",
  933. "enum": [
  934. "Bitbucket",
  935. "BitbucketServer",
  936. "Custom",
  937. "GitHub",
  938. "GitLab"
  939. ],
  940. "description": "Specifies the type of the custom remote service"
  941. },
  942. "domain": {
  943. "type": "string",
  944. "description": "Specifies the domain name of the custom remote service"
  945. },
  946. "name": {
  947. "type": "string",
  948. "description": "Specifies an optional friendly name for the custom remote service"
  949. },
  950. "protocol": {
  951. "type": "string",
  952. "default": "https",
  953. "description": "Specifies an optional url protocol for the custom remote service"
  954. },
  955. "urls": {
  956. "type": "object",
  957. "required": [
  958. "repository",
  959. "branches",
  960. "branch",
  961. "commit",
  962. "file",
  963. "fileInCommit",
  964. "fileInBranch",
  965. "fileLine",
  966. "fileRange"
  967. ],
  968. "properties": {
  969. "repository": {
  970. "type": "string",
  971. "description": "Specifies the format of a respository url for the custom remote service\nAvailable tokens\n ${repo} - repository path"
  972. },
  973. "branches": {
  974. "type": "string",
  975. "description": "Specifies the format of a branches url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${branch} - branch"
  976. },
  977. "branch": {
  978. "type": "string",
  979. "description": "Specifies the format of a branch url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${branch} - branch"
  980. },
  981. "commit": {
  982. "type": "string",
  983. "description": "Specifies the format of a commit url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${id} - commit id"
  984. },
  985. "file": {
  986. "type": "string",
  987. "description": "Specifies the format of a file url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${file} - file name\n ${line} - formatted line information"
  988. },
  989. "fileInBranch": {
  990. "type": "string",
  991. "description": "Specifies the format of a branch file url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${file} - file name\n ${branch} - branch\n ${line} - formatted line information"
  992. },
  993. "fileInCommit": {
  994. "type": "string",
  995. "description": "Specifies the format of a commit file url for the custom remote service\nAvailable tokens\n ${repo} - repository path\n ${file} - file name\n ${id} - commit id\n ${line} - formatted line information"
  996. },
  997. "fileLine": {
  998. "type": "string",
  999. "description": "Specifies the format of a line in a file url for the custom remote service\nAvailable tokens\n ${line} - line"
  1000. },
  1001. "fileRange": {
  1002. "type": "string",
  1003. "description": "Specifies the format of a range in a file url for the custom remote service\nAvailable tokens\n ${start} - starting line\n ${end} - ending line"
  1004. }
  1005. }
  1006. },
  1007. "description": "Specifies the url formats of the custom remote service"
  1008. }
  1009. },
  1010. "uniqueItems": true,
  1011. "description": "Specifies user-defined remote (code-hosting) services or custom domains for built-in remote services",
  1012. "scope": "resource"
  1013. },
  1014. "gitlens.settings.mode": {
  1015. "type": "string",
  1016. "default": "simple",
  1017. "enum": [
  1018. "simple",
  1019. "advanced"
  1020. ],
  1021. "enumDescriptions": [
  1022. "Only displays common settings",
  1023. "Displays all settings"
  1024. ],
  1025. "description": "Specifies the display mode of the interactive settings editor",
  1026. "scope": "window"
  1027. },
  1028. "gitlens.showWhatsNewAfterUpgrades": {
  1029. "type": "boolean",
  1030. "default": true,
  1031. "description": "Specifies whether to show What's New after upgrading to new feature releases",
  1032. "scope": "window"
  1033. },
  1034. "gitlens.statusBar.alignment": {
  1035. "type": "string",
  1036. "default": "right",
  1037. "enum": [
  1038. "left",
  1039. "right"
  1040. ],
  1041. "enumDescriptions": [
  1042. "Aligns to the left",
  1043. "Aligns to the right"
  1044. ],
  1045. "description": "Specifies the blame alignment in the status bar",
  1046. "scope": "window"
  1047. },
  1048. "gitlens.statusBar.command": {
  1049. "type": "string",
  1050. "default": "gitlens.showQuickCommitDetails",
  1051. "enum": [
  1052. "gitlens.toggleFileBlame",
  1053. "gitlens.diffWithPrevious",
  1054. "gitlens.diffWithWorking",
  1055. "gitlens.toggleCodeLens",
  1056. "gitlens.showQuickCommitDetails",
  1057. "gitlens.showQuickCommitFileDetails",
  1058. "gitlens.showQuickFileHistory",
  1059. "gitlens.showQuickRepoHistory"
  1060. ],
  1061. "enumDescriptions": [
  1062. "Toggles file blame annotations",
  1063. "Compares the current line commit with the previous",
  1064. "Compares the current line commit with the working tree",
  1065. "Toggles Git code lens",
  1066. "Shows a commit details quick pick",
  1067. "Shows a commit file details quick pick",
  1068. "Shows a file history quick pick",
  1069. "Shows a branch history quick pick"
  1070. ],
  1071. "description": "Specifies the command to be executed when the blame status bar item is clicked",
  1072. "scope": "window"
  1073. },
  1074. "gitlens.statusBar.dateFormat": {
  1075. "type": "string",
  1076. "default": null,
  1077. "description": "Specifies the date format of absolute dates shown in the blame information in the status bar. See https://momentjs.com/docs/#/displaying/format/ for valid formats",
  1078. "scope": "window"
  1079. },
  1080. "gitlens.statusBar.enabled": {
  1081. "type": "boolean",
  1082. "default": true,
  1083. "description": "Specifies whether to provide blame information in the status bar",
  1084. "scope": "window"
  1085. },
  1086. "gitlens.statusBar.format": {
  1087. "type": "string",
  1088. "default": "${authorAgoOrDate}",
  1089. "description": "Specifies the format of the status bar blame information\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.statusBar.dateFormat`)\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting",
  1090. "scope": "window"
  1091. },
  1092. "gitlens.statusBar.reduceFlicker": {
  1093. "type": "boolean",
  1094. "default": false,
  1095. "description": "Specifies whether to avoid clearing the previous blame information when changing lines to reduce status bar \"flashing\"",
  1096. "scope": "window"
  1097. },
  1098. "gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors": {
  1099. "type": "string",
  1100. "default": "Unsaved changes (cannot determine recent change or authors)",
  1101. "description": "Specifies the string to be shown in place of both the `recent change` and `authors` code lens when there are unsaved changes",
  1102. "scope": "window"
  1103. },
  1104. "gitlens.strings.codeLens.unsavedChanges.recentChangeOnly": {
  1105. "type": "string",
  1106. "default": "Unsaved changes (cannot determine recent change)",
  1107. "description": "Specifies the string to be shown in place of the `recent change` code lens when there are unsaved changes",
  1108. "scope": "window"
  1109. },
  1110. "gitlens.strings.codeLens.unsavedChanges.authorsOnly": {
  1111. "type": "string",
  1112. "default": "Unsaved changes (cannot determine authors)",
  1113. "description": "Specifies the string to be shown in place of the `authors` code lens when there are unsaved changes",
  1114. "scope": "window"
  1115. },
  1116. "gitlens.views.avatars": {
  1117. "type": "boolean",
  1118. "default": true,
  1119. "description": "Specifies whether to show avatar images instead of commit (or status) icons in the `Repositories` and `Results` views",
  1120. "scope": "window"
  1121. },
  1122. "gitlens.views.commitFileFormat": {
  1123. "type": "string",
  1124. "default": "${filePath}",
  1125. "description": "Specifies the format of a committed file in the `Repositories` and `Results` views\nAvailable tokens\n ${directory} - directory name\n ${file} - file name\n ${filePath} - formatted file name and path\n ${path} - full file path",
  1126. "scope": "window"
  1127. },
  1128. "gitlens.views.commitFormat": {
  1129. "type": "string",
  1130. "default": "${message} • ${authorAgoOrDate}${ • changes}${ (id)}",
  1131. "description": "Specifies the format of committed changes in the `Repositories` and `Results` views\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.defaultDateFormat`)\\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting",
  1132. "scope": "window"
  1133. },
  1134. "gitlens.views.defaultItemLimit": {
  1135. "type": "number",
  1136. "default": 10,
  1137. "description": "Specifies the default number of items to show in a view list. Use 0 to specify no limit",
  1138. "scope": "window"
  1139. },
  1140. "gitlens.views.fileHistory.avatars": {
  1141. "type": "boolean",
  1142. "default": true,
  1143. "description": "Specifies whether to show avatar images instead of status icons in the `File History` view",
  1144. "scope": "window"
  1145. },
  1146. "gitlens.views.fileHistory.enabled": {
  1147. "type": "boolean",
  1148. "default": true,
  1149. "description": "Specifies whether to show the `File History` view",
  1150. "scope": "window"
  1151. },
  1152. "gitlens.views.fileHistory.location": {
  1153. "type": "string",
  1154. "default": "gitlens",
  1155. "enum": [
  1156. "gitlens",
  1157. "explorer",
  1158. "scm"
  1159. ],
  1160. "enumDescriptions": [
  1161. "Adds to the GitLens view",
  1162. "Adds to the Explorer view",
  1163. "Adds to the Source Control view"
  1164. ],
  1165. "description": "Specifies where to show the `File History` view",
  1166. "scope": "window"
  1167. },
  1168. "gitlens.views.lineHistory.avatars": {
  1169. "type": "boolean",
  1170. "default": true,
  1171. "description": "Specifies whether to show avatar images instead of status icons in the `Line History` view",
  1172. "scope": "window"
  1173. },
  1174. "gitlens.views.lineHistory.enabled": {
  1175. "type": "boolean",
  1176. "default": true,
  1177. "description": "Specifies whether to show the `Line History` view",
  1178. "scope": "window"
  1179. },
  1180. "gitlens.views.lineHistory.location": {
  1181. "type": "string",
  1182. "default": "gitlens",
  1183. "enum": [
  1184. "gitlens",
  1185. "explorer",
  1186. "scm"
  1187. ],
  1188. "enumDescriptions": [
  1189. "Adds to the GitLens view",
  1190. "Adds to the Explorer view",
  1191. "Adds to the Source Control view"
  1192. ],
  1193. "description": "Specifies where to show the `Line History` view",
  1194. "scope": "window"
  1195. },
  1196. "gitlens.views.repositories.autoRefresh": {
  1197. "type": "boolean",
  1198. "default": true,
  1199. "description": "Specifies whether to automatically refresh the `Repositories` view when the repository or the file system changes",
  1200. "scope": "window"
  1201. },
  1202. "gitlens.views.repositories.autoReveal": {
  1203. "type": "boolean",
  1204. "default": true,
  1205. "description": "Specifies whether to automatically reveal repositories in the `Repositories` view when opening files",
  1206. "scope": "window"
  1207. },
  1208. "gitlens.views.repositories.branches.layout": {
  1209. "type": "string",
  1210. "default": "tree",
  1211. "enum": [
  1212. "list",
  1213. "tree"
  1214. ],
  1215. "enumDescriptions": [
  1216. "Displays branches as a list",
  1217. "Displays branches as a tree when branch names contain slashes `/`"
  1218. ],
  1219. "description": "Specifies how the `Repositories` view will display branches",
  1220. "scope": "window"
  1221. },
  1222. "gitlens.views.repositories.enabled": {
  1223. "type": "boolean",
  1224. "default": true,
  1225. "description": "Specifies whether to show the `Repositories` view",
  1226. "scope": "window"
  1227. },
  1228. "gitlens.views.repositories.files.compact": {
  1229. "type": "boolean",
  1230. "default": true,
  1231. "description": "Specifies whether to compact (flatten) unnecessary file nesting in the `Repositories` view\nOnly applies when `#gitlens.views.repositories.files.layout#` is set to `tree` or `auto`",
  1232. "scope": "window"
  1233. },
  1234. "gitlens.views.repositories.files.layout": {
  1235. "type": "string",
  1236. "default": "auto",
  1237. "enum": [
  1238. "auto",
  1239. "list",
  1240. "tree"
  1241. ],
  1242. "enumDescriptions": [
  1243. "Automatically switches between displaying files as a `tree` or `list` based on the `#gitlens.views.repositories.files.threshold#` value and the number of files at each nesting level",
  1244. "Displays files as a list",
  1245. "Displays files as a tree"
  1246. ],
  1247. "description": "Specifies how the `Repositories` view will display files",
  1248. "scope": "window"
  1249. },
  1250. "gitlens.views.repositories.files.threshold": {
  1251. "type": "number",
  1252. "default": 5,
  1253. "description": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the `Repositories` view\nOnly applies when `#gitlens.views.repositories.files.layout#` is set to `auto`",
  1254. "scope": "window"
  1255. },
  1256. "gitlens.views.repositories.includeWorkingTree": {
  1257. "type": "boolean",
  1258. "default": true,
  1259. "description": "Specifies whether to include working tree files inside the `Repository Status` node of the `Repositories` view",
  1260. "scope": "window"
  1261. },
  1262. "gitlens.views.repositories.location": {
  1263. "type": "string",
  1264. "default": "gitlens",
  1265. "enum": [
  1266. "gitlens",
  1267. "explorer",
  1268. "scm"
  1269. ],
  1270. "enumDescriptions": [
  1271. "Adds to the GitLens view",
  1272. "Adds to the Explorer view",
  1273. "Adds to the Source Control view"
  1274. ],
  1275. "description": "Specifies where to show the `Repositories` view",
  1276. "scope": "window"
  1277. },
  1278. "gitlens.views.repositories.showTrackingBranch": {
  1279. "type": "boolean",
  1280. "default": true,
  1281. "description": "Specifies whether to show the tracking branch when displaying local branches in the `Repositories` view",
  1282. "scope": "window"
  1283. },
  1284. "gitlens.views.results.files.compact": {
  1285. "type": "boolean",
  1286. "default": true,
  1287. "description": "Specifies whether to compact (flatten) unnecessary file nesting in the `Results` view\nOnly applies when `#gitlens.views.results.files.layout#` is set to `tree` or `auto`",
  1288. "scope": "window"
  1289. },
  1290. "gitlens.views.results.files.layout": {
  1291. "type": "string",
  1292. "default": "auto",
  1293. "enum": [
  1294. "auto",
  1295. "list",
  1296. "tree"
  1297. ],
  1298. "enumDescriptions": [
  1299. "Automatically switches between displaying files as a `tree` or `list` based on the `#gitlens.views.repositories.files.threshold#` value and the number of files at each nesting level",
  1300. "Displays files as a list",
  1301. "Displays files as a tree"
  1302. ],
  1303. "description": "Specifies how the `Results` view will display files",
  1304. "scope": "window"
  1305. },
  1306. "gitlens.views.results.files.threshold": {
  1307. "type": "number",
  1308. "default": 5,
  1309. "description": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the `Results` view\nOnly applies when `#gitlens.views.results.files.layout#` is set to `auto`",
  1310. "scope": "window"
  1311. },
  1312. "gitlens.views.results.location": {
  1313. "type": "string",
  1314. "default": "gitlens",
  1315. "enum": [
  1316. "gitlens",
  1317. "explorer",
  1318. "scm"
  1319. ],
  1320. "enumDescriptions": [
  1321. "Adds to the GitLens view",
  1322. "Adds to the Explorer view",
  1323. "Adds to the Source Control view"
  1324. ],
  1325. "description": "Specifies where to show the `Results` view",
  1326. "scope": "window"
  1327. },
  1328. "gitlens.views.stashFileFormat": {
  1329. "type": "string",
  1330. "default": "${filePath}",
  1331. "description": "Specifies the format of a stashed file in the `Repositories` and `Results` views\nAvailable tokens\n ${directory} - directory name\n ${file} - file name\n ${filePath} - formatted file name and path\n ${path} - full file path",
  1332. "scope": "window"
  1333. },
  1334. "gitlens.views.stashFormat": {
  1335. "type": "string",
  1336. "default": "${message}",
  1337. "description": "Specifies the format of stashed changes in the `Repositories` and `Results` views\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.statusBar.dateFormat`)\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting",
  1338. "scope": "window"
  1339. },
  1340. "gitlens.views.statusFileFormat": {
  1341. "type": "string",
  1342. "default": "${working }${filePath}",
  1343. "description": "Specifies the format of the status of a working or committed file in the `Repositories` view\nAvailable tokens\n ${directory} - directory name\n ${file} - file name\n ${filePath} - formatted file name and path\n ${path} - full file path\n ${working} - optional indicator if the file is uncommitted",
  1344. "scope": "window"
  1345. },
  1346. "gitlens.advanced.blame.customArguments": {
  1347. "type": "array",
  1348. "default": null,
  1349. "items": {
  1350. "type": "string"
  1351. },
  1352. "description": "Specifies additional arguments to pass to the `git blame` command",
  1353. "scope": "resource"
  1354. },
  1355. "gitlens.advanced.blame.delayAfterEdit": {
  1356. "type": "number",
  1357. "default": 5000,
  1358. "description": "Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait",
  1359. "scope": "window"
  1360. },
  1361. "gitlens.advanced.blame.sizeThresholdAfterEdit": {
  1362. "type": "number",
  1363. "default": 5000,
  1364. "description": "Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum",
  1365. "scope": "window"
  1366. },
  1367. "gitlens.advanced.caching.enabled": {
  1368. "type": "boolean",
  1369. "default": true,
  1370. "description": "Specifies whether git output will be cached — changing the default is not recommended",
  1371. "scope": "window"
  1372. },
  1373. "gitlens.advanced.fileHistoryFollowsRenames": {
  1374. "type": "boolean",
  1375. "default": true,
  1376. "description": "Specifies whether file histories will follow renames — will affect how merge commits are shown in histories",
  1377. "scope": "window"
  1378. },
  1379. "gitlens.advanced.maxListItems": {
  1380. "type": "number",
  1381. "default": 200,
  1382. "description": "Specifies the maximum number of items to show in a list. Use 0 to specify no maximum",
  1383. "scope": "window"
  1384. },
  1385. "gitlens.advanced.messages": {
  1386. "type": "object",
  1387. "default": {
  1388. "suppressCommitHasNoPreviousCommitWarning": false,
  1389. "suppressCommitNotFoundWarning": false,
  1390. "suppressFileNotUnderSourceControlWarning": false,
  1391. "suppressGitDisabledWarning": false,
  1392. "suppressGitVersionWarning": false,
  1393. "suppressLineUncommittedWarning": false,
  1394. "suppressNoRepositoryWarning": false,
  1395. "suppressShowKeyBindingsNotice": false
  1396. },
  1397. "properties": {
  1398. "suppressCommitHasNoPreviousCommitWarning": {
  1399. "type": "boolean",
  1400. "default": false
  1401. },
  1402. "suppressCommitNotFoundWarning": {
  1403. "type": "boolean",
  1404. "default": false
  1405. },
  1406. "suppressFileNotUnderSourceControlWarning": {
  1407. "type": "boolean",
  1408. "default": false
  1409. },
  1410. "suppressGitDisabledWarning": {
  1411. "type": "boolean",
  1412. "default": false
  1413. },
  1414. "suppressGitVersionWarning": {
  1415. "type": "boolean",
  1416. "default": false
  1417. },
  1418. "suppressLineUncommittedWarning": {
  1419. "type": "boolean",
  1420. "default": false
  1421. },
  1422. "suppressNoRepositoryWarning": {
  1423. "type": "boolean",
  1424. "default": false
  1425. },
  1426. "suppressShowKeyBindingsNotice": {
  1427. "type": "boolean",
  1428. "default": false
  1429. }
  1430. },
  1431. "description": "Specifies which messages should be suppressed",
  1432. "scope": "window"
  1433. },
  1434. "gitlens.advanced.quickPick.closeOnFocusOut": {
  1435. "type": "boolean",
  1436. "default": true,
  1437. "description": "Specifies whether to close QuickPick menus when focus is lost",
  1438. "scope": "window"
  1439. },
  1440. "gitlens.advanced.repositorySearchDepth": {
  1441. "type": "number",
  1442. "default": 1,
  1443. "description": "Specifies how many folders deep to search for repositories",
  1444. "scope": "resource"
  1445. },
  1446. "gitlens.advanced.telemetry.enabled": {
  1447. "type": "boolean",
  1448. "default": true,
  1449. "description": "Specifies whether to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting",
  1450. "scope": "window"
  1451. }
  1452. }
  1453. },
  1454. "colors": [
  1455. {
  1456. "id": "gitlens.gutterBackgroundColor",
  1457. "description": "Specifies the background color of the gutter blame annotations",
  1458. "defaults": {
  1459. "dark": "#FFFFFF13",
  1460. "light": "#0000000C",
  1461. "highContrast": "#FFFFFF13"
  1462. }
  1463. },
  1464. {
  1465. "id": "gitlens.gutterForegroundColor",
  1466. "description": "Specifies the foreground color of the gutter blame annotations",
  1467. "defaults": {
  1468. "dark": "#BEBEBE",
  1469. "light": "#747474",
  1470. "highContrast": "#BEBEBE"
  1471. }
  1472. },
  1473. {
  1474. "id": "gitlens.gutterUncommittedForegroundColor",
  1475. "description": "Specifies the foreground color of an uncommitted line in the gutter blame annotations",
  1476. "defaults": {
  1477. "dark": "#00BCF299",
  1478. "light": "#00BCF299",
  1479. "highContrast": "#00BCF2FF"
  1480. }
  1481. },
  1482. {
  1483. "id": "gitlens.trailingLineBackgroundColor",
  1484. "description": "Specifies the background color of the blame annotation for the current line",
  1485. "defaults": {
  1486. "dark": "#00000000",
  1487. "light": "#00000000",
  1488. "highContrast": "#00000000"
  1489. }
  1490. },
  1491. {
  1492. "id": "gitlens.trailingLineForegroundColor",
  1493. "description": "Specifies the foreground color of the blame annotation for the current line",
  1494. "defaults": {
  1495. "dark": "#99999959",
  1496. "light": "#99999959",
  1497. "highContrast": "#99999999"
  1498. }
  1499. },
  1500. {
  1501. "id": "gitlens.lineHighlightBackgroundColor",
  1502. "description": "Specifies the background color of the associated line highlights in blame annotations",
  1503. "defaults": {
  1504. "dark": "#00BCF233",
  1505. "light": "#00BCF233",
  1506. "highContrast": "#00BCF233"
  1507. }
  1508. },
  1509. {
  1510. "id": "gitlens.lineHighlightOverviewRulerColor",
  1511. "description": "Specifies the overview ruler color of the associated line highlights in blame annotations",
  1512. "defaults": {
  1513. "dark": "#00BCF299",
  1514. "light": "#00BCF299",
  1515. "highContrast": "#00BCF299"
  1516. }
  1517. }
  1518. ],
  1519. "commands": [
  1520. {
  1521. "command": "gitlens.showSettingsPage",
  1522. "title": "Open Settings",
  1523. "category": "GitLens"
  1524. },
  1525. {
  1526. "command": "gitlens.showWelcomePage",
  1527. "title": "Welcome",
  1528. "category": "GitLens"
  1529. },
  1530. {
  1531. "command": "gitlens.showFileHistoryView",
  1532. "title": "Show File History View",
  1533. "category": "GitLens"
  1534. },
  1535. {
  1536. "command": "gitlens.showLineHistoryView",
  1537. "title": "Show Line History View",
  1538. "category": "GitLens"
  1539. },
  1540. {
  1541. "command": "gitlens.showRepositoriesView",
  1542. "title": "Show Repositories View",
  1543. "category": "GitLens"
  1544. },
  1545. {
  1546. "command": "gitlens.showResultsView",
  1547. "title": "Show Results View",
  1548. "category": "GitLens"
  1549. },
  1550. {
  1551. "command": "gitlens.diffDirectory",
  1552. "title": "Directory Compare Working Tree with...",
  1553. "category": "GitLens"
  1554. },
  1555. {
  1556. "command": "gitlens.diffHeadWithBranch",
  1557. "title": "Compare HEAD with Branch or Tag...",
  1558. "category": "GitLens"
  1559. },
  1560. {
  1561. "command": "gitlens.diffWorkingWithBranch",
  1562. "title": "Compare Working Tree with Branch or Tag...",
  1563. "category": "GitLens"
  1564. },
  1565. {
  1566. "command": "gitlens.diffWithBranch",
  1567. "title": "Open Changes with Branch or Tag...",
  1568. "category": "GitLens"
  1569. },
  1570. {
  1571. "command": "gitlens.diffWithNext",
  1572. "title": "Open Changes with Next Revision",
  1573. "category": "GitLens",
  1574. "icon": {
  1575. "dark": "images/dark/icon-next-commit.svg",
  1576. "light": "images/light/icon-next-commit.svg"
  1577. }
  1578. },
  1579. {
  1580. "command": "gitlens.diffWithPrevious",
  1581. "title": "Open Changes with Previous Revision",
  1582. "category": "GitLens",
  1583. "icon": {
  1584. "dark": "images/dark/icon-prev-commit.svg",
  1585. "light": "images/light/icon-prev-commit.svg"
  1586. }
  1587. },
  1588. {
  1589. "command": "gitlens.diffWithPreviousInDiff",
  1590. "title": "Open Changes with Previous Revision",
  1591. "category": "GitLens",
  1592. "icon": {
  1593. "dark": "images/dark/icon-prev-commit.svg",
  1594. "light": "images/light/icon-prev-commit.svg"
  1595. }
  1596. },
  1597. {
  1598. "command": "gitlens.diffLineWithPrevious",
  1599. "title": "Open Line Changes with Previous Revision",
  1600. "category": "GitLens"
  1601. },
  1602. {
  1603. "command": "gitlens.diffWithRevision",
  1604. "title": "Open Changes with Revision...",
  1605. "category": "GitLens",
  1606. "icon": {
  1607. "dark": "images/dark/icon-prev-commit-menu.svg",
  1608. "light": "images/light/icon-prev-commit-menu.svg"
  1609. }
  1610. },
  1611. {
  1612. "command": "gitlens.diffWithWorking",
  1613. "title": "Open Changes with Working File",
  1614. "category": "GitLens",
  1615. "icon": {
  1616. "dark": "images/dark/icon-compare.svg",
  1617. "light": "images/light/icon-compare.svg"
  1618. }
  1619. },
  1620. {
  1621. "command": "gitlens.diffLineWithWorking",
  1622. "title": "Open Line Changes with Working File",
  1623. "category": "GitLens"
  1624. },
  1625. {
  1626. "command": "gitlens.toggleFileBlame",
  1627. "title": "Toggle File Blame Annotations",
  1628. "category": "GitLens",
  1629. "icon": {
  1630. "dark": "images/dark/icon-git.svg",
  1631. "light": "images/light/icon-git.svg"
  1632. }
  1633. },
  1634. {
  1635. "command": "gitlens.clearFileAnnotations",
  1636. "title": "Clear File Annotations",
  1637. "category": "GitLens",
  1638. "icon": {
  1639. "dark": "images/dark/icon-git-orange.svg",
  1640. "light": "images/light/icon-git-orange.svg"
  1641. }
  1642. },
  1643. {
  1644. "command": "gitlens.computingFileAnnotations",
  1645. "title": "Computing File Annotations...",
  1646. "category": "GitLens",
  1647. "icon": {
  1648. "dark": "images/dark/icon-git-progress.svg",
  1649. "light": "images/light/icon-git-progress.svg"
  1650. }
  1651. },
  1652. {
  1653. "command": "gitlens.toggleFileHeatmap",
  1654. "title": "Toggle File Heatmap Annotations",
  1655. "category": "GitLens"
  1656. },
  1657. {
  1658. "command": "gitlens.toggleFileRecentChanges",
  1659. "title": "Toggle Recent File Changes Annotations",
  1660. "category": "GitLens",
  1661. "icon": {
  1662. "dark": "images/dark/icon-git.svg",
  1663. "light": "images/light/icon-git.svg"
  1664. }
  1665. },
  1666. {
  1667. "command": "gitlens.toggleLineBlame",
  1668. "title": "Toggle Line Blame Annotations",
  1669. "category": "GitLens"
  1670. },
  1671. {
  1672. "command": "gitlens.toggleCodeLens",
  1673. "title": "Toggle Git Code Lens",
  1674. "category": "GitLens"
  1675. },
  1676. {
  1677. "command": "gitlens.switchMode",
  1678. "title": "Switch Mode",
  1679. "category": "GitLens"
  1680. },
  1681. {
  1682. "command": "gitlens.toggleReviewMode",
  1683. "title": "Toggle Review Mode",
  1684. "category": "GitLens"
  1685. },
  1686. {
  1687. "command": "gitlens.toggleZenMode",
  1688. "title": "Toggle Zen Mode",
  1689. "category": "GitLens"
  1690. },
  1691. {
  1692. "command": "gitlens.showCommitSearch",
  1693. "title": "Search Commits",
  1694. "category": "GitLens",
  1695. "icon": {
  1696. "dark": "images/dark/icon-search.svg",
  1697. "light": "images/light/icon-search.svg"
  1698. }
  1699. },
  1700. {
  1701. "command": "gitlens.showLastQuickPick",
  1702. "title": "Show Last Opened Quick Pick",
  1703. "category": "GitLens"
  1704. },
  1705. {
  1706. "command": "gitlens.showCommitInResults",
  1707. "title": "Show Commit in Results",
  1708. "category": "GitLens"
  1709. },
  1710. {
  1711. "command": "gitlens.showFileHistoryInResults",
  1712. "title": "Show File History in Results",
  1713. "category": "GitLens"
  1714. },
  1715. {
  1716. "command": "gitlens.showQuickCommitDetails",
  1717. "title": "Show Commit Details",
  1718. "category": "GitLens"
  1719. },
  1720. {
  1721. "command": "gitlens.showQuickCommitFileDetails",
  1722. "title": "Show Commit Details",
  1723. "category": "GitLens"
  1724. },
  1725. {
  1726. "command": "gitlens.showQuickRevisionDetails",
  1727. "title": "Show Revision Details",
  1728. "category": "GitLens",
  1729. "icon": {
  1730. "dark": "images/dark/icon-commit.svg",
  1731. "light": "images/light/icon-commit.svg"
  1732. }
  1733. },
  1734. {
  1735. "command": "gitlens.showQuickFileHistory",
  1736. "title": "Show File History",
  1737. "category": "GitLens"
  1738. },
  1739. {
  1740. "command": "gitlens.showQuickBranchHistory",
  1741. "title": "Show Branch History",
  1742. "category": "GitLens"
  1743. },
  1744. {
  1745. "command": "gitlens.showQuickRepoHistory",
  1746. "title": "Show Current Branch History",
  1747. "category": "GitLens"
  1748. },
  1749. {
  1750. "command": "gitlens.showQuickRepoStatus",
  1751. "title": "Show Repository Status",
  1752. "category": "GitLens"
  1753. },
  1754. {
  1755. "command": "gitlens.showQuickStashList",
  1756. "title": "Show Stashed Changes",
  1757. "category": "GitLens"
  1758. },
  1759. {
  1760. "command": "gitlens.copyMessageToClipboard",
  1761. "title": "Copy Commit Message to Clipboard",
  1762. "category": "GitLens"
  1763. },
  1764. {
  1765. "command": "gitlens.copyRemoteFileUrlToClipboard",
  1766. "title": "Copy Remote File Url to Clipboard",
  1767. "category": "GitLens"
  1768. },
  1769. {
  1770. "command": "gitlens.copyShaToClipboard",
  1771. "title": "Copy Commit ID to Clipboard",
  1772. "category": "GitLens"
  1773. },
  1774. {
  1775. "command": "gitlens.closeUnchangedFiles",
  1776. "title": "Close Unchanged Files",
  1777. "category": "GitLens"
  1778. },
  1779. {
  1780. "command": "gitlens.openChangedFiles",
  1781. "title": "Open Changed Files",
  1782. "category": "GitLens"
  1783. },
  1784. {
  1785. "command": "gitlens.openBranchesInRemote",
  1786. "title": "Open Branches on Remote",
  1787. "category": "GitLens"
  1788. },
  1789. {
  1790. "command": "gitlens.openBranchInRemote",
  1791. "title": "Open Branch on Remote",
  1792. "category": "GitLens"
  1793. },
  1794. {
  1795. "command": "gitlens.openCommitInRemote",
  1796. "title": "Open Commit on Remote",
  1797. "category": "GitLens"
  1798. },
  1799. {
  1800. "command": "gitlens.openFileInRemote",
  1801. "title": "Open File on Remote",
  1802. "category": "GitLens"
  1803. },
  1804. {
  1805. "command": "gitlens.openFileRevision",
  1806. "title": "Open Revision...",
  1807. "category": "GitLens"
  1808. },
  1809. {
  1810. "command": "gitlens.openRepoInRemote",
  1811. "title": "Open Repository on Remote",
  1812. "category": "GitLens"
  1813. },
  1814. {
  1815. "command": "gitlens.openWorkingFile",
  1816. "title": "Open Working File",
  1817. "category": "GitLens",
  1818. "icon": {
  1819. "dark": "images/dark/icon-open-working-file.svg",
  1820. "light": "images/light/icon-open-working-file.svg"
  1821. }
  1822. },
  1823. {
  1824. "command": "gitlens.stashApply",
  1825. "title": "Apply Stashed Changes",
  1826. "category": "GitLens",
  1827. "icon": {
  1828. "dark": "images/dark/icon-stash-pop.svg",
  1829. "light": "images/light/icon-stash-pop.svg"
  1830. }
  1831. },
  1832. {
  1833. "command": "gitlens.stashDelete",
  1834. "title": "Delete Stashed Changes",
  1835. "category": "GitLens"
  1836. },
  1837. {
  1838. "command": "gitlens.stashSave",
  1839. "title": "Stash Changes",
  1840. "category": "GitLens",
  1841. "icon": {
  1842. "dark": "images/dark/icon-stash-save.svg",
  1843. "light": "images/light/icon-stash-save.svg"
  1844. }
  1845. },
  1846. {
  1847. "command": "gitlens.externalDiff",
  1848. "title": "Open Changes (with difftool)",
  1849. "category": "GitLens"
  1850. },
  1851. {
  1852. "command": "gitlens.externalDiffAll",
  1853. "title": "Open All Changes (with difftool)",
  1854. "category": "GitLens"
  1855. },
  1856. {
  1857. "command": "gitlens.resetSuppressedWarnings",
  1858. "title": "Reset Suppressed Warnings",
  1859. "category": "GitLens"
  1860. },
  1861. {
  1862. "command": "gitlens.views.exploreRepoRevision",
  1863. "title": "Explore the Repository from Here",
  1864. "category": "GitLens"
  1865. },
  1866. {
  1867. "command": "gitlens.fetchRepositories",
  1868. "title": "Fetch Repositories",
  1869. "category": "GitLens",
  1870. "icon": {
  1871. "dark": "images/dark/icon-sync.svg",
  1872. "light": "images/light/icon-sync.svg"
  1873. }
  1874. },
  1875. {
  1876. "command": "gitlens.pullRepositories",
  1877. "title": "Pull Repositories",
  1878. "category": "GitLens",
  1879. "icon": {
  1880. "dark": "images/dark/icon-download.svg",
  1881. "light": "images/light/icon-download.svg"
  1882. }
  1883. },
  1884. {
  1885. "command": "gitlens.views.fetch",
  1886. "title": "Fetch Repository",
  1887. "category": "GitLens",
  1888. "icon": {
  1889. "dark": "images/dark/icon-sync.svg",
  1890. "light": "images/light/icon-sync.svg"
  1891. }
  1892. },
  1893. {
  1894. "command": "gitlens.views.pull",
  1895. "title": "Pull Repository",
  1896. "category": "GitLens",
  1897. "icon": {
  1898. "dark": "images/dark/icon-download.svg",
  1899. "light": "images/light/icon-download.svg"
  1900. }
  1901. },
  1902. {
  1903. "command": "gitlens.views.push",
  1904. "title": "Push Repository",
  1905. "category": "GitLens",
  1906. "icon": {
  1907. "dark": "images/dark/icon-upload.svg",
  1908. "light": "images/light/icon-upload.svg"
  1909. }
  1910. },
  1911. {
  1912. "command": "gitlens.views.pushWithForce",
  1913. "title": "Push (force) Repository",
  1914. "category": "GitLens",
  1915. "icon": {
  1916. "dark": "images/dark/icon-upload.svg",
  1917. "light": "images/light/icon-upload.svg"
  1918. }
  1919. },
  1920. {
  1921. "command": "gitlens.views.stageFile",
  1922. "title": "Stage Changes",
  1923. "category": "GitLens",
  1924. "icon": {
  1925. "dark": "images/dark/icon-add.svg",
  1926. "light": "images/light/icon-add.svg"
  1927. }
  1928. },
  1929. {
  1930. "command": "gitlens.views.unstageFile",
  1931. "title": "Unstage Changes",
  1932. "category": "GitLens",
  1933. "icon": {
  1934. "dark": "images/dark/icon-minus.svg",
  1935. "light": "images/light/icon-minus.svg"
  1936. }
  1937. },
  1938. {
  1939. "command": "gitlens.views.openDirectoryDiff",
  1940. "title": "Open Directory Compare",
  1941. "category": "GitLens"
  1942. },
  1943. {
  1944. "command": "gitlens.views.openDirectoryDiffWithWorking",
  1945. "title": "Open Directory Compare with Working Tree",
  1946. "category": "GitLens"
  1947. },
  1948. {
  1949. "command": "gitlens.views.openChanges",
  1950. "title": "Open Changes",
  1951. "category": "GitLens"
  1952. },
  1953. {
  1954. "command": "gitlens.views.openChangesWithWorking",
  1955. "title": "Open Changes with Working File",
  1956. "category": "GitLens"
  1957. },
  1958. {
  1959. "command": "gitlens.views.openFile",
  1960. "title": "Open File",
  1961. "category": "GitLens",
  1962. "icon": {
  1963. "dark": "images/dark/icon-open-file.svg",
  1964. "light": "images/light/icon-open-file.svg"
  1965. }
  1966. },
  1967. {
  1968. "command": "gitlens.views.openFileRevision",
  1969. "title": "Open Revision",
  1970. "category": "GitLens"
  1971. },
  1972. {
  1973. "command": "gitlens.views.openFileRevisionInRemote",
  1974. "title": "Open Revision on Remote",
  1975. "category": "GitLens"
  1976. },
  1977. {
  1978. "command": "gitlens.views.openChangedFiles",
  1979. "title": "Open Files",
  1980. "category": "GitLens"
  1981. },
  1982. {
  1983. "command": "gitlens.views.openChangedFileChanges",
  1984. "title": "Open All Changes",
  1985. "category": "GitLens"
  1986. },
  1987. {
  1988. "command": "gitlens.views.openChangedFileChangesWithWorking",
  1989. "title": "Open All Changes with Working Tree",
  1990. "category": "GitLens"
  1991. },
  1992. {
  1993. "command": "gitlens.views.openChangedFileRevisions",
  1994. "title": "Open Revisions",
  1995. "category": "GitLens"
  1996. },
  1997. {
  1998. "command": "gitlens.views.applyChanges",
  1999. "title": "Apply Changes",
  2000. "category": "GitLens"
  2001. },
  2002. {
  2003. "command": "gitlens.views.closeRepository",
  2004. "title": "Close Repository",
  2005. "category": "GitLens"
  2006. },
  2007. {
  2008. "command": "gitlens.views.compareAncestryWithWorking",
  2009. "title": "Compare Ancestry with Working Tree",
  2010. "category": "GitLens"
  2011. },
  2012. {
  2013. "command": "gitlens.views.compareWithHead",
  2014. "title": "Compare with HEAD",
  2015. "category": "GitLens"
  2016. },
  2017. {
  2018. "command": "gitlens.views.compareWithRemote",
  2019. "title": "Compare with Remote",
  2020. "category": "GitLens"
  2021. },
  2022. {
  2023. "command": "gitlens.views.compareWithSelected",
  2024. "title": "Compare with Selected",
  2025. "category": "GitLens"
  2026. },
  2027. {
  2028. "command": "gitlens.views.compareWithWorking",
  2029. "title": "Compare with Working Tree",
  2030. "category": "GitLens"
  2031. },
  2032. {
  2033. "command": "gitlens.views.selectForCompare",
  2034. "title": "Select for Compare",
  2035. "category": "GitLens"
  2036. },
  2037. {
  2038. "command": "gitlens.views.terminalCheckoutBranch",
  2039. "title": "Checkout Branch (via Terminal)",
  2040. "category": "GitLens"
  2041. },
  2042. {
  2043. "command": "gitlens.views.terminalCreateBranch",
  2044. "title": "Create Branch (via Terminal)...",
  2045. "category": "GitLens"
  2046. },
  2047. {
  2048. "command": "gitlens.views.terminalDeleteBranch",
  2049. "title": "Delete Branch (via Terminal)",
  2050. "category": "GitLens"
  2051. },
  2052. {
  2053. "command": "gitlens.views.terminalMergeBranch",
  2054. "title": "Merge Branch (via Terminal)",
  2055. "category": "GitLens"
  2056. },
  2057. {
  2058. "command": "gitlens.views.terminalRebaseBranch",
  2059. "title": "Rebase (Interactive) Branch (via Terminal)",
  2060. "category": "GitLens"
  2061. },
  2062. {
  2063. "command": "gitlens.views.terminalRebaseBranchToRemote",
  2064. "title": "Rebase (Interactive) Branch to Remote (via Terminal)",
  2065. "category": "GitLens"
  2066. },
  2067. {
  2068. "command": "gitlens.views.terminalSquashBranchIntoCommit",
  2069. "title": "Squash Branch into Commit (via Terminal)",
  2070. "category": "GitLens"
  2071. },
  2072. {
  2073. "command": "gitlens.views.terminalCheckoutCommit",
  2074. "title": "Checkout Commit (via Terminal)",
  2075. "category": "GitLens"
  2076. },
  2077. {
  2078. "command": "gitlens.views.terminalCherryPickCommit",
  2079. "title": "Cherry Pick Commit (via Terminal)",
  2080. "category": "GitLens"
  2081. },
  2082. {
  2083. "command": "gitlens.views.terminalPushCommit",
  2084. "title": "Push to Commit (via Terminal)",
  2085. "category": "GitLens"
  2086. },
  2087. {
  2088. "command": "gitlens.views.terminalRebaseCommit",
  2089. "title": "Rebase to Commit (via Terminal)",
  2090. "category": "GitLens"
  2091. },
  2092. {
  2093. "command": "gitlens.views.terminalResetCommit",
  2094. "title": "Reset to Commit (via Terminal)",
  2095. "category": "GitLens"
  2096. },
  2097. {
  2098. "command": "gitlens.views.terminalRevertCommit",
  2099. "title": "Revert Commit (via Terminal)",
  2100. "category": "GitLens"
  2101. },
  2102. {
  2103. "command": "gitlens.views.terminalRemoveRemote",
  2104. "title": "Remove Remote (via Terminal)",
  2105. "category": "GitLens"
  2106. },
  2107. {
  2108. "command": "gitlens.views.terminalCreateTag",
  2109. "title": "Create Tag (via Terminal)...",
  2110. "category": "GitLens"
  2111. },
  2112. {
  2113. "command": "gitlens.views.terminalDeleteTag",
  2114. "title": "Delete Tag (via Terminal)",
  2115. "category": "GitLens"
  2116. },
  2117. {
  2118. "command": "gitlens.views.repositories.refresh",
  2119. "title": "Refresh",
  2120. "category": "GitLens",
  2121. "icon": {
  2122. "dark": "images/dark/icon-refresh.svg",
  2123. "light": "images/light/icon-refresh.svg"
  2124. }
  2125. },
  2126. {
  2127. "command": "gitlens.views.repositories.refreshNode",
  2128. "title": "Refresh",
  2129. "category": "GitLens"
  2130. },
  2131. {
  2132. "command": "gitlens.views.repositories.setFilesLayoutToAuto",
  2133. "title": "Automatic Layout",
  2134. "category": "GitLens"
  2135. },
  2136. {
  2137. "command": "gitlens.views.repositories.setFilesLayoutToList",
  2138. "title": "List Layout",
  2139. "category": "GitLens"
  2140. },
  2141. {
  2142. "command": "gitlens.views.repositories.setFilesLayoutToTree",
  2143. "title": "Tree Layout",
  2144. "category": "GitLens"
  2145. },
  2146. {
  2147. "command": "gitlens.views.repositories.setAutoRefreshToOn",
  2148. "title": "Enable Automatic Refresh",
  2149. "category": "GitLens"
  2150. },
  2151. {
  2152. "command": "gitlens.views.repositories.setAutoRefreshToOff",
  2153. "title": "Disable Automatic Refresh",
  2154. "category": "GitLens"
  2155. },
  2156. {
  2157. "command": "gitlens.views.fileHistory.refresh",
  2158. "title": "Refresh",
  2159. "category": "GitLens",
  2160. "icon": {
  2161. "dark": "images/dark/icon-refresh.svg",
  2162. "light": "images/light/icon-refresh.svg"
  2163. }
  2164. },
  2165. {
  2166. "command": "gitlens.views.fileHistory.refreshNode",
  2167. "title": "Refresh",
  2168. "category": "GitLens"
  2169. },
  2170. {
  2171. "command": "gitlens.views.fileHistory.setEditorFollowingOn",
  2172. "title": "Resume File Tracking",
  2173. "category": "GitLens",
  2174. "icon": {
  2175. "dark": "images/dark/icon-location.svg",
  2176. "light": "images/light/icon-location.svg"
  2177. }
  2178. },
  2179. {
  2180. "command": "gitlens.views.fileHistory.setEditorFollowingOff",
  2181. "title": "Pause File Tracking",
  2182. "category": "GitLens",
  2183. "icon": {
  2184. "dark": "images/dark/icon-location-filled.svg",
  2185. "light": "images/light/icon-location-filled.svg"
  2186. }
  2187. },
  2188. {
  2189. "command": "gitlens.views.fileHistory.setRenameFollowingOn",
  2190. "title": "Follow Renames",
  2191. "category": "GitLens"
  2192. },
  2193. {
  2194. "command": "gitlens.views.fileHistory.setRenameFollowingOff",
  2195. "title": "Don't Follow Renames",
  2196. "category": "GitLens"
  2197. },
  2198. {
  2199. "command": "gitlens.views.lineHistory.refresh",
  2200. "title": "Refresh",
  2201. "category": "GitLens",
  2202. "icon": {
  2203. "dark": "images/dark/icon-refresh.svg",
  2204. "light": "images/light/icon-refresh.svg"
  2205. }
  2206. },
  2207. {
  2208. "command": "gitlens.views.lineHistory.refreshNode",
  2209. "title": "Refresh",
  2210. "category": "GitLens"
  2211. },
  2212. {
  2213. "command": "gitlens.views.lineHistory.setEditorFollowingOn",
  2214. "title": "Resume Line Tracking",
  2215. "category": "GitLens",
  2216. "icon": {
  2217. "dark": "images/dark/icon-location.svg",
  2218. "light": "images/light/icon-location.svg"
  2219. }
  2220. },
  2221. {
  2222. "command": "gitlens.views.lineHistory.setEditorFollowingOff",
  2223. "title": "Pause Line Tracking",
  2224. "category": "GitLens",
  2225. "icon": {
  2226. "dark": "images/dark/icon-location-filled.svg",
  2227. "light": "images/light/icon-location-filled.svg"
  2228. }
  2229. },
  2230. {
  2231. "command": "gitlens.views.lineHistory.setRenameFollowingOn",
  2232. "title": "Follow Renames",
  2233. "category": "GitLens"
  2234. },
  2235. {
  2236. "command": "gitlens.views.lineHistory.setRenameFollowingOff",
  2237. "title": "Don't Follow Renames",
  2238. "category": "GitLens"
  2239. },
  2240. {
  2241. "command": "gitlens.views.results.close",
  2242. "title": "Close",
  2243. "category": "GitLens",
  2244. "icon": {
  2245. "dark": "images/dark/icon-close.svg",
  2246. "light": "images/light/icon-close.svg"
  2247. }
  2248. },
  2249. {
  2250. "command": "gitlens.views.results.dismissNode",
  2251. "title": "Dismiss",
  2252. "category": "GitLens",
  2253. "icon": {
  2254. "dark": "images/dark/icon-close-small.svg",
  2255. "light": "images/light/icon-close-small.svg"
  2256. }
  2257. },
  2258. {
  2259. "command": "gitlens.views.results.refresh",
  2260. "title": "Refresh",
  2261. "category": "GitLens",
  2262. "icon": {
  2263. "dark": "images/dark/icon-refresh.svg",
  2264. "light": "images/light/icon-refresh.svg"
  2265. }
  2266. },
  2267. {
  2268. "command": "gitlens.views.results.refreshNode",
  2269. "title": "Refresh",
  2270. "category": "GitLens"
  2271. },
  2272. {
  2273. "command": "gitlens.views.results.setFilesLayoutToAuto",
  2274. "title": "Automatic Layout",
  2275. "category": "GitLens"
  2276. },
  2277. {
  2278. "command": "gitlens.views.results.setFilesLayoutToList",
  2279. "title": "List Layout",
  2280. "category": "GitLens"
  2281. },
  2282. {
  2283. "command": "gitlens.views.results.setFilesLayoutToTree",
  2284. "title": "Tree Layout",
  2285. "category": "GitLens"
  2286. },
  2287. {
  2288. "command": "gitlens.views.results.setKeepResultsToOn",
  2289. "title": "Keep Results",
  2290. "category": "GitLens",
  2291. "icon": {
  2292. "dark": "images/dark/icon-lock.svg",
  2293. "light": "images/light/icon-lock.svg"
  2294. }
  2295. },
  2296. {
  2297. "command": "gitlens.views.results.setKeepResultsToOff",
  2298. "title": "Keep Results",
  2299. "category": "GitLens",
  2300. "icon": {
  2301. "dark": "images/dark/icon-locked.svg",
  2302. "light": "images/light/icon-locked.svg"
  2303. }
  2304. },
  2305. {
  2306. "command": "gitlens.views.results.swapComparision",
  2307. "title": "Swap Comparision",
  2308. "category": "GitLens",
  2309. "icon": {
  2310. "dark": "images/dark/icon-swap.svg",
  2311. "light": "images/light/icon-swap.svg"
  2312. }
  2313. }
  2314. ],
  2315. "menus": {
  2316. "commandPalette": [
  2317. {
  2318. "command": "gitlens.showRepositoriesView",
  2319. "when": "gitlens:enabled && config.gitlens.views.repositories.enabled"
  2320. },
  2321. {
  2322. "command": "gitlens.showFileHistoryView",
  2323. "when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled"
  2324. },
  2325. {
  2326. "command": "gitlens.showLineHistoryView",
  2327. "when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled"
  2328. },
  2329. {
  2330. "command": "gitlens.showResultsView",
  2331. "when": "gitlens:enabled && gitlens:views:results"
  2332. },
  2333. {
  2334. "command": "gitlens.diffDirectory",
  2335. "when": "gitlens:enabled"
  2336. },
  2337. {
  2338. "command": "gitlens.diffHeadWithBranch",
  2339. "when": "gitlens:enabled"
  2340. },
  2341. {
  2342. "command": "gitlens.diffWorkingWithBranch",
  2343. "when": "gitlens:enabled"
  2344. },
  2345. {
  2346. "command": "gitlens.diffWithBranch",
  2347. "when": "gitlens:activeFileStatus =~ /tracked/"
  2348. },
  2349. {
  2350. "command": "gitlens.diffWithNext",
  2351. "when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /revision/"
  2352. },
  2353. {
  2354. "command": "gitlens.diffWithPrevious",
  2355. "when": "!isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  2356. },
  2357. {
  2358. "command": "gitlens.diffWithPreviousInDiff",
  2359. "when": "isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  2360. },
  2361. {
  2362. "command": "gitlens.diffLineWithPrevious",
  2363. "when": "gitlens:activeFileStatus =~ /blameable/"
  2364. },
  2365. {
  2366. "command": "gitlens.diffWithRevision",
  2367. "when": "gitlens:activeFileStatus =~ /tracked/"
  2368. },
  2369. {
  2370. "command": "gitlens.diffWithWorking",
  2371. "when": "gitlens:activeFileStatus =~ /tracked/"
  2372. },
  2373. {
  2374. "command": "gitlens.diffLineWithWorking",
  2375. "when": "gitlens:activeFileStatus =~ /blameable/"
  2376. },
  2377. {
  2378. "command": "gitlens.externalDiff",
  2379. "when": "gitlens:activeFileStatus =~ /tracked/"
  2380. },
  2381. {
  2382. "command": "gitlens.externalDiffAll",
  2383. "when": "gitlens:enabled"
  2384. },
  2385. {
  2386. "command": "gitlens.toggleFileBlame",
  2387. "when": "gitlens:activeFileStatus =~ /blameable/"
  2388. },
  2389. {
  2390. "command": "gitlens.clearFileAnnotations",
  2391. "when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computed"
  2392. },
  2393. {
  2394. "command": "gitlens.computingFileAnnotations",
  2395. "when": "false"
  2396. },
  2397. {
  2398. "command": "gitlens.toggleFileHeatmap",
  2399. "when": "gitlens:activeFileStatus =~ /blameable/"
  2400. },
  2401. {
  2402. "command": "gitlens.toggleFileRecentChanges",
  2403. "when": "gitlens:activeFileStatus =~ /blameable/"
  2404. },
  2405. {
  2406. "command": "gitlens.toggleLineBlame",
  2407. "when": "gitlens:enabled"
  2408. },
  2409. {
  2410. "command": "gitlens.toggleCodeLens",
  2411. "when": "gitlens:enabled && gitlens:canToggleCodeLens"
  2412. },
  2413. {
  2414. "command": "gitlens.switchMode",
  2415. "when": "gitlens:enabled"
  2416. },
  2417. {
  2418. "command": "gitlens.toggleReviewMode",
  2419. "when": "gitlens:enabled"
  2420. },
  2421. {
  2422. "command": "gitlens.toggleZenMode",
  2423. "when": "gitlens:enabled"
  2424. },
  2425. {
  2426. "command": "gitlens.showCommitSearch",
  2427. "when": "gitlens:enabled"
  2428. },
  2429. {
  2430. "command": "gitlens.showLastQuickPick",
  2431. "when": "gitlens:enabled"
  2432. },
  2433. {
  2434. "command": "gitlens.showCommitInResults",
  2435. "when": "gitlens:activeFileStatus =~ /blameable/"
  2436. },
  2437. {
  2438. "command": "gitlens.showFileHistoryInResults",
  2439. "when": "gitlens:activeFileStatus =~ /tracked/"
  2440. },
  2441. {
  2442. "command": "gitlens.showQuickCommitDetails",
  2443. "when": "gitlens:activeFileStatus =~ /blameable/"
  2444. },
  2445. {
  2446. "command": "gitlens.showQuickCommitFileDetails",
  2447. "when": "gitlens:activeFileStatus =~ /blameable/"
  2448. },
  2449. {
  2450. "command": "gitlens.showQuickRevisionDetails",
  2451. "when": "gitlens:activeFileStatus =~ /revision/"
  2452. },
  2453. {
  2454. "command": "gitlens.showQuickFileHistory",
  2455. "when": "gitlens:activeFileStatus =~ /tracked/"
  2456. },
  2457. {
  2458. "command": "gitlens.showQuickBranchHistory",
  2459. "when": "gitlens:enabled"
  2460. },
  2461. {
  2462. "command": "gitlens.showQuickRepoHistory",
  2463. "when": "gitlens:enabled"
  2464. },
  2465. {
  2466. "command": "gitlens.showQuickRepoStatus",
  2467. "when": "gitlens:enabled"
  2468. },
  2469. {
  2470. "command": "gitlens.showQuickStashList",
  2471. "when": "gitlens:enabled"
  2472. },
  2473. {
  2474. "command": "gitlens.copyMessageToClipboard",
  2475. "when": "gitlens:activeFileStatus =~ /blameable/"
  2476. },
  2477. {
  2478. "command": "gitlens.copyRemoteFileUrlToClipboard",
  2479. "when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /remotes/"
  2480. },
  2481. {
  2482. "command": "gitlens.copyShaToClipboard",
  2483. "when": "gitlens:activeFileStatus =~ /blameable/"
  2484. },
  2485. {
  2486. "command": "gitlens.closeUnchangedFiles",
  2487. "when": "gitlens:enabled"
  2488. },
  2489. {
  2490. "command": "gitlens.openChangedFiles",
  2491. "when": "gitlens:enabled"
  2492. },
  2493. {
  2494. "command": "gitlens.openBranchesInRemote",
  2495. "when": "gitlens:hasRemotes"
  2496. },
  2497. {
  2498. "command": "gitlens.openBranchInRemote",
  2499. "when": "gitlens:hasRemotes"
  2500. },
  2501. {
  2502. "command": "gitlens.openCommitInRemote",
  2503. "when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:activeFileStatus =~ /remotes/"
  2504. },
  2505. {
  2506. "command": "gitlens.openFileInRemote",
  2507. "when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /remotes/"
  2508. },
  2509. {
  2510. "command": "gitlens.openFileRevision",
  2511. "when": "gitlens:activeFileStatus =~ /tracked/"
  2512. },
  2513. {
  2514. "command": "gitlens.openRepoInRemote",
  2515. "when": "gitlens:hasRemotes"
  2516. },
  2517. {
  2518. "command": "gitlens.openWorkingFile",
  2519. "when": "gitlens:activeFileStatus =~ /revision/"
  2520. },
  2521. {
  2522. "command": "gitlens.stashApply",
  2523. "when": "gitlens:enabled"
  2524. },
  2525. {
  2526. "command": "gitlens.stashDelete",
  2527. "when": "false"
  2528. },
  2529. {
  2530. "command": "gitlens.stashSave",
  2531. "when": "gitlens:enabled"
  2532. },
  2533. {
  2534. "command": "gitlens.resetSuppressedWarnings",
  2535. "when": "gitlens:enabled"
  2536. },
  2537. {
  2538. "command": "gitlens.views.exploreRepoRevision",
  2539. "when": "false"
  2540. },
  2541. {
  2542. "command": "gitlens.fetchRepositories",
  2543. "when": "gitlens:hasRemotes"
  2544. },
  2545. {
  2546. "command": "gitlens.pullRepositories",
  2547. "when": "gitlens:hasRemotes"
  2548. },
  2549. {
  2550. "command": "gitlens.views.fetch",
  2551. "when": "false"
  2552. },
  2553. {
  2554. "command": "gitlens.views.pull",
  2555. "when": "false"
  2556. },
  2557. {
  2558. "command": "gitlens.views.push",
  2559. "when": "false"
  2560. },
  2561. {
  2562. "command": "gitlens.views.pushWithForce",
  2563. "when": "false"
  2564. },
  2565. {
  2566. "command": "gitlens.views.stageFile",
  2567. "when": "false"
  2568. },
  2569. {
  2570. "command": "gitlens.views.unstageFile",
  2571. "when": "false"
  2572. },
  2573. {
  2574. "command": "gitlens.views.openChanges",
  2575. "when": "false"
  2576. },
  2577. {
  2578. "command": "gitlens.views.openDirectoryDiff",
  2579. "when": "false"
  2580. },
  2581. {
  2582. "command": "gitlens.views.openDirectoryDiffWithWorking",
  2583. "when": "false"
  2584. },
  2585. {
  2586. "command": "gitlens.views.openChangesWithWorking",
  2587. "when": "false"
  2588. },
  2589. {
  2590. "command": "gitlens.views.openFile",
  2591. "when": "false"
  2592. },
  2593. {
  2594. "command": "gitlens.views.openFileRevision",
  2595. "when": "false"
  2596. },
  2597. {
  2598. "command": "gitlens.views.openFileRevisionInRemote",
  2599. "when": "false"
  2600. },
  2601. {
  2602. "command": "gitlens.views.openChangedFiles",
  2603. "when": "false"
  2604. },
  2605. {
  2606. "command": "gitlens.views.openChangedFileChanges",
  2607. "when": "false"
  2608. },
  2609. {
  2610. "command": "gitlens.views.openChangedFileChangesWithWorking",
  2611. "when": "false"
  2612. },
  2613. {
  2614. "command": "gitlens.views.openChangedFileRevisions",
  2615. "when": "false"
  2616. },
  2617. {
  2618. "command": "gitlens.views.applyChanges",
  2619. "when": "false"
  2620. },
  2621. {
  2622. "command": "gitlens.views.closeRepository",
  2623. "when": "false"
  2624. },
  2625. {
  2626. "command": "gitlens.views.compareAncestryWithWorking",
  2627. "when": "false"
  2628. },
  2629. {
  2630. "command": "gitlens.views.compareWithHead",
  2631. "when": "false"
  2632. },
  2633. {
  2634. "command": "gitlens.views.compareWithRemote",
  2635. "when": "false"
  2636. },
  2637. {
  2638. "command": "gitlens.views.compareWithSelected",
  2639. "when": "false"
  2640. },
  2641. {
  2642. "command": "gitlens.views.compareWithWorking",
  2643. "when": "false"
  2644. },
  2645. {
  2646. "command": "gitlens.views.selectForCompare",
  2647. "when": "false"
  2648. },
  2649. {
  2650. "command": "gitlens.views.terminalCheckoutBranch",
  2651. "when": "false"
  2652. },
  2653. {
  2654. "command": "gitlens.views.terminalCreateBranch",
  2655. "when": "false"
  2656. },
  2657. {
  2658. "command": "gitlens.views.terminalDeleteBranch",
  2659. "when": "false"
  2660. },
  2661. {
  2662. "command": "gitlens.views.terminalMergeBranch",
  2663. "when": "false"
  2664. },
  2665. {
  2666. "command": "gitlens.views.terminalRebaseBranch",
  2667. "when": "false"
  2668. },
  2669. {
  2670. "command": "gitlens.views.terminalRebaseBranchToRemote",
  2671. "when": "false"
  2672. },
  2673. {
  2674. "command": "gitlens.views.terminalSquashBranchIntoCommit",
  2675. "when": "false"
  2676. },
  2677. {
  2678. "command": "gitlens.views.terminalCheckoutCommit",
  2679. "when": "false"
  2680. },
  2681. {
  2682. "command": "gitlens.views.terminalCherryPickCommit",
  2683. "when": "false"
  2684. },
  2685. {
  2686. "command": "gitlens.views.terminalPushCommit",
  2687. "when": "false"
  2688. },
  2689. {
  2690. "command": "gitlens.views.terminalRebaseCommit",
  2691. "when": "false"
  2692. },
  2693. {
  2694. "command": "gitlens.views.terminalResetCommit",
  2695. "when": "false"
  2696. },
  2697. {
  2698. "command": "gitlens.views.terminalRevertCommit",
  2699. "when": "false"
  2700. },
  2701. {
  2702. "command": "gitlens.views.terminalRemoveRemote",
  2703. "when": "false"
  2704. },
  2705. {
  2706. "command": "gitlens.views.terminalCreateTag",
  2707. "when": "false"
  2708. },
  2709. {
  2710. "command": "gitlens.views.terminalDeleteTag",
  2711. "when": "false"
  2712. },
  2713. {
  2714. "command": "gitlens.views.repositories.refresh",
  2715. "when": "false"
  2716. },
  2717. {
  2718. "command": "gitlens.views.repositories.refreshNode",
  2719. "when": "false"
  2720. },
  2721. {
  2722. "command": "gitlens.views.repositories.setFilesLayoutToAuto",
  2723. "when": "false"
  2724. },
  2725. {
  2726. "command": "gitlens.views.repositories.setFilesLayoutToList",
  2727. "when": "false"
  2728. },
  2729. {
  2730. "command": "gitlens.views.repositories.setFilesLayoutToTree",
  2731. "when": "false"
  2732. },
  2733. {
  2734. "command": "gitlens.views.repositories.setAutoRefreshToOn",
  2735. "when": "false"
  2736. },
  2737. {
  2738. "command": "gitlens.views.repositories.setAutoRefreshToOff",
  2739. "when": "false"
  2740. },
  2741. {
  2742. "command": "gitlens.views.fileHistory.refresh",
  2743. "when": "false"
  2744. },
  2745. {
  2746. "command": "gitlens.views.fileHistory.refreshNode",
  2747. "when": "false"
  2748. },
  2749. {
  2750. "command": "gitlens.views.fileHistory.setEditorFollowingOn",
  2751. "when": "false"
  2752. },
  2753. {
  2754. "command": "gitlens.views.fileHistory.setEditorFollowingOff",
  2755. "when": "false"
  2756. },
  2757. {
  2758. "command": "gitlens.views.fileHistory.setRenameFollowingOn",
  2759. "when": "false"
  2760. },
  2761. {
  2762. "command": "gitlens.views.fileHistory.setRenameFollowingOff",
  2763. "when": "false"
  2764. },
  2765. {
  2766. "command": "gitlens.views.lineHistory.refresh",
  2767. "when": "false"
  2768. },
  2769. {
  2770. "command": "gitlens.views.lineHistory.refreshNode",
  2771. "when": "false"
  2772. },
  2773. {
  2774. "command": "gitlens.views.lineHistory.setEditorFollowingOn",
  2775. "when": "false"
  2776. },
  2777. {
  2778. "command": "gitlens.views.lineHistory.setEditorFollowingOff",
  2779. "when": "false"
  2780. },
  2781. {
  2782. "command": "gitlens.views.lineHistory.setRenameFollowingOn",
  2783. "when": "false"
  2784. },
  2785. {
  2786. "command": "gitlens.views.lineHistory.setRenameFollowingOff",
  2787. "when": "false"
  2788. },
  2789. {
  2790. "command": "gitlens.views.results.close",
  2791. "when": "false"
  2792. },
  2793. {
  2794. "command": "gitlens.views.results.dismissNode",
  2795. "when": "false"
  2796. },
  2797. {
  2798. "command": "gitlens.views.results.refresh",
  2799. "when": "false"
  2800. },
  2801. {
  2802. "command": "gitlens.views.results.refreshNode",
  2803. "when": "false"
  2804. },
  2805. {
  2806. "command": "gitlens.views.results.setFilesLayoutToAuto",
  2807. "when": "false"
  2808. },
  2809. {
  2810. "command": "gitlens.views.results.setFilesLayoutToList",
  2811. "when": "false"
  2812. },
  2813. {
  2814. "command": "gitlens.views.results.setFilesLayoutToTree",
  2815. "when": "false"
  2816. },
  2817. {
  2818. "command": "gitlens.views.results.setKeepResultsToOn",
  2819. "when": "false"
  2820. },
  2821. {
  2822. "command": "gitlens.views.results.setKeepResultsToOff",
  2823. "when": "false"
  2824. },
  2825. {
  2826. "command": "gitlens.views.results.swapComparision",
  2827. "when": "false"
  2828. }
  2829. ],
  2830. "editor/context": [
  2831. {
  2832. "command": "gitlens.diffLineWithPrevious",
  2833. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.compare",
  2834. "group": "1_gitlens@1"
  2835. },
  2836. {
  2837. "command": "gitlens.diffLineWithWorking",
  2838. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.compare",
  2839. "group": "1_gitlens@2"
  2840. },
  2841. {
  2842. "command": "gitlens.openFileInRemote",
  2843. "when": "editorTextFocus && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editor.remote",
  2844. "group": "1_gitlens_1@1"
  2845. },
  2846. {
  2847. "command": "gitlens.openCommitInRemote",
  2848. "when": "editorTextFocus && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editor.remote",
  2849. "group": "1_gitlens_1@2"
  2850. },
  2851. {
  2852. "command": "gitlens.showQuickCommitFileDetails",
  2853. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.details",
  2854. "group": "1_gitlens_1@3"
  2855. },
  2856. {
  2857. "command": "gitlens.showQuickFileHistory",
  2858. "when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editor.history",
  2859. "group": "3_gitlens@1"
  2860. },
  2861. {
  2862. "command": "gitlens.toggleFileBlame",
  2863. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.blame",
  2864. "group": "3_gitlens@2"
  2865. },
  2866. {
  2867. "command": "gitlens.copyShaToClipboard",
  2868. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard",
  2869. "group": "9_gitlens@1"
  2870. },
  2871. {
  2872. "command": "gitlens.copyMessageToClipboard",
  2873. "when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard",
  2874. "group": "9_gitlens@2"
  2875. },
  2876. {
  2877. "command": "gitlens.copyRemoteFileUrlToClipboard",
  2878. "when": "editorTextFocus && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editor.clipboard",
  2879. "group": "9_gitlens@3"
  2880. }
  2881. ],
  2882. "editor/title": [
  2883. {
  2884. "command": "gitlens.diffWithWorking",
  2885. "when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != file && resourceScheme != git",
  2886. "group": "navigation@0"
  2887. },
  2888. {
  2889. "command": "gitlens.openWorkingFile",
  2890. "when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != file && resourceScheme != git",
  2891. "group": "navigation@0"
  2892. },
  2893. {
  2894. "command": "gitlens.openWorkingFile",
  2895. "when": "!gitlens:activeFileStatus =~ /revision/ && resourceScheme != file && resourceScheme != git && isInDiffEditor",
  2896. "group": "navigation@0"
  2897. },
  2898. {
  2899. "command": "gitlens.openWorkingFile",
  2900. "when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme == git && !isInDiffEditor",
  2901. "group": "navigation@0"
  2902. },
  2903. {
  2904. "command": "gitlens.diffWithPrevious",
  2905. "alt": "gitlens.diffWithRevision",
  2906. "when": "!isInDiffEditor && gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare",
  2907. "group": "navigation@97"
  2908. },
  2909. {
  2910. "command": "gitlens.diffWithPreviousInDiff",
  2911. "alt": "gitlens.diffWithRevision",
  2912. "when": "isInDiffEditor && gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare",
  2913. "group": "navigation@97"
  2914. },
  2915. {
  2916. "command": "gitlens.showQuickRevisionDetails",
  2917. "when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git",
  2918. "group": "navigation@98"
  2919. },
  2920. {
  2921. "command": "gitlens.diffWithNext",
  2922. "when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /revision/ && config.gitlens.menus.editorGroup.compare",
  2923. "group": "navigation@99"
  2924. },
  2925. {
  2926. "command": "gitlens.toggleFileBlame",
  2927. "alt": "gitlens.toggleFileRecentChanges",
  2928. "when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame",
  2929. "group": "navigation@100"
  2930. },
  2931. {
  2932. "command": "gitlens.computingFileAnnotations",
  2933. "when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computing && config.gitlens.menus.editorGroup.blame",
  2934. "group": "navigation@100"
  2935. },
  2936. {
  2937. "command": "gitlens.clearFileAnnotations",
  2938. "when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computed && config.gitlens.menus.editorGroup.blame",
  2939. "group": "navigation@100"
  2940. },
  2941. {
  2942. "command": "gitlens.openFileInRemote",
  2943. "when": "gitlens:enabled && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editorGroup.remote",
  2944. "group": "4_gitlens"
  2945. },
  2946. {
  2947. "command": "gitlens.showQuickFileHistory",
  2948. "when": "editorFocus && gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.history",
  2949. "group": "4_gitlens"
  2950. }
  2951. ],
  2952. "editor/title/context": [
  2953. {
  2954. "command": "gitlens.openFileInRemote",
  2955. "when": "gitlens:enabled && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editorTab.remote",
  2956. "group": "2_files@100"
  2957. },
  2958. {
  2959. "command": "gitlens.copyRemoteFileUrlToClipboard",
  2960. "when": "gitlens:enabled && gitlens:activeFileStatus =~ /remotes/ && config.gitlens.menus.editorTab.remote",
  2961. "group": "2_files@101"
  2962. },
  2963. {
  2964. "command": "gitlens.diffWithPrevious",
  2965. "when": "gitlens:enabled && config.gitlens.menus.editorTab.compare",
  2966. "group": "1_gitlens_1@1"
  2967. },
  2968. {
  2969. "command": "gitlens.diffWithWorking",
  2970. "when": "gitlens:enabled && config.gitlens.menus.editorTab.compare",
  2971. "group": "1_gitlens_1@2"
  2972. },
  2973. {
  2974. "command": "gitlens.showQuickFileHistory",
  2975. "when": "gitlens:enabled && config.gitlens.menus.editorTab.history",
  2976. "group": "1_gitlens_2@1"
  2977. }
  2978. ],
  2979. "explorer/context": [
  2980. {
  2981. "command": "gitlens.openFileInRemote",
  2982. "when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && gitlens:hasRemotes && config.gitlens.menus.explorer.remote",
  2983. "group": "navigation@100"
  2984. },
  2985. {
  2986. "command": "gitlens.showQuickFileHistory",
  2987. "when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.history",
  2988. "group": "1_gitlens_1@1"
  2989. },
  2990. {
  2991. "command": "gitlens.diffWithPrevious",
  2992. "when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.compare",
  2993. "group": "3_compare@1"
  2994. },
  2995. {
  2996. "command": "gitlens.copyRemoteFileUrlToClipboard",
  2997. "when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && gitlens:hasRemotes && config.gitlens.menus.explorer.remote",
  2998. "group": "9_gitlens@1"
  2999. }
  3000. ],
  3001. "scm/resourceGroup/context": [
  3002. {
  3003. "command": "gitlens.openChangedFiles",
  3004. "when": "gitlens:enabled",
  3005. "group": "2_gitlens@1"
  3006. },
  3007. {
  3008. "command": "gitlens.closeUnchangedFiles",
  3009. "when": "gitlens:enabled",
  3010. "group": "2_gitlens@2"
  3011. },
  3012. {
  3013. "command": "gitlens.externalDiff",
  3014. "when": "gitlens:enabled",
  3015. "group": "2_gitlens@3"
  3016. },
  3017. {
  3018. "command": "gitlens.stashSave",
  3019. "when": "gitlens:enabled",
  3020. "group": "3_gitlens@1"
  3021. }
  3022. ],
  3023. "scm/resourceState/context": [
  3024. {
  3025. "command": "gitlens.openFileInRemote",
  3026. "when": "gitlens:enabled && gitlens:hasRemotes",
  3027. "group": "navigation"
  3028. },
  3029. {
  3030. "command": "gitlens.externalDiff",
  3031. "when": "gitlens:enabled",
  3032. "group": "navigation"
  3033. },
  3034. {
  3035. "command": "gitlens.diffWithRevision",
  3036. "when": "gitlens:enabled",
  3037. "group": "1_gitlens@1"
  3038. },
  3039. {
  3040. "command": "gitlens.diffWithBranch",
  3041. "when": "gitlens:enabled",
  3042. "group": "1_gitlens@2"
  3043. },
  3044. {
  3045. "command": "gitlens.showQuickFileHistory",
  3046. "when": "gitlens:enabled",
  3047. "group": "1_gitlens_1@1"
  3048. },
  3049. {
  3050. "command": "gitlens.stashSave",
  3051. "when": "gitlens:enabled",
  3052. "group": "2_gitlens@1"
  3053. },
  3054. {
  3055. "command": "gitlens.copyRemoteFileUrlToClipboard",
  3056. "when": "gitlens:enabled && gitlens:hasRemotes",
  3057. "group": "9_gitlens@1"
  3058. }
  3059. ],
  3060. "view/title": [
  3061. {
  3062. "command": "gitlens.showCommitSearch",
  3063. "when": "gitlens:enabled && view =~ /^gitlens.views.repositories:/",
  3064. "group": "navigation@1"
  3065. },
  3066. {
  3067. "command": "gitlens.pullRepositories",
  3068. "when": "gitlens:enabled && view =~ /^gitlens.views.repositories:/",
  3069. "group": "navigation@7"
  3070. },
  3071. {
  3072. "command": "gitlens.fetchRepositories",
  3073. "when": "gitlens:enabled && view =~ /^gitlens.views.repositories:/",
  3074. "group": "navigation@8"
  3075. },
  3076. {
  3077. "command": "gitlens.views.repositories.refresh",
  3078. "when": "view =~ /^gitlens.views.repositories:/",
  3079. "group": "navigation@9"
  3080. },
  3081. {
  3082. "command": "gitlens.views.repositories.setFilesLayoutToAuto",
  3083. "when": "view =~ /^gitlens.views.repositories:/",
  3084. "group": "1_gitlens"
  3085. },
  3086. {
  3087. "command": "gitlens.views.repositories.setFilesLayoutToList",
  3088. "when": "view =~ /^gitlens.views.repositories:/",
  3089. "group": "1_gitlens"
  3090. },
  3091. {
  3092. "command": "gitlens.views.repositories.setFilesLayoutToTree",
  3093. "when": "view =~ /^gitlens.views.repositories:/",
  3094. "group": "1_gitlens"
  3095. },
  3096. {
  3097. "command": "gitlens.views.repositories.setAutoRefreshToOn",
  3098. "when": "view =~ /^gitlens.views.repositories:/ && config.gitlens.views.repositories.autoRefresh && !gitlens:views:repositories:autoRefresh",
  3099. "group": "2_gitlens"
  3100. },
  3101. {
  3102. "command": "gitlens.views.repositories.setAutoRefreshToOff",
  3103. "when": "view =~ /^gitlens.views.repositories:/ && config.gitlens.views.repositories.autoRefresh && gitlens:views:repositories:autoRefresh",
  3104. "group": "2_gitlens"
  3105. },
  3106. {
  3107. "command": "gitlens.views.fileHistory.setEditorFollowingOn",
  3108. "when": "view =~ /^gitlens.views.fileHistory:/ && !gitlens:views:fileHistory:editorFollowing",
  3109. "group": "navigation@1"
  3110. },
  3111. {
  3112. "command": "gitlens.views.fileHistory.setEditorFollowingOff",
  3113. "when": "view =~ /^gitlens.views.fileHistory:/ && gitlens:views:fileHistory:editorFollowing",
  3114. "group": "navigation@1"
  3115. },
  3116. {
  3117. "command": "gitlens.views.fileHistory.refresh",
  3118. "when": "view =~ /^gitlens.views.fileHistory:/",
  3119. "group": "navigation@2"
  3120. },
  3121. {
  3122. "command": "gitlens.views.fileHistory.setRenameFollowingOn",
  3123. "when": "view =~ /^gitlens.views.fileHistory:/ && !config.gitlens.advanced.fileHistoryFollowsRenames",
  3124. "group": "1_gitlens"
  3125. },
  3126. {
  3127. "command": "gitlens.views.fileHistory.setRenameFollowingOff",
  3128. "when": "view =~ /^gitlens.views.fileHistory:/ && config.gitlens.advanced.fileHistoryFollowsRenames",
  3129. "group": "1_gitlens"
  3130. },
  3131. {
  3132. "command": "gitlens.views.lineHistory.setEditorFollowingOn",
  3133. "when": "view =~ /^gitlens.views.lineHistory:/ && !gitlens:views:lineHistory:editorFollowing",
  3134. "group": "navigation@1"
  3135. },
  3136. {
  3137. "command": "gitlens.views.lineHistory.setEditorFollowingOff",
  3138. "when": "view =~ /^gitlens.views.lineHistory:/ && gitlens:views:lineHistory:editorFollowing",
  3139. "group": "navigation@1"
  3140. },
  3141. {
  3142. "command": "gitlens.views.lineHistory.refresh",
  3143. "when": "view =~ /^gitlens.views.lineHistory:/",
  3144. "group": "navigation@2"
  3145. },
  3146. {
  3147. "command": "gitlens.views.lineHistory.setRenameFollowingOn",
  3148. "when": "view =~ /^gitlens.views.lineHistory:/ && !config.gitlens.advanced.fileHistoryFollowsRenames",
  3149. "group": "1_gitlens"
  3150. },
  3151. {
  3152. "command": "gitlens.views.lineHistory.setRenameFollowingOff",
  3153. "when": "view =~ /^gitlens.views.lineHistory:/ && config.gitlens.advanced.fileHistoryFollowsRenames",
  3154. "group": "1_gitlens"
  3155. },
  3156. {
  3157. "command": "gitlens.showCommitSearch",
  3158. "when": "gitlens:enabled && view =~ /^gitlens.views.results:/",
  3159. "group": "navigation@1"
  3160. },
  3161. {
  3162. "command": "gitlens.views.results.setKeepResultsToOn",
  3163. "when": "view =~ /^gitlens.views.results:/ && !gitlens:views:results:keepResults",
  3164. "group": "navigation@2"
  3165. },
  3166. {
  3167. "command": "gitlens.views.results.setKeepResultsToOff",
  3168. "when": "view =~ /^gitlens.views.results:/ && gitlens:views:results:keepResults",
  3169. "group": "navigation@2"
  3170. },
  3171. {
  3172. "command": "gitlens.views.results.refresh",
  3173. "when": "view =~ /^gitlens.views.results:/",
  3174. "group": "navigation@3"
  3175. },
  3176. {
  3177. "command": "gitlens.views.results.close",
  3178. "when": "view =~ /^gitlens.views.results:/",
  3179. "group": "navigation@9"
  3180. },
  3181. {
  3182. "command": "gitlens.views.results.setFilesLayoutToAuto",
  3183. "when": "view =~ /^gitlens.views.results:/",
  3184. "group": "1_gitlens"
  3185. },
  3186. {
  3187. "command": "gitlens.views.results.setFilesLayoutToList",
  3188. "when": "view =~ /^gitlens.views.results:/",
  3189. "group": "1_gitlens"
  3190. },
  3191. {
  3192. "command": "gitlens.views.results.setFilesLayoutToTree",
  3193. "when": "view =~ /^gitlens.views.results:/",
  3194. "group": "1_gitlens"
  3195. }
  3196. ],
  3197. "view/item/context": [
  3198. {
  3199. "command": "gitlens.openBranchesInRemote",
  3200. "when": "viewItem == gitlens:branches:remotes",
  3201. "group": "1_gitlens@1"
  3202. },
  3203. {
  3204. "command": "gitlens.openBranchInRemote",
  3205. "when": "viewItem =~ /gitlens:(branch\\b(.*?:tracking|:remote))/",
  3206. "group": "1_gitlens@1"
  3207. },
  3208. {
  3209. "command": "gitlens.views.compareWithRemote",
  3210. "when": "viewItem =~ /gitlens:(branch\\b.*?:tracking)/",
  3211. "group": "7_gitlens@1"
  3212. },
  3213. {
  3214. "command": "gitlens.views.compareWithHead",
  3215. "when": "viewItem =~ /gitlens:(branch(?!:current)|commit|stash|tag)\\b/",
  3216. "group": "7_gitlens@2"
  3217. },
  3218. {
  3219. "command": "gitlens.views.compareWithWorking",
  3220. "when": "viewItem =~ /gitlens:(branch(?!:current)|commit|stash|tag)\\b/",
  3221. "group": "7_gitlens@3"
  3222. },
  3223. {
  3224. "command": "gitlens.views.compareAncestryWithWorking",
  3225. "when": "viewItem =~ /gitlens:branch(?!:current)\\b/",
  3226. "group": "7_gitlens@4"
  3227. },
  3228. {
  3229. "command": "gitlens.views.compareWithSelected",
  3230. "when": "viewItem =~ /gitlens:(branch|commit|stash|tag|file:)\\b/ && gitlens:views:canCompare",
  3231. "group": "7_gitlens_@1"
  3232. },
  3233. {
  3234. "command": "gitlens.views.selectForCompare",
  3235. "when": "viewItem =~ /gitlens:(branch|commit|stash|tag|file:)\\b/",
  3236. "group": "7_gitlens_@2"
  3237. },
  3238. {
  3239. "command": "gitlens.views.openDirectoryDiffWithWorking",
  3240. "when": "viewItem =~ /gitlens:(branch|tag)\\b/",
  3241. "group": "7_gitlens_more@2"
  3242. },
  3243. {
  3244. "command": "gitlens.views.terminalCheckoutBranch",
  3245. "when": "viewItem =~ /gitlens:(branch\\b(?!:current))/",
  3246. "group": "8_gitlens@1"
  3247. },
  3248. {
  3249. "command": "gitlens.views.terminalRebaseBranchToRemote",
  3250. "when": "viewItem =~ /gitlens:(branch:current:tracking|status:upstream)\\b/",
  3251. "group": "8_gitlens@1"
  3252. },
  3253. {
  3254. "command": "gitlens.views.terminalMergeBranch",
  3255. "when": "viewItem =~ /gitlens:(branch\\b(?!:current))/",
  3256. "group": "8_gitlens@2"
  3257. },
  3258. {
  3259. "command": "gitlens.views.terminalRebaseBranch",
  3260. "when": "viewItem =~ /gitlens:(branch\\b(?!:current))/",
  3261. "group": "8_gitlens@3"
  3262. },
  3263. {
  3264. "command": "gitlens.views.terminalSquashBranchIntoCommit",
  3265. "when": "viewItem =~ /gitlens:(branch\\b(?!:current))/",
  3266. "group": "8_gitlens@4"
  3267. },
  3268. {
  3269. "command": "gitlens.views.terminalCreateBranch",
  3270. "when": "viewItem =~ /gitlens:(branch|commit|status:upstream|tag)\\b/",
  3271. "group": "8_gitlens@5"
  3272. },
  3273. {
  3274. "command": "gitlens.views.terminalDeleteBranch",
  3275. "when": "viewItem =~ /gitlens:(branch\\b(?!:current))/",
  3276. "group": "8_gitlens@6"
  3277. },
  3278. {
  3279. "command": "gitlens.views.terminalCreateTag",
  3280. "when": "viewItem =~ /gitlens:(branch|commit|status:upstream)\\b/",
  3281. "group": "8_gitlens@7"
  3282. },
  3283. {
  3284. "command": "gitlens.openCommitInRemote",
  3285. "when": "viewItem =~ /gitlens:commit\\b/ && gitlens:hasRemotes",
  3286. "group": "1_gitlens@1"
  3287. },
  3288. {
  3289. "command": "gitlens.views.openChangedFileChanges",
  3290. "when": "viewItem =~ /gitlens:(commit|stash)\\b/",
  3291. "group": "2_gitlens@1"
  3292. },
  3293. {
  3294. "command": "gitlens.views.openChangedFileChangesWithWorking",
  3295. "when": "viewItem =~ /gitlens:(commit|stash)\\b/",
  3296. "group": "2_gitlens@2"
  3297. },
  3298. {
  3299. "command": "gitlens.views.openChangedFiles",
  3300. "when": "viewItem =~ /gitlens:(commit|stash)\\b/",
  3301. "group": "3_gitlens@1"
  3302. },
  3303. {
  3304. "command": "gitlens.views.openChangedFileRevisions",
  3305. "when": "viewItem =~ /gitlens:(commit|stash)\\b/",
  3306. "group": "3_gitlens@2"
  3307. },
  3308. {
  3309. "command": "gitlens.copyShaToClipboard",
  3310. "when": "viewItem =~ /gitlens:(file:)?commit\\b/",
  3311. "group": "5_gitlens@1"
  3312. },
  3313. {
  3314. "command": "gitlens.copyMessageToClipboard",
  3315. "when": "viewItem =~ /gitlens:(commit|stash|file:commit)\\b/",
  3316. "group": "5_gitlens@2"
  3317. },
  3318. {
  3319. "command": "gitlens.showQuickCommitDetails",
  3320. "when": "viewItem =~ /gitlens:commit\\b/",
  3321. "group": "5_gitlens_1@1"
  3322. },
  3323. {
  3324. "command": "gitlens.showCommitInResults",
  3325. "when": "viewItem =~ /gitlens:commit\\b/",
  3326. "group": "5_gitlens_1@2"
  3327. },
  3328. {
  3329. "command": "gitlens.views.terminalCherryPickCommit",
  3330. "when": "viewItem == gitlens:commit",
  3331. "group": "8_gitlens@1"
  3332. },
  3333. {
  3334. "command": "gitlens.views.terminalPushCommit",
  3335. "when": "viewItem == gitlens:commit:current",
  3336. "group": "8_gitlens@2"
  3337. },
  3338. {
  3339. "command": "gitlens.views.terminalRevertCommit",
  3340. "when": "viewItem == gitlens:commit:current",
  3341. "group": "8_gitlens@3"
  3342. },
  3343. {
  3344. "command": "gitlens.views.terminalCheckoutCommit",
  3345. "when": "viewItem =~ /gitlens:commit\\b/",
  3346. "group": "8_gitlens@4"
  3347. },
  3348. {
  3349. "command": "gitlens.views.terminalRebaseCommit",
  3350. "when": "viewItem =~ /gitlens:commit\\b/",
  3351. "group": "8_gitlens@5"
  3352. },
  3353. {
  3354. "command": "gitlens.views.terminalResetCommit",
  3355. "when": "viewItem =~ /gitlens:commit\\b/",
  3356. "group": "8_gitlens@6"
  3357. },
  3358. {
  3359. "command": "gitlens.views.openFile",
  3360. "when": "viewItem =~ /gitlens:(file|history-file|status:file)\\b/",
  3361. "group": "inline"
  3362. },
  3363. {
  3364. "command": "gitlens.views.stageFile",
  3365. "when": "viewItem =~ /gitlens:file\\b.*:unstaged\\b/",
  3366. "group": "inline"
  3367. },
  3368. {
  3369. "command": "gitlens.views.unstageFile",
  3370. "when": "viewItem =~ /gitlens:file\\b.*:staged\\b/",
  3371. "group": "inline"
  3372. },
  3373. {
  3374. "command": "gitlens.views.stageFile",
  3375. "when": "viewItem =~ /gitlens:file\\b.*:unstaged\\b/",
  3376. "group": "1_gitlens@1"
  3377. },
  3378. {
  3379. "command": "gitlens.views.unstageFile",
  3380. "when": "viewItem =~ /gitlens:file\\b.*:staged\\b/",
  3381. "group": "1_gitlens@1"
  3382. },
  3383. {
  3384. "command": "gitlens.stashSave",
  3385. "when": "viewItem =~ /gitlens:file\\b.*:(un)?staged\\b/",
  3386. "group": "1_gitlens@2"
  3387. },
  3388. {
  3389. "command": "gitlens.views.openChanges",
  3390. "when": "viewItem =~ /gitlens:file\\b/",
  3391. "group": "2_gitlens@1"
  3392. },
  3393. {
  3394. "command": "gitlens.externalDiff",
  3395. "when": "viewItem =~ /gitlens:file\\b/",
  3396. "group": "2_gitlens@2"
  3397. },
  3398. {
  3399. "command": "gitlens.views.openChangesWithWorking",
  3400. "when": "viewItem =~ /gitlens:file\\b/",
  3401. "group": "2_gitlens@3"
  3402. },
  3403. {
  3404. "command": "gitlens.views.openFile",
  3405. "when": "viewItem =~ /gitlens:(file|history-file|status:file)\\b/",
  3406. "group": "3_gitlens@1"
  3407. },
  3408. {
  3409. "command": "gitlens.views.openFileRevision",
  3410. "when": "viewItem =~ /gitlens:file\\b/",
  3411. "group": "3_gitlens@2"
  3412. },
  3413. {
  3414. "command": "gitlens.openFileInRemote",
  3415. "when": "viewItem =~ /gitlens:file\\b/ && gitlens:hasRemotes",
  3416. "group": "4_gitlens@1"
  3417. },
  3418. {
  3419. "command": "gitlens.copyRemoteFileUrlToClipboard",
  3420. "when": "viewItem =~ /gitlens:file\\b/ && gitlens:hasRemotes",
  3421. "group": "5_gitlens@3"
  3422. },
  3423. {
  3424. "command": "gitlens.views.openFileRevisionInRemote",
  3425. "when": "viewItem == gitlens:file:commit && gitlens:hasRemotes",
  3426. "group": "4_gitlens@2"
  3427. },
  3428. {
  3429. "command": "gitlens.openFileInRemote",
  3430. "when": "viewItem =~ /gitlens:(history-file|status:file)\\b/ && gitlens:hasRemotes",
  3431. "group": "3_gitlens@2"
  3432. },
  3433. {
  3434. "command": "gitlens.copyRemoteFileUrlToClipboard",
  3435. "when": "viewItem =~ /gitlens:(history-file|status:file)\\b/ && gitlens:hasRemotes",
  3436. "group": "5_gitlens@3"
  3437. },
  3438. {
  3439. "command": "gitlens.views.applyChanges",
  3440. "when": "viewItem =~ /gitlens:file:(commit|results)\\b/",
  3441. "group": "5_gitlens_1@1"
  3442. },
  3443. {
  3444. "command": "gitlens.views.applyChanges",
  3445. "when": "viewItem == gitlens:file:stash",
  3446. "group": "1_gitlens@1"
  3447. },
  3448. {
  3449. "command": "gitlens.showQuickCommitDetails",
  3450. "when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/",
  3451. "group": "5_gitlens_2@2"
  3452. },
  3453. {
  3454. "command": "gitlens.showCommitInResults",
  3455. "when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/",
  3456. "group": "5_gitlens_2@3"
  3457. },
  3458. {
  3459. "command": "gitlens.showQuickFileHistory",
  3460. "when": "viewItem =~ /gitlens:file\\b/",
  3461. "group": "8_gitlens@1"
  3462. },
  3463. {
  3464. "command": "gitlens.showFileHistoryInResults",
  3465. "when": "viewItem =~ /gitlens:file\\b/",
  3466. "group": "8_gitlens@2"
  3467. },
  3468. {
  3469. "command": "gitlens.openBranchesInRemote",
  3470. "when": "viewItem == gitlens:remote",
  3471. "group": "1_gitlens@1"
  3472. },
  3473. {
  3474. "command": "gitlens.openRepoInRemote",
  3475. "when": "viewItem == gitlens:remote",
  3476. "group": "1_gitlens@2"
  3477. },
  3478. {
  3479. "command": "gitlens.views.terminalRemoveRemote",
  3480. "when": "viewItem == gitlens:remote",
  3481. "group": "8_gitlens@1"
  3482. },
  3483. {
  3484. "command": "gitlens.views.exploreRepoRevision",
  3485. "when": "viewItem =~ /gitlens:(branch|commit|file:(commit|results)|stash|tag)\\b/",
  3486. "group": "7_gitlens_more@1"
  3487. },
  3488. {
  3489. "command": "gitlens.views.push",
  3490. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3491. "group": "inline@97",
  3492. "alt": "gitlens.views.pushWithForce"
  3493. },
  3494. {
  3495. "command": "gitlens.views.pull",
  3496. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3497. "group": "inline@98"
  3498. },
  3499. {
  3500. "command": "gitlens.views.fetch",
  3501. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3502. "group": "inline@99"
  3503. },
  3504. {
  3505. "command": "gitlens.views.fetch",
  3506. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3507. "group": "1_gitlens@1"
  3508. },
  3509. {
  3510. "command": "gitlens.views.pull",
  3511. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3512. "group": "1_gitlens@1"
  3513. },
  3514. {
  3515. "command": "gitlens.views.push",
  3516. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3517. "group": "1_gitlens@1"
  3518. },
  3519. {
  3520. "command": "gitlens.views.pushWithForce",
  3521. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3522. "group": "1_gitlens@2"
  3523. },
  3524. {
  3525. "command": "gitlens.views.pull",
  3526. "when": "viewItem == gitlens:status:upstream:behind && gitlens:hasRemotes",
  3527. "group": "inline@1"
  3528. },
  3529. {
  3530. "command": "gitlens.views.pull",
  3531. "when": "viewItem == gitlens:status:upstream:behind && gitlens:hasRemotes",
  3532. "group": "1_gitlens@1"
  3533. },
  3534. {
  3535. "command": "gitlens.views.push",
  3536. "when": "viewItem == gitlens:status:upstream:ahead && gitlens:hasRemotes",
  3537. "group": "inline@1",
  3538. "alt": "gitlens.views.pushWithForce"
  3539. },
  3540. {
  3541. "command": "gitlens.views.push",
  3542. "when": "viewItem == gitlens:status:upstream:ahead && gitlens:hasRemotes",
  3543. "group": "1_gitlens@1"
  3544. },
  3545. {
  3546. "command": "gitlens.views.pushWithForce",
  3547. "when": "viewItem == gitlens:status:upstream:ahead && gitlens:hasRemotes",
  3548. "group": "1_gitlens@2"
  3549. },
  3550. {
  3551. "command": "gitlens.showCommitSearch",
  3552. "when": "viewItem == gitlens:repository",
  3553. "group": "2_gitlens@1"
  3554. },
  3555. {
  3556. "command": "gitlens.stashSave",
  3557. "when": "viewItem == gitlens:repository",
  3558. "group": "3_gitlens@1"
  3559. },
  3560. {
  3561. "command": "gitlens.stashApply",
  3562. "when": "viewItem == gitlens:repository",
  3563. "group": "3_gitlens@2"
  3564. },
  3565. {
  3566. "command": "gitlens.openRepoInRemote",
  3567. "when": "viewItem == gitlens:repository && gitlens:hasRemotes",
  3568. "group": "4_gitlens@1"
  3569. },
  3570. {
  3571. "command": "gitlens.views.closeRepository",
  3572. "when": "viewItem == gitlens:repository",
  3573. "group": "8_gitlens@1"
  3574. },
  3575. {
  3576. "command": "gitlens.views.results.swapComparision",
  3577. "when": "viewItem == gitlens:results:comparison",
  3578. "group": "inline@1"
  3579. },
  3580. {
  3581. "command": "gitlens.views.results.dismissNode",
  3582. "when": "viewItem =~ /gitlens:results\\b(?!:(commits|files))/",
  3583. "group": "inline@2"
  3584. },
  3585. {
  3586. "command": "gitlens.views.results.dismissNode",
  3587. "when": "viewItem =~ /gitlens:results\\b(?!:(commits|files))/",
  3588. "group": "1_gitlens@1"
  3589. },
  3590. {
  3591. "command": "gitlens.views.results.swapComparision",
  3592. "when": "viewItem == gitlens:results:comparison",
  3593. "group": "2_gitlens@1"
  3594. },
  3595. {
  3596. "command": "gitlens.views.openDirectoryDiff",
  3597. "when": "viewItem == gitlens:results:comparison",
  3598. "group": "7_gitlens@1"
  3599. },
  3600. {
  3601. "command": "gitlens.stashApply",
  3602. "when": "viewItem == gitlens:stashes",
  3603. "group": "inline@1"
  3604. },
  3605. {
  3606. "command": "gitlens.stashSave",
  3607. "when": "viewItem =~ /^gitlens:(stashes|status:files)$/",
  3608. "group": "inline@2"
  3609. },
  3610. {
  3611. "command": "gitlens.stashSave",
  3612. "when": "viewItem =~ /^gitlens:(stashes|status:files)$/",
  3613. "group": "1_gitlens@1"
  3614. },
  3615. {
  3616. "command": "gitlens.stashApply",
  3617. "when": "viewItem == gitlens:stashes",
  3618. "group": "1_gitlens@2"
  3619. },
  3620. {
  3621. "command": "gitlens.stashApply",
  3622. "when": "viewItem == gitlens:stash",
  3623. "group": "inline@1"
  3624. },
  3625. {
  3626. "command": "gitlens.stashApply",
  3627. "when": "viewItem == gitlens:stash",
  3628. "group": "1_gitlens@1"
  3629. },
  3630. {
  3631. "command": "gitlens.stashDelete",
  3632. "when": "viewItem == gitlens:stash",
  3633. "group": "1_gitlens@2"
  3634. },
  3635. {
  3636. "command": "gitlens.views.terminalDeleteTag",
  3637. "when": "viewItem == gitlens:tag",
  3638. "group": "8_gitlens"
  3639. },
  3640. {
  3641. "command": "gitlens.views.repositories.refreshNode",
  3642. "when": "view =~ /^gitlens.views.repositories:/ && viewItem =~ /gitlens:(?!file\\b)/",
  3643. "group": "9_gitlens@1"
  3644. },
  3645. {
  3646. "command": "gitlens.views.results.refreshNode",
  3647. "when": "view =~ /^gitlens.views.results:/ && viewItem =~ /gitlens:(?!file\\b)/",
  3648. "group": "9_gitlens@1"
  3649. },
  3650. {
  3651. "command": "gitlens.views.fileHistory.refreshNode",
  3652. "when": "view =~ /^gitlens.views.fileHistory:/ && viewItem =~ /gitlens:(?!file\\b)/",
  3653. "group": "9_gitlens@1"
  3654. },
  3655. {
  3656. "command": "gitlens.views.lineHistory.refreshNode",
  3657. "when": "view =~ /^gitlens.views.lineHistory:/ && viewItem =~ /gitlens:(?!file\\b)/",
  3658. "group": "9_gitlens@1"
  3659. }
  3660. ]
  3661. },
  3662. "keybindings": [
  3663. {
  3664. "command": "gitlens.key.left",
  3665. "key": "alt+left",
  3666. "when": "gitlens:key:left"
  3667. },
  3668. {
  3669. "command": "gitlens.key.right",
  3670. "key": "alt+right",
  3671. "when": "gitlens:key:right"
  3672. },
  3673. {
  3674. "command": "gitlens.key.,",
  3675. "key": "alt+,",
  3676. "when": "gitlens:key:,"
  3677. },
  3678. {
  3679. "command": "gitlens.key..",
  3680. "key": "alt+.",
  3681. "when": "gitlens:key:."
  3682. },
  3683. {
  3684. "command": "gitlens.key.escape",
  3685. "key": "escape",
  3686. "when": "gitlens:key:escape && editorTextFocus && !findWidgetVisible && !renameInputVisible && !suggestWidgetVisible && !isInEmbeddedEditor"
  3687. },
  3688. {
  3689. "command": "gitlens.toggleFileBlame",
  3690. "key": "alt+b",
  3691. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /blameable/"
  3692. },
  3693. {
  3694. "command": "gitlens.toggleCodeLens",
  3695. "key": "shift+alt+b",
  3696. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:enabled && gitlens:canToggleCodeLens"
  3697. },
  3698. {
  3699. "command": "gitlens.showLastQuickPick",
  3700. "key": "alt+-",
  3701. "when": "config.gitlens.keymap == alternate && gitlens:enabled"
  3702. },
  3703. {
  3704. "command": "gitlens.showCommitSearch",
  3705. "key": "alt+/",
  3706. "when": "config.gitlens.keymap == alternate && gitlens:enabled"
  3707. },
  3708. {
  3709. "command": "gitlens.showQuickFileHistory",
  3710. "key": "alt+h",
  3711. "when": "config.gitlens.keymap == alternate && gitlens:enabled"
  3712. },
  3713. {
  3714. "command": "gitlens.showQuickRepoHistory",
  3715. "key": "shift+alt+h",
  3716. "when": "config.gitlens.keymap == alternate && gitlens:enabled"
  3717. },
  3718. {
  3719. "command": "gitlens.showQuickRepoStatus",
  3720. "key": "alt+s",
  3721. "when": "config.gitlens.keymap == alternate && gitlens:enabled"
  3722. },
  3723. {
  3724. "command": "gitlens.showQuickCommitFileDetails",
  3725. "key": "alt+c",
  3726. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:enabled"
  3727. },
  3728. {
  3729. "command": "gitlens.diffWithNext",
  3730. "key": "alt+.",
  3731. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3732. },
  3733. {
  3734. "command": "gitlens.diffLineWithPrevious",
  3735. "key": "shift+alt+,",
  3736. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3737. },
  3738. {
  3739. "command": "gitlens.diffWithPrevious",
  3740. "key": "alt+,",
  3741. "when": "config.gitlens.keymap == alternate && editorTextFocus && !isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  3742. },
  3743. {
  3744. "command": "gitlens.diffWithPreviousInDiff",
  3745. "key": "alt+,",
  3746. "when": "config.gitlens.keymap == alternate && isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  3747. },
  3748. {
  3749. "command": "gitlens.diffLineWithWorking",
  3750. "key": "alt+w",
  3751. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3752. },
  3753. {
  3754. "command": "gitlens.diffWithWorking",
  3755. "key": "shift+alt+w",
  3756. "when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3757. },
  3758. {
  3759. "command": "gitlens.toggleFileBlame",
  3760. "key": "ctrl+shift+g b",
  3761. "mac": "cmd+alt+g b",
  3762. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /blameable/"
  3763. },
  3764. {
  3765. "command": "gitlens.toggleCodeLens",
  3766. "key": "ctrl+shift+g shift+b",
  3767. "mac": "cmd+alt+g shift+b",
  3768. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:enabled && gitlens:canToggleCodeLens"
  3769. },
  3770. {
  3771. "command": "gitlens.showLastQuickPick",
  3772. "key": "ctrl+shift+g -",
  3773. "mac": "cmd+alt+g -",
  3774. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3775. },
  3776. {
  3777. "command": "gitlens.showCommitSearch",
  3778. "key": "ctrl+shift+g /",
  3779. "mac": "cmd+alt+g /",
  3780. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3781. },
  3782. {
  3783. "command": "gitlens.showQuickFileHistory",
  3784. "key": "ctrl+shift+g h",
  3785. "mac": "cmd+alt+g h",
  3786. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3787. },
  3788. {
  3789. "command": "gitlens.showQuickRepoHistory",
  3790. "key": "ctrl+shift+g shift+h",
  3791. "mac": "cmd+alt+g shift+h",
  3792. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3793. },
  3794. {
  3795. "command": "gitlens.showQuickRepoStatus",
  3796. "key": "ctrl+shift+g s",
  3797. "mac": "cmd+alt+g s",
  3798. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3799. },
  3800. {
  3801. "command": "gitlens.showQuickCommitFileDetails",
  3802. "key": "ctrl+shift+g c",
  3803. "mac": "cmd+alt+g c",
  3804. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:enabled"
  3805. },
  3806. {
  3807. "command": "gitlens.diffWithNext",
  3808. "key": "ctrl+shift+g .",
  3809. "mac": "cmd+alt+g .",
  3810. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3811. },
  3812. {
  3813. "command": "gitlens.diffLineWithPrevious",
  3814. "key": "ctrl+shift+g shift+,",
  3815. "mac": "cmd+alt+g shift+,",
  3816. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3817. },
  3818. {
  3819. "command": "gitlens.diffWithPrevious",
  3820. "key": "ctrl+shift+g ,",
  3821. "mac": "cmd+alt+g ,",
  3822. "when": "config.gitlens.keymap == chorded && editorTextFocus && !isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  3823. },
  3824. {
  3825. "command": "gitlens.diffWithPreviousInDiff",
  3826. "key": "ctrl+shift+g ,",
  3827. "mac": "cmd+alt+g ,",
  3828. "when": "config.gitlens.keymap == chorded && isInDiffEditor && gitlens:activeFileStatus =~ /tracked/"
  3829. },
  3830. {
  3831. "command": "gitlens.diffLineWithWorking",
  3832. "key": "ctrl+shift+g w",
  3833. "mac": "cmd+alt+g w",
  3834. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3835. },
  3836. {
  3837. "command": "gitlens.diffWithWorking",
  3838. "key": "ctrl+shift+g shift+w",
  3839. "mac": "cmd+alt+g shift+w",
  3840. "when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/"
  3841. },
  3842. {
  3843. "command": "workbench.view.scm",
  3844. "key": "ctrl+shift+g g",
  3845. "mac": "ctrl+shift+g",
  3846. "when": "config.gitlens.keymap == chorded && gitlens:enabled"
  3847. }
  3848. ],
  3849. "viewsContainers": {
  3850. "activitybar": [
  3851. {
  3852. "id": "gitlens",
  3853. "title": "GitLens",
  3854. "icon": "images/gitlens-activitybar.svg"
  3855. }
  3856. ]
  3857. },
  3858. "views": {
  3859. "gitlens": [
  3860. {
  3861. "id": "gitlens.views.repositories:gitlens",
  3862. "name": "Repositories",
  3863. "when": "config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == gitlens"
  3864. },
  3865. {
  3866. "id": "gitlens.views.fileHistory:gitlens",
  3867. "name": "File History",
  3868. "when": "config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == gitlens"
  3869. },
  3870. {
  3871. "id": "gitlens.views.lineHistory:gitlens",
  3872. "name": "Line History",
  3873. "when": "config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == gitlens"
  3874. },
  3875. {
  3876. "id": "gitlens.views.results:gitlens",
  3877. "name": "Results",
  3878. "when": "gitlens:enabled && gitlens:views:results && config.gitlens.views.results.location == gitlens"
  3879. }
  3880. ],
  3881. "explorer": [
  3882. {
  3883. "id": "gitlens.views.repositories:explorer",
  3884. "name": "GitLens: Repositories",
  3885. "when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == explorer"
  3886. },
  3887. {
  3888. "id": "gitlens.views.fileHistory:explorer",
  3889. "name": "GitLens: File History",
  3890. "when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == explorer"
  3891. },
  3892. {
  3893. "id": "gitlens.views.lineHistory:explorer",
  3894. "name": "GitLens: Line History",
  3895. "when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == explorer"
  3896. },
  3897. {
  3898. "id": "gitlens.views.results:explorer",
  3899. "name": "GitLens: Results",
  3900. "when": "gitlens:enabled && gitlens:views:results && config.gitlens.views.results.location == explorer"
  3901. }
  3902. ],
  3903. "scm": [
  3904. {
  3905. "id": "gitlens.views.repositories:scm",
  3906. "name": "GitLens: Repositories",
  3907. "when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == scm"
  3908. },
  3909. {
  3910. "id": "gitlens.views.fileHistory:scm",
  3911. "name": "GitLens: File History",
  3912. "when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == scm"
  3913. },
  3914. {
  3915. "id": "gitlens.views.lineHistory:scm",
  3916. "name": "GitLens: Line History",
  3917. "when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == scm"
  3918. },
  3919. {
  3920. "id": "gitlens.views.results:scm",
  3921. "name": "GitLens: Results",
  3922. "when": "gitlens:enabled && gitlens:views:results && config.gitlens.views.results.location == scm"
  3923. }
  3924. ]
  3925. }
  3926. },
  3927. "scripts": {
  3928. "build": "webpack --env.development",
  3929. "bundle": "webpack --env.production",
  3930. "clean": "git clean -Xdf -e !.cache-images",
  3931. "lint": "tslint --project tsconfig.json && tslint --project ui.tsconfig.json",
  3932. "pack": "vsce package",
  3933. "pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.{ts,md,json}\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix",
  3934. "pub": "vsce publish",
  3935. "rebuild": "npm run reset && npm run build",
  3936. "reset": "npm run clean && npm install --no-save",
  3937. "watch": "webpack --watch --env.development --info-verbosity verbose",
  3938. "ui:optimize": "webpack --config-name ui --env.optimizeImages",
  3939. "ui:watch": "webpack --watch --config-name ui --env.development --info-verbosity verbose",
  3940. "update:emoji": "pushd emoji && node ./shortcodeToEmoji.js && popd",
  3941. "postinstall": "node ./node_modules/vscode/bin/install",
  3942. "vscode:prepublish": "npm run reset && npm run bundle"
  3943. },
  3944. "dependencies": {
  3945. "clipboardy": "1.2.3",
  3946. "date-fns": "1.29.0",
  3947. "iconv-lite": "0.4.24",
  3948. "lodash.debounce": "4.0.8",
  3949. "lodash.once": "4.1.1",
  3950. "tslib": "1.9.3"
  3951. },
  3952. "devDependencies": {
  3953. "@types/clipboardy": "1.1.0",
  3954. "@types/node": "8.10.36",
  3955. "clean-webpack-plugin": "0.1.19",
  3956. "css-loader": "1.0.0",
  3957. "filemanager-webpack-plugin": "2.0.5",
  3958. "html-webpack-inline-source-plugin": "0.0.10",
  3959. "html-webpack-plugin": "3.2.0",
  3960. "imagemin-webpack-plugin": "2.3.0",
  3961. "mini-css-extract-plugin": "0.4.4",
  3962. "node-sass": "4.9.4",
  3963. "prettier": "1.14.3",
  3964. "prettier-tslint": "0.4.0",
  3965. "sass-loader": "7.1.0",
  3966. "size-plugin": "1.0.1",
  3967. "terser-webpack-plugin": "1.1.0",
  3968. "tslint": "5.11.0",
  3969. "tslint-loader": "3.5.4",
  3970. "tslint-prettiest": "0.0.1",
  3971. "ts-loader": "5.2.2",
  3972. "typescript": "3.1.3",
  3973. "vscode": "1.1.21",
  3974. "webpack": "4.23.1",
  3975. "webpack-cli": "3.1.2",
  3976. "webpack-deep-scope-plugin": "1.6.0"
  3977. }
  3978. }