-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
PowerShell/Demos/1.08 Profile Script.ps1
Lines 95 to 100 in 0c124fd
| # TODO: These should be based on current background color | |
| $VisibleFG = 'DarkYellow' | |
| # Do this only if running in Console and a FullLanguage session. | |
| # See about_Language_Modes for a detailed explanation. | |
| if (($host.Name -eq 'ConsoleHost') -and ($ExecutionContext.SessionState.LanguageMode -eq 'FullLanguage')) { | |
| # Make errors more legible |
This issue was generated by todo-issue based on a TODO comment in 0c124fd.
Reactions are currently unavailable