From 43d5fb9103cde2941948f3e7dfb1b38bb67fac23 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 19 Sep 2024 12:45:07 -0400 Subject: Add additional testing and handling for object settings. --- rust/examples/pdb-ng/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/examples/pdb-ng/src') diff --git a/rust/examples/pdb-ng/src/lib.rs b/rust/examples/pdb-ng/src/lib.rs index e2e3ec44..cd457d06 100644 --- a/rust/examples/pdb-ng/src/lib.rs +++ b/rust/examples/pdb-ng/src/lib.rs @@ -755,7 +755,6 @@ fn init_plugin() -> bool { r#"{ "title" : "Symbol Server List", "type" : "array", - "elementType" : "string", "sorted" : false, "default" : ["https://msdl.microsoft.com/download/symbols"], "aliases" : ["pdb.symbol-server-list", "pdb.symbolServerList"], -- cgit v1.3.1