props/.vscode/settings.json
Harrison Deng 7a78dcb339
Some checks reported errors
ydeng/props/pipeline/head Something is wrong with the build of this commit
Reconfigured devcontainer.
2024-07-20 01:50:47 +00:00

8 lines
178 B
JSON

{
"python.defaultInterpreterPath": "/opt/conda/bin/python",
"dotnet.dotnetPath": "/opt/conda/lib/dotnet/",
"omnisharp.dotNetCliPaths": [
"/opt/conda/lib/dotnet/dotnet"
]
}