()
| 2066 | } |
| 2067 | |
| 2068 | async refreshWorkspace() { |
| 2069 | this.currentWorkspacePath = getWorkspacePath() |
| 2070 | await this.postStateToWebview() |
| 2071 | } |
| 2072 | |
| 2073 | async postStateToWebview() { |
| 2074 | const state = await this.getStateToPostToWebview() |
no test coverage detected