{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/bin/Debug/net8.0/resequence_pgsql.dll", "args": [ "-ip:192.168.0.108", "-u:mcarman", "-pwd:@ng31F@rm0823262", "-lip:127.0.0.1", "-p:5432", "-db:accessdb_v3" ], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console": "internalConsole" } ] }