Skip to content

Commit a47e07b

Browse files
committed
Removes unused code
1 parent 15d57bc commit a47e07b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/annotations/annotations.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ import {
66
ThemeColor,
77
workspace
88
} from 'vscode';
9-
import {
10-
DiffWithCommand,
11-
OpenCommitInRemoteCommand,
12-
OpenFileRevisionCommand,
13-
ShowQuickCommitDetailsCommand,
14-
ShowQuickCommitFileDetailsCommand
15-
} from '../commands';
9+
import { DiffWithCommand, ShowQuickCommitDetailsCommand } from '../commands';
1610
import { FileAnnotationType } from '../configuration';
1711
import { GlyphChars } from '../constants';
1812
import { Container } from '../container';
@@ -49,9 +43,6 @@ interface IRenderOptions extends DecorationInstanceRenderOptions, ThemableDecora
4943

5044
const defaultHeatmapHotColor = '#f66a0a';
5145
const defaultHeatmapColdColor = '#0a60f6';
52-
const escapeMarkdownRegex = /[`\>\#\*\_\-\+\.]/g;
53-
// const sampleMarkdown = '## message `not code` *not important* _no underline_ \n> don\'t quote me \n- don\'t list me \n+ don\'t list me \n1. don\'t list me \nnot h1 \n=== \nnot h2 \n---\n***\n---\n___';
54-
const markdownHeaderReplacement = `${GlyphChars.ZeroWidthSpace}===`;
5546

5647
let computedHeatmapColor: {
5748
color: string;

0 commit comments

Comments
 (0)