Devcontainer: Set some default Omnisharp options (#2048)

This commit is contained in:
George Pollard
2022-06-15 14:18:19 +12:00
committed by GitHub
parent ab1e422d34
commit f514fc35e3

View File

@ -15,7 +15,9 @@
"rust-analyzer.linkedProjects": [ "rust-analyzer.linkedProjects": [
"/workspaces/onefuzz/src/agent/Cargo.toml" "/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. // Add the IDs of extensions you want installed when the container is created.
"extensions": [ "extensions": [