this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve readme

+5 -1
+5 -1
readme.md
··· 18 18 19 19 ## API 20 20 21 - ### `setTerminalProfile(profile: string): Promise<void>` 21 + ### `setTerminalProfile` 22 + 23 + ```typescript 24 + function setTerminalProfile(profile: string): Promise<void>; 25 + ``` 22 26 23 27 Update all of Terminal&rsquo;s windows and tabs to the `profile` profile 24 28