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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [