gpduck / MSTerminalSettings

MIT License
118 stars 15 forks source link

WindowsTerminal 0.11 Broke MSTerminal Settings: Change of profiles.json to settings.json #55

Open JustinGrote opened 4 years ago

JustinGrote commented 4 years ago

image

limsammy commented 4 years ago

Any workaround for this?

EDIT: Switch from the default branch to release/v2.0

To install this 2.0 release from PowerShellGet, use Install-Module -Name MSTerminalSettings -AllowPrerelease

Source: https://www.powershellgallery.com/packages/MSTerminalSettings/2.1.0-rc0001

You may need to update PackageManagement/PowerShellGet. I followed this guide and got everything working!

Jaykul commented 1 year ago

That rc doesn't work anymore either.

get-msterminalprofile

MethodInvocationException: Exception calling "FromJson" with "1" argument(s): "Could not convert string to boolean: none. Path 'copyFormatting', line 32, position 28." Add-Member: Cannot bind argument to parameter 'InputObject' because it is null.

JustinGrote commented 1 year ago

Probably worked at one point but I haven't touched it in ages. Source: I was writing the release/2.0 but it became less important as the better tools for managing settings came along.

igoravl commented 1 year ago

@JustinGrote and what are those tools? Any pointers to share?

Thx!