diff --git a/.gitignore b/.gitignore index bb4a98c2..1f0fc179 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ public/assets public/assets_* !public/assets_default -.vscode/vscode-chrome-debug-userdatadir +.vscode/chrome_data diff --git a/.vscode/launch.json b/.vscode/launch.json index 62e9edab..c9a0c76b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ] }