提交 7b0750bd 编写于 作者: B Balaji Soundrarajan

Merge pull request #1362 from basoundr/fix1309ArgExpDupSrc

Dont re-add the same source table
......@@ -22,7 +22,7 @@ internal class MiscellaneousDiagnosticListTable : VisualStudioBaseDiagnosticList
SVsServiceProvider serviceProvider, MiscellaneousFilesWorkspace workspace, IDiagnosticService diagnosticService, ITableManagerProvider provider) :
base(serviceProvider, workspace, diagnosticService, Identifier, provider)
{
AddTableSource();
ConnectWorkspaceEvents();
}
/// this is for test only
......
......@@ -20,7 +20,7 @@ internal class MiscellaneousTodoListTable : VisualStudioBaseTodoListTable
public MiscellaneousTodoListTable(MiscellaneousFilesWorkspace workspace, ITodoListProvider todoListProvider, ITableManagerProvider provider) :
base(workspace, todoListProvider, Identifier, provider)
{
AddTableSource();
ConnectWorkspaceEvents();
}
// only for test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册