diff --git a/omnisharp.json b/omnisharp.json index ec1a2fe03e..2bcb6eaf77 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -3,6 +3,7 @@ "enableEditorConfigSupport": true }, "RoslynExtensionsOptions": { - "enableAnalyzersSupport": true + "enableAnalyzersSupport": true, + "enableDecompilationSupport": true } }