12 lines
215 B
JSON
12 lines
215 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "asadi-dotnet",
|
||
|
|
"runtimeExecutable": "dotnet",
|
||
|
|
"runtimeArgs": ["run", "--urls", "http://localhost:5050"],
|
||
|
|
"port": 5050
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|