chore(dev): setup chrome user data directory

This commit is contained in:
Paul
2021-12-25 10:37:48 +00:00
parent 1618fdef21
commit 99a19e36bd
2 changed files with 3 additions and 2 deletions

3
.vscode/launch.json vendored
View File

@@ -10,7 +10,8 @@
"name": "Launch Chrome against localhost",
"url": "http://local.revolt.chat:3000",
"webRoot": "${workspaceFolder}",
"runtimeExecutable": "/usr/bin/chromium"
"runtimeExecutable": "/usr/bin/chromium",
"userDataDir": "${workspaceFolder}/.vscode/chrome_data"
}
]
}