microsoft/vscode-pylint

pylint.importStrategy for folder does not exist

juskek opened this issue · 6 comments

juskek commented

image
image

Would it be possible to get a folder setting for import strategy?

@juskek Can you provide more details on the use case for this?

juskek commented

Hi! Thanks for the quick response 😃

We've got a venv with a specific pylint version installed, and we want the pylint extension to use that version across different local machines

This feature is available with the black and isort VSCode extensions as well!

luabud commented

We are reserving this issue for Grace Hopper's Open Source Day, which will take place on September 22nd, 2023. If you're part of the event and would like to submit a contribution to this issue, please let us know, and we'll be happy to assign it to you.

For other community members who are not participating in the event, we appreciate your interest in contributing! We kindly request that you wait until after September 22nd to work on this issue. If no one from the event has been assigned to it by then, we'll gladly assign it to you. Thank you for your understanding and support!

luabud commented

This issue is about setting a changing the scope of the pylint.importStrategy setting. You can learn more about setting scopes here: https://code.visualstudio.com/api/references/contribution-points#contributes.configuration

Hello! I'm going to Grace Hopper this year. Could you assign me this issue? Thank you. :>

@Lynanguyen0515 You can look at this extension to see how to adjust the scope of importStrategy: https://github.com/microsoft/vscode-black-formatter