From 9404879802007442839204773098856013054673 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 4 Jun 2024 00:55:53 -0400 Subject: PDB: Server list should not be sorted Fixes #5493 --- rust/examples/pdb-ng/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/examples') 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.", -- cgit v1.3.1