diff options
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/pdb-ng/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/examples/pdb-ng/src/lib.rs b/rust/examples/pdb-ng/src/lib.rs index 25c44ca2..da469b58 100644 --- a/rust/examples/pdb-ng/src/lib.rs +++ b/rust/examples/pdb-ng/src/lib.rs @@ -790,6 +790,7 @@ fn init_plugin() -> bool { "title" : "Symbol Server List", "type" : "array", "elementType" : "string", + "sorted" : false, "default" : ["https://msdl.microsoft.com/download/symbols"], "aliases" : ["pdb.symbol-server-list", "pdb.symbolServerList"], "description" : "List of servers to query for pdb symbols.", |
