mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 20:20:21 +01:00
21 lines
663 B
JSON
21 lines
663 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"preLaunchTask": "StartReactApp",
|
|
"postDebugTask": "Terminate All Tasks",
|
|
"name": "Launch Chrome against localhost",
|
|
"url": "http://localhost:3000",
|
|
"webRoot": "${workspaceFolder}",
|
|
"env": { "DISPLAY": ":0" },
|
|
"runtimeExecutable": "/usr/bin/brave-browser",
|
|
"runtimeArgs": ["--remote-debugging-port=9222"]
|
|
}
|
|
]
|
|
}
|