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/dwarf/dwarf_import/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rust/examples/dwarf') diff --git a/rust/examples/dwarf/dwarf_import/src/lib.rs b/rust/examples/dwarf/dwarf_import/src/lib.rs index 74f2065e..114084a1 100644 --- a/rust/examples/dwarf/dwarf_import/src/lib.rs +++ b/rust/examples/dwarf/dwarf_import/src/lib.rs @@ -551,8 +551,8 @@ pub extern "C" fn CorePluginInit() -> bool { r#"{ "title" : "Debuginfod Server URLs", "type" : "array", - "elementType" : "string", - "default" : [], + "sorted" : true, + "default" : [], "description" : "Servers to use for fetching DWARF debug info for files with a .note.gnu.build-id section.", "ignore" : [] }"#, @@ -574,7 +574,7 @@ pub extern "C" fn CorePluginInit() -> bool { r#"{ "title" : "Debug File Directories", "type" : "array", - "elementType" : "string", + "sorted" : true, "default" : [], "description" : "Paths to folder containing DWARF debug info stored by build id.", "ignore" : [] -- cgit v1.3.1