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: schemas/settings.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,18 @@
201
201
],
202
202
"default": "always"
203
203
},
204
+
"enable_sourcing": {
205
+
"title": "enable_sourcing",
206
+
"description": "Whether to wrap the script execution in a condition that checks if the script is sourced\nhttps://bashly.dannyb.co/usage/settings/#enable_sourcing",
207
+
"type": "string",
208
+
"enum": [
209
+
"development",
210
+
"production",
211
+
"always",
212
+
"never"
213
+
],
214
+
"default": "development"
215
+
},
204
216
"partials_extension": {
205
217
"title": "partials extension",
206
218
"description": "The extension to use when reading/writing partial script snippets\nhttps://bashly.dannyb.co/usage/settings/#partials_extension",
0 commit comments