-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I tried out the powershell theme in windows 10 and it kicked back a bunch of errors.
PS C:\Users\kevin\workspace\external\solarized> . .\Powershell\Theme-Solarized.ps1
The property 'FontName' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\kevin\workspace\external\solarized\Powershell\Theme-Solarized.ps1:22 char:1
+ $psISE.Options.FontName = 'Source Code Pro'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
The property 'FontSize' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\kevin\workspace\external\solarized\Powershell\Theme-Solarized.ps1:23 char:1
+ $psISE.Options.FontSize = 10
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : PropertyNotFound
...
Metadata
Metadata
Assignees
Labels
No labels