oh-my-posh/docs/api/host.json

16 lines
289 B
JSON
Raw Normal View History

2022-01-03 08:38:07 -08:00
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[2.*, 3.0.0)"
}
}