mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 02:47:27 +08:00
16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Chrome",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"file": "${workspaceFolder}/index.html",
|
|
"runtimeArgs": [
|
|
"--disable-web-security",
|
|
"--user-data-dir=${workspaceFolder}/UserDataDir"
|
|
],
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |