瀏覽代碼

fix launch config for debug

David Catuhe 8 年之前
父節點
當前提交
ec187df66a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/launch.json

+ 1 - 1
.vscode/launch.json

@@ -109,7 +109,7 @@
             "name": "Launch Build Validation (Chrome)",
             "type": "chrome",
             "request": "launch",
-            "url": "http://localhost:1338/tests/validation/index.html?PBR%20glossy",
+            "url": "http://localhost:1338/tests/validation/index.html",
             "webRoot": "${workspaceRoot}/",
             "sourceMaps": true,
             "preLaunchTask": "run",