File path settings should have setting sync disabled by default #6475
Replies: 6 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? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
While I see the rationale here, I wonder:
@Malix-Labs, thanks for opening the vscode-docs issue. I also couldn't find Using the |
Beta Was this translation helpful? Give feedback.
-
"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 ! |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussions as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
-
Problem
Some settings are for specifying local paths, which could be different for each user's machine
Solution
Add
"ignoreSync" : true
to themRelated
Beta Was this translation helpful? Give feedback.
All reactions