{ // 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 (mk)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/MarketData/MarketData/bin/Debug/net8.0/mk.dll", "args": [], "cwd": "${workspaceFolder}/MarketData/MarketData", "console": "internalConsole", "stopAtEntry": false }, { "name": ".NET Core Launch (mks)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/MarketDataServer/bin/Debug/net8.0/mks.dll", "args": [], "cwd": "${workspaceFolder}/MarketDataServer", "console": "internalConsole", "stopAtEntry": false } ] }