diff --git a/IDE/dist/Standard.dbgvis b/IDE/dist/Standard.dbgvis index 065a6c61..3756cda5 100644 --- a/IDE/dist/Standard.dbgvis +++ b/IDE/dist/Standard.dbgvis @@ -620,7 +620,7 @@ }, "Type": { - "Name": "System.Collections.Generic.List<*>", + "Name": "System.Collections.List<*>", "DisplayString": "{{ count={mSize} }}", "Expand": { "Item": { @@ -635,7 +635,7 @@ }, "Type": { - "Name": "System.Collections.Generic.Dictionary<*, *>", + "Name": "System.Collections.Dictionary<*, *>", "DisplayString": "{{ count={mCount - mFreeCount} }}", "Expand": { "Item": { @@ -654,7 +654,7 @@ }, "Type": { - "Name": "System.Collections.Generic.Dictionary<*, *>.Entry", + "Name": "System.Collections.Dictionary<*, *>.Entry", "DisplayString": "{{[{mKey}, {mValue}]}}", "Expand": { "Item": { @@ -669,7 +669,7 @@ }, "Type": { - "Name": "System.Collections.Generic.HashSet<*>", + "Name": "System.Collections.HashSet<*>", "DisplayString": "{{ count={mCount} }}", "Expand": { "Item": { @@ -683,21 +683,6 @@ } } }, - - "Type": { - "Name": "System.Collections.Generic.KeyValuePair<*, *>", - "DisplayString": "{{{mKey}, {mValue}}}", - "Expand": { - "Item": { - "Name": "[Key]", - "Value": "mKey" - }, - "Item": { - "Name": "[Value]", - "Value": "mValue" - } - } - }, "Type": { "Name": "llvm::SmallVectorImpl<*>", @@ -1183,4 +1168,4 @@ } } -} \ No newline at end of file +}