(id: string)
| 2059 | } |
| 2060 | |
| 2061 | async deleteTaskFromState(id: string) { |
| 2062 | await this.taskHistoryStore.delete(id) |
| 2063 | this.recentTasksCache = undefined |
| 2064 | |
| 2065 | await this.postStateToWebview() |
| 2066 | } |
| 2067 | |
| 2068 | async refreshWorkspace() { |
| 2069 | this.currentWorkspacePath = getWorkspacePath() |
no test coverage detected