{ "profiles": { "PowerShell": { "commandName": "Executable", "executablePath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", "commandLineArgs": "-NoExit -Command \"Import-Module '.\\HyperBooru.PowerShell.dll'; cd ~;$s = Connect-HyperBooruSession -SkipCertificateCheck -BaseUrl 'http://127.0.0.1:7132' -Credential ([PSCredential]::new('admin',(ConvertTo-SecureString -AsPlainText -Force 'admin')))\"", "nativeDebugging": false } } }