mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
chore(dev): setup chrome user data directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,4 +11,4 @@ public/assets
|
|||||||
public/assets_*
|
public/assets_*
|
||||||
!public/assets_default
|
!public/assets_default
|
||||||
|
|
||||||
.vscode/vscode-chrome-debug-userdatadir
|
.vscode/chrome_data
|
||||||
|
|||||||
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -10,7 +10,8 @@
|
|||||||
"name": "Launch Chrome against localhost",
|
"name": "Launch Chrome against localhost",
|
||||||
"url": "http://local.revolt.chat:3000",
|
"url": "http://local.revolt.chat:3000",
|
||||||
"webRoot": "${workspaceFolder}",
|
"webRoot": "${workspaceFolder}",
|
||||||
"runtimeExecutable": "/usr/bin/chromium"
|
"runtimeExecutable": "/usr/bin/chromium",
|
||||||
|
"userDataDir": "${workspaceFolder}/.vscode/chrome_data"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user