diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-11 23:42:29 -0400 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-11 23:42:29 -0400 |
| commit | 241332557f10fa97718200821374755b68e4fe10 (patch) | |
| tree | 302d5c23f330061e6bbb4412bc935cf2b96c8bc3 /.vscode/launch.json | |
| parent | de75dacadc556c587bad0006638aab89a21ed7e0 (diff) | |
updated settings manager
- fixed some things with top toolbar and refactored files
- removed FontIconBadge
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index ce9f50f67..9ba624af9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,6 +17,16 @@ { "type": "chrome", "request": "launch", + "name": "Launch Brave against localhost", + "sourceMaps": true, + "url": "http://localhost:1050/home", + "runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser", + "webRoot": "${workspaceFolder}", + "runtimeArgs": ["--experimental-modules"] + }, + { + "type": "chrome", + "request": "launch", "name": "Launch Chromium against localhost", "sourceMaps": true, "breakOnLoad": true, |
