summaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Properties/launchSettings.json')
-rw-r--r--Properties/launchSettings.json10
1 files changed, 10 insertions, 0 deletions
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