浏览代码

Remove KeyValuePair and Generic namespace

ExMatics HydrogenC 5 年之前
父节点
当前提交
f67ce12d0e
共有 1 个文件被更改,包括 5 次插入20 次删除
  1. 5 20
      IDE/dist/Standard.dbgvis

+ 5 - 20
IDE/dist/Standard.dbgvis

@@ -620,7 +620,7 @@
     },
     },
 
 
     "Type": {
     "Type": {
-        "Name": "System.Collections.Generic.List<*>",
+        "Name": "System.Collections.List<*>",
         "DisplayString": "{{ count={mSize} }}",
         "DisplayString": "{{ count={mSize} }}",
         "Expand": {
         "Expand": {
             "Item": {
             "Item": {
@@ -635,7 +635,7 @@
     },
     },
 
 
     "Type": {
     "Type": {
-        "Name": "System.Collections.Generic.Dictionary<*, *>",
+        "Name": "System.Collections.Dictionary<*, *>",
         "DisplayString": "{{ count={mCount - mFreeCount} }}",
         "DisplayString": "{{ count={mCount - mFreeCount} }}",
         "Expand": {
         "Expand": {
             "Item": {
             "Item": {
@@ -654,7 +654,7 @@
     },
     },
 
 
     "Type": {
     "Type": {
-        "Name": "System.Collections.Generic.Dictionary<*, *>.Entry",
+        "Name": "System.Collections.Dictionary<*, *>.Entry",
         "DisplayString": "{{[{mKey}, {mValue}]}}",        
         "DisplayString": "{{[{mKey}, {mValue}]}}",        
         "Expand": {
         "Expand": {
             "Item": {
             "Item": {
@@ -669,7 +669,7 @@
     },
     },
 
 
     "Type": {
     "Type": {
-        "Name": "System.Collections.Generic.HashSet<*>",
+        "Name": "System.Collections.HashSet<*>",
         "DisplayString": "{{ count={mCount} }}",
         "DisplayString": "{{ count={mCount} }}",
         "Expand": {
         "Expand": {
             "Item": {
             "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": {
     "Type": {
         "Name": "llvm::SmallVectorImpl<*>",
         "Name": "llvm::SmallVectorImpl<*>",
@@ -1183,4 +1168,4 @@
         }
         }
     } 
     } 
 
 
-}
+}