We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ecadd commit 787a714Copy full SHA for 787a714
src/actions/portal/copilot.ts
@@ -9,7 +9,6 @@ import { FilePath } from "../../types/file/filePath.js";
9
import { FileName } from "../../types/file/fileName.js";
10
import { FileService } from "../../infrastructure/file-service.js";
11
import { LauncherService } from "../../infrastructure/launcher-service.js";
12
-import { taskLog } from "@clack/prompts";
13
14
export class CopilotAction {
15
private readonly apiService = new ApiService();
0 commit comments