···18181919## API
20202121-### `setTerminalProfile(profile: string): Promise<void>`
2121+### `setTerminalProfile`
2222+2323+```typescript
2424+function setTerminalProfile(profile: string): Promise<void>;
2525+```
22262327Update all of Terminal’s windows and tabs to the `profile` profile
2428