简体   繁体   English

创建自定义任务列表选项Visual Studio 2013

[英]Creating custom Task List Option Visual Studio 2013

I am trying to add a Task List item in Visual Studio 2013 (Tools --> Options --> Task List. The standard TODO, HACK, UNDONE and UnresolvedMergeConflict are present. 我正在尝试在Visual Studio 2013中添加任务列表项(工具->选项->任务列表。存在标准的TODO,HACK,UNDONE和UnresolvedMergeConflict。

I'm creating a task item REFACTOR. 我正在创建任务项REFACTOR。 I add it per the (very simple) instructions and I see all of the items in my list as I expect. 我按照(非常简单的)说明添加了它,并且我按预期看到了列表中的所有项目。 However, whenever I close the solution and then reopen it, the task is gone from both the Options and of course the View Task List. 但是,每当我关闭解决方案然后重新打开它时,任务都会从“选项”和“查看任务列表”中消失。

I've checked the settings file and this value is persisted after I close the solution, but at reload it appears that the settings file is not loaded. 我已经检查了设置文件,并且在关闭解决方案后此值仍然存在,但是在重新加载时,似乎未加载设置文件。 I can't find any documentation on this issue, and, the few articles on creating a new Task Item are so blatantly straight forward that I don't think it's a PEBCAK issue. 我找不到有关此问题的任何文档,而且,有关创建新任务项的几篇文章如此直截了当,以至于我不认为这是PEBCAK的问题。 TIA. TIA。

In the event anyone else has this issue (but it doesn't appear that they will, since I've had 0 response), I found that making the settings in TFS 2015, which I also have installed, solved the disappearing problem. 如果其他任何人都遇到了这个问题(但是由于我的响应为0,所以他们似乎没有出现这个问题),我发现在我也安装了的TFS 2015中进行设置可以解决消失的问题。 Don't know whether it needed to be in both instances of TFS, or whether the newer version ruled, but it solved my problem. 不知道是否需要在TFS的两个实例中都使用它,还是不知道是否要使用新版本,但这解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM