()
| 908 | } |
| 909 | |
| 910 | private getAutoRetryPreferencePath(): string { |
| 911 | return path.join(this.config.getSessionDir(this.workspaceId), AUTO_RETRY_PREFERENCE_FILE); |
| 912 | } |
| 913 | |
| 914 | setLegacyAutoRetryEnabledHint(enabled: boolean): void { |
| 915 | this.assertNotDisposed("setLegacyAutoRetryEnabledHint"); |
no test coverage detected