9 lines
229 B
JSON
9 lines
229 B
JSON
{
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=build"
|
|
],
|
|
"python-envs.defaultEnvManager": "ms-python.python:conda",
|
|
"python-envs.defaultPackageManager": "ms-python.python:conda",
|
|
"python-envs.pythonProjects": []
|
|
}
|