From f514fc35e32babc81554d70425627d5eb92d7293 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Wed, 15 Jun 2022 14:18:19 +1200 Subject: [PATCH] Devcontainer: Set some default Omnisharp options (#2048) --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b96922912..981f5c271 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,9 @@ "rust-analyzer.linkedProjects": [ "/workspaces/onefuzz/src/agent/Cargo.toml" ], - "python.defaultInterpreterPath": "/workspaces/onefuzz/src/venv/bin/python" + "python.defaultInterpreterPath": "/workspaces/onefuzz/src/venv/bin/python", + "omnisharp.enableRoslynAnalyzers": true, + "omnisharp.enableEditorConfigSupport": true }, // Add the IDs of extensions you want installed when the container is created. "extensions": [