mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 09:41:37 +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": [
|
"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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user