* 更新工作空间信息
(updates: Partial<WorkspaceContext>)
| 255 | * 更新工作空间信息 |
| 256 | */ |
| 257 | public updateWorkspace(updates: Partial<WorkspaceContext>): void { |
| 258 | this.ensureReady(); |
| 259 | this.contextManager!.updateWorkspace(updates); |
| 260 | this.log('工作空间信息已更新'); |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * 获取格式化的上下文 |
nothing calls this directly
no test coverage detected