Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 0f389a4

Browse files
authored
Merge branch 'main' into bug_fix2
2 parents d338cbf + c49442f commit 0f389a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"**/target/**": true
1414
},
1515
"lldb.executable": "/usr/bin/lldb",
16+
"dotnet.server.useOmnisharp": true,
1617
"omnisharp.enableEditorConfigSupport": true,
1718
"omnisharp.enableRoslynAnalyzers": true,
1819
"python.defaultInterpreterPath": "/workspaces/onefuzz/src/venv/bin/python",
@@ -48,4 +49,4 @@
4849
"features": {
4950
"ghcr.io/devcontainers/features/azure-cli:1": {}
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)