-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Add a setting for disabling link protection #80592
Comments
The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our issue reporting guidelines. Happy Coding! |
Extensions can write to your settings, so we don't want to allow configuring this in settings. You can run the new command "Toggle Link Protection for Trusted Domains". |
I don't want this "feature". |
There's a legal requirement for Microsoft software for linking to websites that Microsoft has no control on. |
Fine, but give me control over my own experience. I don't want or need this feature and now it's something I have to fuss with on every single install. Which ends up being relatively frequent on work machines. |
Yeah, unfortunately you would have to do it at least once on each machine. But the requirement is MS product has to acquire explicit user consent before it can direct users to other domains it has no control of. |
Unfortunate, yes. I started using VS Code because it didn't get in my way and I was able to stay in the zone and productive longer than with, say, Visual Studio. However, it's steadily creeping up in little annoyances that add up to an unpleasant experience and this is right at home in the list. This is, however, the most direct and egregious example as it is literally a company decision to get in the users way and stop them from doing their work. Yes, it's small, but these things matter. I understand this has next to zero percent chance of changing and I'm talking into the void. |
Would it be possible to expose this as a command-line option? This way I could include a call to (eg.):
as part of my automated system setup so I don't need to change this setting on every machine. Or could extensions still call the command-line option to get around this? |
I don't think that's a good addition. However our upcoming setting sync work should include syncing this hidden setting. |
I didn't know there is work ongoing on official settings sync. Would you mind linking the issue for settings sync so I can read about it? The current settings sync extension is less-than-ideal, so I check my |
It looks like the fancy new feature asking me if I really really meant to click a link doesn't have a setting to disable it (inside my
settings.json
). I really don't want to have to deal with disabling this manually on every machine I end up using.The text was updated successfully, but these errors were encountered: