Add notifications and info page

This commit is contained in:
2026-01-07 09:50:36 +01:00
parent 950e488190
commit 0163d22f70
6 changed files with 196 additions and 8 deletions

4
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "${workspaceFolder}",
"args": [],
"args": ["-debug-notify"],
"console": "integratedTerminal"
},
{
@@ -18,7 +18,7 @@
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "${workspaceFolder}",
"args": ["-listen", "127.0.0.1:9000"],
"args": ["-debug-notify", "-listen", "127.0.0.1:9000"],
"console": "integratedTerminal"
},
{