robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
177 stars 14 forks source link

[Enhancement] Remove `robotcode.python` setting #319

Open d-biehl opened 5 days ago

d-biehl commented 5 days ago

Remove robotcode.python setting, it is already deprecated.

Yes, this is an old setting and comes from a time when the Python extension did not have a public API. It should normally no longer be used. See here for an explanation.

I will deprecate the robotcode.python setting in the next version and then remove it after a while. I am not sure yet if it is necessary to provide a replacement for it, since python provides the python.defaultInterpreterPath.

Originally posted by @d-biehl in https://github.com/robotcodedev/robotcode/issues/222#issuecomment-2386366603