Eric Amodio
b8828552b2
Changes code lens to CodeLens as its a proper name
3 年前
Eric Amodio
a92c808fc6
Adds CodeLens date/time format setting
3 年前
Eric Amodio
1d93f9cdbd
Reorganizes git models/parsers/formatters imports
Reorganizes local git support to exclude from web
Swaps sha1 usages to md5 to avoid needing sha1 on the web (md5 is required by Gravatar)
Avoids crypto-browserfy and imports md5.js directly
Uses platform crypto for random nonce strings
3 年前
Eric Amodio
5b2b2b2759
Updates dependencies & vscode version
3 年前
Eric Amodio
5dee2e97b0
Reworks container usage
3 年前
Eric Amodio
a85b58280b
More configuation changes
3 年前
Eric Amodio
b968e32490
Adds command fn for strongly-types command args
3 年前
Eric Amodio
08aed2116e
Adds highlight changes cmd to status bar/code lens
Fixes issues with editor.id no longer being available
3 年前
Eric Amodio
5967c85e67
Closes #1378 - remote cmds to statusbar/code lens
3 年前
Eric Amodio
eaa91c0edf
Explores handling deleted lines
4 年前
Eric Amodio
4083dbdc0d
Fixes blame range
4 年前
Eric Amodio
d4bf43bc3e
Adds "container" support to markdown files
4 年前
Eric Amodio
0d565c7d21
Updates keyboard shortcuts
4 年前
Eric Amodio
81d5137409
Cleans up "welcome" views
Makes them conditional on state
4 年前
Eric Amodio
4c7366a345
Changes some lint rules
4 年前
Eric Amodio
4d3a433430
Fixes lint issues
4 年前
Eric Amodio
e3df97467a
Fixes diff with working/previous issues
4 年前
Eric Amodio
7f7c2e2535
Fixes lint issues
4 年前
Eric Amodio
1bf485eaa5
Overhauls git command quickpick menus
4 年前
abdusabri
5974103486
Closes #989 - adds option to disable click actions on code lens commands
* adds option to disable click actions on recent changes and authors code lens commands
* Updates documentation in the README file to reflect the changes
4 年前
Eric Amodio
c838eaefe5
Closes #977 - adds per-lang codelens scopes
4 年前
Eric Amodio
175a81eabe
Updates dependencies & prettiers
4 年前
Eric Amodio
4c1cef3eff
Fixes show in view action when uncommitted
5 年前
Eric Amodio
7980fffa49
Closes #678 - Adds support for github pr scheme
5 年前
Eric Amodio
b895adbc80
Adds new showCommitsInView command
Adds new reveal commit in Repositories view code lens command option
Adds new show commits in Search Commits view code lens command option
5 年前
Eric Amodio
798213df5f
Changes configuration to have better type safety
5 年前
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
5 年前
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5 年前
Eric Amodio
3f3a0de59a
Reworks new committer vs author switch
Adds `${committerAgo}`, `${committerAgoOrDate}`, `${committerDate}`
Repurposes `${authorAgo}` & replaces current ones w/ `${author}, ${ago}`
Repurposes `${authorAgoOrDate}` & replaces w/ `${author}, ${agoOrDate}`
Renames defaultDateType to defaultDateSource
Points format settings to new formatting wiki
5 年前
Mathew King
b8d9d7a364
Adds option to show committer date
Fixes #537
5 年前
Eric Amodio
716ffd495e
Adds helper Functions.is
5 年前
Eric Amodio
7c6b659604
Switches to eslint from tslint
5 年前
Eric Amodio
b44bdb0d26
Removes unneeded public keyword
5 年前
Eric Amodio
9ccbae3521
Adds live share support
Keeps all path manipulation on the host rather than guest
Fixes shared/local path munging for mac/windows
Keeps current user lookup local when a guest
Keeps difftool lookup local when a guest
Avoids fetch date lookup when a guest
Stops clearing node_modules (for now)
6 年前
Eric Amodio
d8d13c7301
Consolidates path resolving and Uri.file to GitUri
6 年前
Eric Amodio
70933cfa13
Changes config.changed to always return true when initializing
Fixes auto-refresh context on repositories view loading
6 年前
Eric Amodio
84992d81e6
Adds support for DocumentSymbols (hierachy)
Adds codeLens.includeSingleLineSymbols setting
6 年前
Eric Amodio
a544383eb9
Renames CodeLensController to GitCodeLensController
6 年前
Eric Amodio
5a88901a3c
Renames GitLens explorer to Repositories explorer
Changes changelog image links to permalinks
Moves all images for docs into a docs folder
Removes unused images
6 年前
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
6 年前
Eric Amodio
4320f5342c
Adds explore repo from here command (wip)
Replaces git content provider with git fs provider
Adds Buffer output support to git calls
6 年前
Eric Amodio
0f2f79fca7
Fixes #430 - Use content provider instead of tmp files (for text docs)
6 年前
Eric Amodio
1f657bbbb3
Removes inheritance from Disposable
6 年前
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
6 年前