12 Zeilen
182 B
JSON
12 Zeilen
182 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "PrinterMonitor",
|
|
"runtimeExecutable": "dotnet",
|
|
"runtimeArgs": ["run"],
|
|
"port": 5000
|
|
}
|
|
]
|
|
}
|