Eric Amodio
f107ef29d9
Remove date formatter
Since we are using native date formatting the formatter abstraction is no longer needed
2 yıl önce
Eric Amodio
9c2df377d3
Removes use strict as not needed for ES modules
2 yıl önce
Eric Amodio
138c1bd554
Adds new repositories trie for fast repo lookups
Adds new visited paths trie for fast lookup of seen paths (to avoid git calls)
Replaces the tracked cache with a paths trie
All tries are case aware based on os and scheme (if uri based)
Adds new detectNestedRepositories setting to improve performance
Automatically handles nested repos for open document and remaps paths
Reworks isTracked for perf & nested repo detection
Changes excludes to a Set for faster matching
Splits getRepository into get & create (also removes async for get)
Replaces repo path methods with repo versions (part of moving away from string paths)
Renames getRemotes to getRemotesWithProviders & getRemotesCore to getRemotes
2 yıl önce
Eric Amodio
681368353b
Moves path normalization to system/path
Abstracts node path imports to system/path
2 yıl önce
Eric Amodio
5fa7a9a138
Allows debugger statements since removed on build
2 yıl önce
Eric Amodio
b8828552b2
Changes code lens to CodeLens as its a proper name
2 yıl önce
Eric Amodio
76e9abdceb
Removes dayjs & uses platform Intl formatting
2 yıl önce
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
2 yıl önce
Eric Amodio
473ecfe558
Fixes #1601 : normalizes time example to local time
2 yıl önce
Eric Amodio
148bb9c9e5
Normalizes to fileName casing
3 yıl önce
Eric Amodio
fae7449a0b
Improves logging type-safety
3 yıl önce
Eric Amodio
742acc7434
Adds a web build for vscode.dev/github.dev
3 yıl önce
Eric Amodio
b02096ded4
Updates dependencies
Adds anti-trojan-source eslint rule
Improves typescript config for eslint import
3 yıl önce
Eric Amodio
5dee2e97b0
Reworks container usage
3 yıl önce
Eric Amodio
b84f155e92
Fixes missing banner on welcome
3 yıl önce
Eric Amodio
5af13f7a3b
Adds tooltips to settings for education
3 yıl önce
Eric Amodio
a5bc9c1d10
Updates icon & logo
3 yıl önce
Eric Amodio
8bb6d8f1e7
Fixes codicons on webviews
3 yıl önce
Eric Amodio
3e67b36e14
Updates dependencies
3 yıl önce
Eric Amodio
e0163add62
GitLens joins GitKraken!
3 yıl önce
Eric Amodio
75089a6d68
Removes sponsorships
3 yıl önce
Eric Amodio
f77cf30643
Adds better webview security
3 yıl önce
Eric Amodio
efd0c954bb
Prettiers
3 yıl önce
Eric Amodio
0ccd76d691
Updates sponsor link
3 yıl önce
Eric Amodio
af4ce3e911
Adds new sponsors
3 yıl önce
Eric Amodio
15e50e84c8
Fixes issue with long messages on rebase editor
3 yıl önce
Eric Amodio
34a8d127be
Reverses j/k order
3 yıl önce
Eric Amodio
a65f571a10
Closes #1542 : Adds alternate shortcuts to rebase
3 yıl önce
Eric Amodio
8322b5a968
Removes eslint ignores
3 yıl önce
Eric Amodio
ac62316728
Fixes #1538 : uses iframe rendering
Removing the find widget allows iframe rendering
3 yıl önce
Eric Amodio
60f8cb9fb8
Changes import ordering
3 yıl önce
Eric Amodio
1a43f3a346
Updates dependencies
3 yıl önce
Eric Amodio
48786c9116
Adapts to `workbench.editorAssociations` data type
3 yıl önce
Eric Amodio
18bc1e80eb
Updates dependencies including TS 4.3-rc
3 yıl önce
Eric Amodio
4156a8e61d
Reworks some menus
3 yıl önce
Eric Amodio
db5285d4ad
Reworks config using new TypeScript features
3 yıl önce
Eric Amodio
b60637f00e
Closes #1335 - improves the contributors view
Contributors view will now show commits from the upstream, if one exists
Adds new contributors view options
- Sorting options
- Option to show all branches
3 yıl önce
Eric Amodio
8aac12ea79
Uses built-in Copy As menu
3 yıl önce
Eric Amodio
fd08cf9deb
Adds folder history support
3 yıl önce
Eric Amodio
038701803a
Fixes #1394 - removes disabled flags
3 yıl önce
Eric Amodio
00c5c210fc
Updates dependencies (TypeScript 4.2-rc)
3 yıl önce
Eric Amodio
08aed2116e
Adds highlight changes cmd to status bar/code lens
Fixes issues with editor.id no longer being available
3 yıl önce
Eric Amodio
5967c85e67
Closes #1378 - remote cmds to statusbar/code lens
3 yıl önce
Eric Amodio
eab65f576f
Fixes #1361 - no longer needs an opened repo
3 yıl önce
Eric Amodio
a7146939a8
Removes enabled from Repos & Line History views
3 yıl önce
Eric Amodio
d39063bb78
Fixes bad Tabnine link
3 yıl önce
Eric Amodio
013bf2e48b
Adds Tabnine corporate sponsorship
3 yıl önce
Eric Amodio
2a7c0c40bb
Adds more granular repo file watching
Adds repo change events for rebase, merge, and cherry-pick
Clears some caches only when specific change occurs
3 yıl önce
Eric Amodio
0c841023c4
Adds id to remote providers
3 yıl önce
Eric Amodio
fd7c156584
Changes provider from string to ref
3 yıl önce