Files
simulation_core/tools/models_analyzer/omnisharp.json.sample

10 lines
256 B
Plaintext
Raw Normal View History

{
"RoslynExtensionsOptions": {
"enableAnalyzersSupport": true,
"analyzeOpenDocumentsOnly": true,
"LocationPaths": [
"/home/mkarlic/renode-models-analyzer/ModelsAnalyzer/Analyzers/bin/Debug/net6.0/"
]
}
}