From 7d83d4d47fc2425768f28b8d98238732aeb1462c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 7 Nov 2021 13:45:12 +0100 Subject: [PATCH] Add OmniSharp settings. --- omnisharp.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 omnisharp.json diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 0000000000..0bad48f52a --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,5 @@ +{ + "RoslynExtensionsOptions": { + "enableAnalyzersSupport": true + } +} \ No newline at end of file