mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-10 09:11:36 +00:00
Devcontainer: Set some default Omnisharp options (#2048)
This commit is contained in:
parent
ab1e422d34
commit
f514fc35e3
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user