20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"Spacebar.CleanSettingsRows": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Local": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"environmentVariables": {
|
|
"DOTNET_ENVIRONMENT": "Local"
|
|
}
|
|
}
|
|
}
|
|
}
|