* Sync helper for test setup — populate without going through the async API.
(uri: URI, content: string)
| 23 | * Sync helper for test setup — populate without going through the async API. |
| 24 | */ |
| 25 | set(uri: URI, content: string): void { |
| 26 | this.files.set(uri.path, content); |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Sync helper to clear all files. |