diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-06-04 00:55:53 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-06-04 14:38:23 -0400 |
| commit | 9404879802007442839204773098856013054673 (patch) | |
| tree | b0f0aa994c61a11839e5697ec73aa89b03704993 /rust/examples | |
| parent | 5159182291014349046748525204335581348190 (diff) | |
PDB: Server list should not be sorted
Fixes #5493
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.", |
