()
| 575 | } |
| 576 | |
| 577 | public getActiveProfile(): string | undefined { |
| 578 | return this.getConfiguration().currentApiConfigName |
| 579 | } |
| 580 | |
| 581 | public async setActiveProfile(name: string): Promise<string | undefined> { |
| 582 | const entry = this.getProfileEntry(name) |
no test coverage detected