We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b217c commit bed6d74Copy full SHA for bed6d74
1 file changed
src/issues/issueFeatureRegistrar.ts
@@ -57,6 +57,7 @@ import {
57
pushAndCreatePR,
58
USER_EXPRESSION,
59
} from './util';
60
+import { truncate } from '../common/utils';
61
import { OctokitCommon } from '../github/common';
62
import { CopilotRemoteAgentManager } from '../github/copilotRemoteAgent';
63
import { FolderRepositoryManager, PullRequestDefaults } from '../github/folderRepositoryManager';
@@ -69,7 +70,6 @@ import { chatCommand } from '../lm/utils';
69
70
import { ReviewManager } from '../view/reviewManager';
71
import { ReviewsManager } from '../view/reviewsManager';
72
import { PRNode } from '../view/treeNodes/pullRequestNode';
-import { truncate } from '../common/utils';
73
74
const CREATING_ISSUE_FROM_FILE_CONTEXT = 'issues.creatingFromFile';
75
0 commit comments