6 lines
208 B
JSON
6 lines
208 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.pixi/envs/default/bin/python",
|
|
"jupyter.kernels.excludePythonEnvironments": [
|
|
"${workspaceFolder}/.pixi/envs/default/bin/python"
|
|
]
|
|
} |