-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change the default folder for typings #285
Comments
Hey there! You can change the path by setting |
Oh. I had understood that |
What would you suggest? We show the default value as "./typings" already. Are you looking for it to mention that that's where generated stubs are placed? |
Ah, interesting. It should be there, but empty/undefined is equivalent to default, so it probably wasn't caught. |
Maybe this is more a VS Code issue, that seems to never show the defaults for some kind of fields. |
No, it's up to the extension to declare its defaults, so we just have to add it in. |
This issue has been fixed in version 2020.9.0, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/master/CHANGELOG.md#202090-3-september-2020 |
When I ask to generate a stub from a library, it creates a folder
typings/libname
in the root directory. I wanna change it, in the workspace, to create this folder in another place (eg..vscode/typings
) instead of the root directory, as this breaks the folder structure of the project. I tried to find it in the settings but there isn't anything like that.Where do I change it?
The text was updated successfully, but these errors were encountered: