File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/vs/workbench/contrib/inlineChat/browser Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -900,19 +900,6 @@ export class LiveStrategy3 extends EditModeStrategy {
900
900
}
901
901
: undefined ;
902
902
903
-
904
- this . _sessionStore . add ( this . _session . textModelN . onDidChangeContent ( e => {
905
-
906
- for ( const editRange of e . changes . map ( c => c . range ) . flat ( ) ) {
907
- if ( Range . areIntersectingOrTouching ( modifiedRange , editRange ) ) {
908
- // implicit accepted
909
- this . _modifiedRangesThatHaveBeenInteractedWith . push ( id ) ;
910
- }
911
- }
912
- this . _showDiff ( true , true ) ;
913
- } ) ) ;
914
-
915
-
916
903
const zoneLineNumber = this . _zone . position ! . lineNumber ;
917
904
const myDistance = zoneLineNumber <= modifiedRange . startLineNumber
918
905
? modifiedRange . startLineNumber - zoneLineNumber
You can’t perform that action at this time.
0 commit comments