()
| 215 | } |
| 216 | |
| 217 | export async function documentSaveAll(): Promise<void> { |
| 218 | await workspace.saveAll(); |
| 219 | } |
| 220 | |
| 221 | // TODO: very similar to ./utils.getCurrentWorkspaceFolder() |
| 222 | export function projectPath(): { path: string | undefined; } { |
no outgoing calls
no test coverage detected