mirror of
https://github.com/zadam/trilium.git
synced 2026-09-12 19:50:20 +05:00
make browser reference platform-agnostic and reliant on defaults
This commit is contained in:
parent
4c36a9cca9
commit
b5300e5b86
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -6,8 +6,7 @@
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"url": "http://localhost:8080",
|
||||
"webRoot": "${workspaceFolder}/apps/client",
|
||||
"runtimeExecutable": "${input:pick_chrome_browser}"
|
||||
"webRoot": "${workspaceFolder}/apps/client"
|
||||
},
|
||||
{
|
||||
"name": "Launch server",
|
||||
@ -53,13 +52,6 @@
|
||||
"type": "promptString",
|
||||
"description": "Select Trilum Notes data directory",
|
||||
"default": "${workspaceFolder}/apps/server/data"
|
||||
},
|
||||
{
|
||||
"id": "pick_chrome_browser",
|
||||
"type": "pickString",
|
||||
"description": "Select a Chrome browser",
|
||||
"options": ["/usr/bin/chromium-browser", "/usr/bin/google-chrome"],
|
||||
"default": "/usr/bin/chromium-browser"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user