Why is "Remove from this list" not working when trying to remove project from Visual Studios Recent projects list?

huangapple go评论84阅读模式
英文:

Why is "Remove from this list" not working when trying to remove project from Visual Studios Recent projects list?

问题

如何永久清除“最近”列表中的项目和解决方案?它显示了一些已被删除且不再存在的解决方案,或者仅用于参考而不应使用的解决方案。这些项目会在我右键单击任务栏中的Visual Studio图标时以及在Visual Studio的“文件 - 最近的文件”中显示。

我已经尝试右键单击它们并选择“从此列表中删除”。起初它们确实消失了,但很快Visual Studio又会重新显示它们。

对我来说,这似乎是Visual Studio的一个错误。是否有一种方法可以强制重置它?

我更愿意逐个删除不再存在的项目,但也可以清除整个列表并重新开始。

我找到的唯一与此相关的解决方案是使用“清除最近”扩展的建议。但该扩展不受VS 2022支持。

英文:

How can I permanently clear projects and solutions from the "Recent" list? It is showing several solutions that either have been deleted and no longer exist, or are for reference only and are not to be used. These projects show up both when I right click the Visual Studio icon in the Task Bar, and if I go to File - Recent Files in Visual Studio.

I have already tried right clicking them and selecting "Remove from this list." At first they do disappear, but very soon Visual Studio just starts showing them again anyways.

To me this seems like a bug in Visual Studio. Is there any way to just force a reset on this?

I would prefer to individually remove the ones that no longer exist, but I would be ok with wiping out the entire list and starting fresh.

The only solution that I can find related to this is the suggestion to use the Clear Recent extension. But that extension is not supported by VS 2022.

答案1

得分: 1

这是由Windows而不是Visual Studio引起的错误。

  1. 通过单击“开始”菜单并选择“设置”来打开“设置”应用程序。
  2. 单击“个性化”类别。
  3. 在窗口左侧选择“启动”选项卡。
  4. 关闭标有“在开始菜单或任务栏上显示最近打开的项目”选项的开关。

这应该清除在右键单击任务栏上的Visual Studio图标时显示的最近列表。

英文:

It turned out this was caused by a bug with Windows, not with Visual Studio.

  1. Open the Settings app by clicking on the Start menu and selecting Settings.
  2. Click on the Personalization category.
  3. Select the Start tab on the left side of the window.
  4. Toggle off the option labeled Show recently opened items in Jump Lists on Start or the taskbar1

This should clear the recent list that is shown when you right-click on the Visual Studio icon in the Taskbar.

huangapple
  • 本文由 发表于 2023年8月5日 02:20:26
  • 转载请务必保留本文链接:https://go.coder-hub.com/76838341.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定