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: schema/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"report_cell_execution_time": {
19
19
"type": "boolean",
20
20
"title": "Report Notebook Cell Execution Time",
21
-
"description": "Display notebook cell execution time in the notification.",
21
+
"description": "Display notebook cell execution time in the notification. If last_cell_only is set to true, the total duration of the selected cells will be displayed.",
22
22
"default": true
23
23
},
24
24
"report_cell_number": {
@@ -37,7 +37,7 @@
37
37
"last_cell_only": {
38
38
"type": "boolean",
39
39
"title": "Trigger only for the last selected notebook cell execution.",
40
-
"description": "Trigger a notification only for the last selected executed notebook cell",
40
+
"description": "Trigger a notification only for the last selected executed notebook cell.",
0 commit comments