Skip to content

Commit 737570f

Browse files
committed
nes: refactor: move CurrentDocument to common/
1 parent f884aa0 commit 737570f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/extension/xtab/node/xtabProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { editWouldDeleteWhatWasJustInserted } from '../../inlineEdits/common/ghN
5050
import { getOrDeduceSelectionFromLastEdit } from '../../inlineEdits/common/nearbyCursorInlineEditProvider';
5151
import { IgnoreImportChangesAspect } from '../../inlineEdits/node/importFiltering';
5252
import { createTaggedCurrentFileContentUsingPagedClipping, getUserPrompt, N_LINES_ABOVE, N_LINES_AS_CONTEXT, N_LINES_BELOW, nes41Miniv3SystemPrompt, PromptPieces, PromptTags, simplifiedPrompt, systemPromptTemplate, unifiedModelSystemPrompt, xtab275SystemPrompt } from '../common/promptCrafting';
53-
import { CurrentDocument } from './xtabCurrentDocument';
53+
import { CurrentDocument } from '../common/xtabCurrentDocument';
5454
import { XtabEndpoint } from './xtabEndpoint';
5555
import { linesWithBackticksRemoved, toLines } from './xtabUtils';
5656

0 commit comments

Comments
 (0)