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
Support searching for all Studio document types when using Cmd + T.
Default is still to only search classes, routines and include files (added).
Can toggle on searching for all Studio documents. Default is to NOT search (as it can be expensive if many CSP files present).
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -833,6 +833,11 @@
833
833
"default": "cuk",
834
834
"description": "Compilation flags."
835
835
},
836
+
"objectscript.searchAllDocTypes": {
837
+
"type": "boolean",
838
+
"default": false,
839
+
"description": "Whether server side search should search across all Studio Document types. Default is to only search classes, routines and include files."
0 commit comments