summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2022-03-07 17:16:05 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-07 17:16:05 +0100
commitd538e433bfbc33668b92857a161b095e5d231c01 (patch)
treef4cf31afc7eb899f3b99caee04c5ef04c9257163 /source/refined-github.ts
parent3d60c7294d0960272cecff93c4d45dbb89af8b61 (diff)
downloadrefined-github-d538e433bfbc33668b92857a161b095e5d231c01.tar.gz
refined-github-d538e433bfbc33668b92857a161b095e5d231c01.tar.zst
refined-github-d538e433bfbc33668b92857a161b095e5d231c01.zip
Add `link-to-compare-diff` feature (#5458)
Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com>
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 7e5f0134..2f14c1a6 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -215,3 +215,4 @@ import './features/dim-visited-conversations';
import './features/rgh-improve-new-issue-form';
import './features/easy-toggle-commit-messages';
import './features/command-palette-navigation-shortcuts';
+import './features/link-to-compare-diff';