Eric Amodio
8ae14669fb
Adds better provider (GitHub) error handling
2 years ago
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
2 years ago
Eric Amodio
c18dc7b50b
FIxes issues with open prior blame command
- Adds proper error handling & messaging
- Handles uncommitted lines
Adds open prior blame to hover on uncommitted lines
2 years ago
Eric Amodio
1fc4d399ef
Forces reset on clear
Avoids saving/re-saving object if it isn't changing
2 years ago
Eric Amodio
393155a020
Adds hasChanges
2 years ago
Eric Amodio
77802dc965
Simplifies repository change detection
2 years ago
Eric Amodio
c8e52ba8d9
Adds optional updateContext to git providers
Avoids re-export from git provider service
2 years ago
Eric Amodio
738d5f4933
Removes default params to reduce garbage
2 years ago
Eric Amodio
5167762616
Adds supported schemes declaration
2 years ago
Eric Amodio
ca1da4a8ec
Fixes process import
2 years ago
Eric Amodio
681368353b
Moves path normalization to system/path
Abstracts node path imports to system/path
3 years ago
Eric Amodio
9973901ea8
Upgrade dependencies
3 years ago
Eric Amodio
55f7ffb7ba
Removes unused call
3 years ago
Eric Amodio
d1002c3ed0
Converts more file paths to Uris
Adds more docs
Removes unused original file name from diff calls
3 years ago
Eric Amodio
744aaf137e
Defers supported change event checks
3 years ago
Eric Amodio
f894aceb63
Updates branches & tags caching
Avoids default params to reduce garbage
3 years ago
Eric Amodio
da9f5f75c5
Adds comments and clarifies forceSingleLine param
3 years ago
Eric Amodio
5385e29f57
Adds more specific settings typing
3 years ago
Eric Amodio
b083eaca58
Splits Git errors from others
3 years ago
Eric Amodio
ae9ceb7665
Moves unknown GitUri to live on itself
3 years ago
Eric Amodio
5fa7a9a138
Allows debugger statements since removed on build
3 years ago
Eric Amodio
e0915eb66d
Avoids * imports for node libs
3 years ago
Eric Amodio
abcd302580
Changes take Uri rather than string file name
For virtual workspaces. Will be continually converting strings to Uris
3 years ago
Eric Amodio
444dafb01c
Updates dependencies
3 years ago
Eric Amodio
b5c592d596
Fixes casing
3 years ago
Eric Amodio
54f2893305
Removes unneeded regex from logging timestamp
3 years ago
Eric Amodio
7326b4f82e
Renames `pack` script
Moves eslint ignores into rc file
Removes unused dev dependency
3 years ago
Eric Amodio
9c0f69c0e4
Updates copyright year
3 years ago
Eric Amodio
b8828552b2
Changes code lens to CodeLens as its a proper name
3 years ago
Eric Amodio
e417446f59
Fixes #1645 - removes regex
Possible catastrophic backtracking with large inputs (very unlikely in the wild)
3 years ago
Eric Amodio
ccdd1c34ba
Updates workflow secret name
3 years ago
Eric Amodio
a428b6ab93
Updates dependencies & uses squoosh by default
3 years ago
Eric Amodio
6e37d75111
Updates licenses
3 years ago
Eric Amodio
a92c808fc6
Adds CodeLens date/time format setting
3 years ago
Eric Amodio
76e9abdceb
Removes dayjs & uses platform Intl formatting
3 years ago
Eric Amodio
6148927e94
Improves avatar lookup/caching performance
3 years ago
Eric Amodio
88e9a466d2
Improves finding rich provider performance
3 years ago
Eric Amodio
eab8a134ee
Updates dependencies
3 years ago
Eric Amodio
5ab442c03a
Updates GitHub actions
Improves stale issue handling after updates
3 years ago
Eric Amodio
d9e60a388e
Updates dependencies
3 years ago
Eric Amodio
04219219a7
Adds squoosh image minify build option
Adds image minify webpack config for debugging
3 years ago
Eric Amodio
098f2b1d01
First pass at esbuild bundling (wip)
3 years ago
Eric Amodio
c4f078d1b6
Fixes github code splitting
3 years ago
Eric Amodio
3a525959db
Updates to latest emojis
3 years ago
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 years ago
Eric Amodio
ed360d0d46
Updates to latest image minimizer
3 years ago
Eric Amodio
26c6c3ae93
Updates to latest esbuild (const enum inlining)
3 years ago
Eric Amodio
ec149f3df9
Switches footnotes to be above the command bar
3 years ago
Eric Amodio
c58e71b2b3
Fixes #1506 : Removes GitHub authentication badge
3 years ago
Eric Amodio
473ecfe558
Fixes #1601 : normalizes time example to local time
3 years ago