You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.schema.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@
15
15
"enabled"
16
16
],
17
17
"markdownDescription" : "Determines how background indexing should prepare a target.",
18
-
"markdownEnumDescriptions" : {
19
-
"build" : "Build a target to prepare it.",
20
-
"enabled" : "Prepare a target without generating object files.",
21
-
"noLazy" : "Prepare a target without generating object files but do not do lazy type checking and function body skipping. This uses SwiftPM's `--experimental-prepare-for-indexing-no-lazy` flag."
22
-
},
18
+
"markdownEnumDescriptions" : [
19
+
"Build a target to prepare it.",
20
+
"Prepare a target without generating object files but do not do lazy type checking and function body skipping. This uses SwiftPM's `--experimental-prepare-for-indexing-no-lazy` flag.",
21
+
"Prepare a target without generating object files."
0 commit comments