We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b294cd commit 2bcea59Copy full SHA for 2bcea59
debuglog.sh
@@ -0,0 +1 @@
1
+journalctl /usr/bin/gnome-shell -f -o cat | grep -E -e "ToDo|JS ERROR" #| sed -e 's/ JS LOG://'
metadata.json
@@ -2,9 +2,9 @@
2
"description": "Todo list extension. You can add and remove task on your list in different section",
3
"name": "Section Todo List",
4
"shell-version": [
5
- "3.18",
6
- "3.16",
7
- "3.14"
+ "3.20",
+ "3.19",
+ "3.18"
8
],
9
"url": "https://github.com/tomMoral/todolist-gnome-shell-extension",
10
"uuid": "todolist@tomMoral.org"
utils.js
@@ -27,3 +27,9 @@ function getSettings()
27
settings_schema: schema
28
});
29
}
30
+
31
+function debug(msg)
32
+{
33
+ log('[ToDo] - DEBUG - ' + msg)
34
+}
35
0 commit comments