This commit is contained in:
Andrew 2024-10-24 19:59:25 -07:00
parent 420ecb320e
commit 1b8e7f3643

View file

@ -1,9 +1,9 @@
import * as vscode from 'vscode';
// import { diffLines, Change } from 'diff';
import { BaseDiff } from './shared_types';
import { diff_match_patch } from 'diff-match-patch';
import { diffLines } from 'diff';
import { BaseDiff } from './common/shared_types';
// const diffLinesOld = (text1: string, text2: string) => {