14 lines
222 B
JSON
14 lines
222 B
JSON
{
|
|
"profiles": {
|
|
"{{ModuleName}}": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Standalone"
|
|
}
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker"
|
|
}
|
|
}
|
|
}
|