aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2023-07-18 01:17:28 -0400
committerGitHub <noreply@github.com>2023-07-18 01:17:28 -0400
commit8f6d25ed985a91f6b926306a7e88d6d0c8742845 (patch)
treedbc93432569d1290ee26e914d78efa8c7b770379 /.vscode
parent54547a9e69726bbacf545296d84723f902ec7097 (diff)
parent12d1a17f4151a4f1c2a5a49287e65be7794a622c (diff)
Merge pull request #185 from brown-dash/geireann_dash_components
Dash Components
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json10
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,