add new chrome examples and change port from 9222 to 1337

This commit is contained in:
Jason Lee
2024-02-22 16:31:25 +08:00
parent e31e1dacde
commit e2745d8b1b
8 changed files with 121 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
"parameters": {
"command": [
"google-chrome",
"--remote-debugging-port=9222"
"--remote-debugging-port=1337"
]
}
},