Add ability to suppress notificiations IPMonitor
This commit is contained in:
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@@ -25,6 +25,18 @@
|
||||
"cwd": "${workspaceFolder}/MarketDataServer",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Launch (ipmonitor)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/IPMonitor/bin/Debug/net8.0/ipmonitor.dll",
|
||||
"args": ["IPMONITOR","/FORCE:true"],
|
||||
"cwd": "${workspaceFolder}/IPMonitor",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user