Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit af892fd

Browse files
authored
python.pythonPath is depreacted (#1129)
1 parent 71e2bb1 commit af892fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script-library/container-features/src/features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630
"PATH":"${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
631631
},
632632
"settings": {
633-
"python.pythonPath": "/usr/local/bin/python",
633+
"python.defaultInterpreterPath": "/usr/local/bin/python",
634634
"python.languageServer": "Pylance",
635635
"python.linting.enabled": true,
636636
"python.linting.pylintEnabled": true,
@@ -1030,4 +1030,4 @@
10301030
}
10311031
]
10321032
}
1033-
1033+

0 commit comments

Comments
 (0)