Add 'No results' type to context menu

This commit is contained in:
Saoud Rizwan
2024-09-18 11:00:48 -04:00
parent b94f6fd4e1
commit f104754d3e
4 changed files with 26 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ import { ClaudeDevProvider } from "../providers/ClaudeDevProvider"
const cwd = vscode.workspace.workspaceFolders?.map((folder) => folder.uri.fsPath).at(0)
// Note: this is not a drop-in replacement for listFiles at the start of tasks, since that will be done for Desktops when there is no workspace selected
class WorkspaceTracker {
private providerRef: WeakRef<ClaudeDevProvider>
private disposables: vscode.Disposable[] = []