Refactor glob

This commit is contained in:
Saoud Rizwan
2024-09-24 11:21:08 -04:00
parent 24bad56785
commit 888b3b7022
4 changed files with 101 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
import * as vscode from "vscode"
import * as path from "path"
import { listFiles } from "../services/tree-sitter/index"
import { listFiles } from "../services/glob/list-files"
import { ClaudeDevProvider } from "../core/webviews/ClaudeDevProvider"
const cwd = vscode.workspace.workspaceFolders?.map((folder) => folder.uri.fsPath).at(0)