From 7984d2ecd4bdba7061429f98fdfae88f44f4a358 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 25 Aug 2023 15:47:14 +1000 Subject: v0.13a --- Properties/launchSettings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Properties/launchSettings.json (limited to 'Properties') diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..64c63b2 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,10 @@ +{ + "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 + } + } +} \ No newline at end of file -- cgit v1.3