-
Notifications
You must be signed in to change notification settings - Fork 767
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
ignoreSync
for path settings element
#6474
Comments
I'd want to wait until this is officially supported and documented in the VS Code specs. It looks like it's an undocumented (and perhaps unspecified?) feature in VS Code currently. I'd also want to make sure that this is consistent between the pyright LSP and Pylance, so the Pylance team members should weigh in on this as well. @debonte, @rchiodo, do you have any thoughts on this proposed change? |
It's used in some built-in vscode extensions since quite some time The documentation might have been forgotten, I guess, hence why I oppened microsoft/vscode-docs#7638. This is what it looks like from the LSP : Also note that I didn't check if there were some missing |
While I see the rationale here, I wonder:
@Malix-Labs, thanks for opening the vscode-docs issue. I also couldn't find Using the |
"ignoreSync" only applies for user-level, correct;
It won't break current configurations, just won't sync after that
This is what
Yep, I mentioned that in the issue already
I didn't know that however, thanks for the notice ! |
Thanks for the additional information and analysis. I don't have a strong opinion about whether this change should be made in pyright. My only stipulation is that I think it should match pylance in this regard. I'll leave it to the pylance team to decide whether they want to make this change in pylance — and if so, to make the similar change in pyright. @debonte, if you're good with that resolution, then I suggest that we move this enhancement request to the pylance-release project so it can be triaged, prioritized, and tracked by the pylance team. |
Moving this issue to discussions as an enhancement request for comments and upvotes. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Problem
Some settings are for specifying local paths, which could be different for each user's machine
Solution
Add
"ignoreSync" : true
to themRelated
The text was updated successfully, but these errors were encountered: