Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 Visual Studio (2013) 的任务列表中添加一些用户任务,然后关闭并重新打开 Visual Studio,则所有用户任务都会丢失。这是一个错误吗?还是 Visual Studio 不支持保存用户任务?请给我一个想法。
我不知道这是否只是一个错误,或者微软决定如果你不将你的项目添加到源代码管理中它将无法工作。
试试这个.. 创建一个新项目并选中“添加到源代码管理”选项,然后选择 git,这将为您的项目创建一个本地 git 存储库。
向该新项目添加一些任务以测试并关闭它的视觉工作室。
您将看到您的任务已保存,并且您可以在重新打开项目时再次看到它们。
让我知道这是否有效;)