Skip to content

Commit 4d044e5

Browse files
docs(settings): describe the full pythonPath auto-detect order
1 parent 304f197 commit 4d044e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "string",
3838
"scope": "machine",
3939
"default": "",
40-
"description": "Path to the Python executable used to run the XLIDE backend. Leave empty to use 'python' (Windows) or 'python3' (Mac/Linux) from PATH."
40+
"description": "Path to the Python executable used to run the XLIDE backend. Leave empty to auto-detect: a workspace .venv, then (on macOS) well-known install locations such as Homebrew and python.org, then 'python' (Windows) or 'python3' (Mac/Linux) from PATH."
4141
},
4242
"xlide.attachToRunningExcel": {
4343
"type": "boolean",

0 commit comments

Comments
 (0)