Files
search_macro/.vscode/settings.json
2025-11-14 18:46:03 +08:00

6 lines
208 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/.pixi/envs/default/bin/python",
"jupyter.kernels.excludePythonEnvironments": [
"${workspaceFolder}/.pixi/envs/default/bin/python"
]
}