Add notifications and info page
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user