Skip to content

Commit b6fbe20

Browse files
Merge branch 'cesium-renderer' of https://github.com/iTwin/itwinjs-core into cesium-renderer
2 parents 2a3aa85 + 5ead0e8 commit b6fbe20

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@
11371137
"request": "launch",
11381138
"name": "Run Vitest Browser Cesium",
11391139
"console": "integratedTerminal",
1140-
"cwd": "${workspaceFolder}/extensions/cesium-renderer", // necessary to pick up frontend's vitest config
1140+
"cwd": "${workspaceFolder}/extensions/cesium-renderer", // necessary to pick up cesium-renderer's vitest config
11411141
"program": "node_modules/vitest/vitest.mjs",
11421142
"args": [
11431143
"--run",
@@ -1183,7 +1183,6 @@
11831183
"Attach to Vitest Browser",
11841184
"Run Vitest Browser Cesium"
11851185
],
1186-
// "preLaunchTask": "Run webpack for frontend test worker",
11871186
"stopAll": true
11881187
},
11891188
{

0 commit comments

Comments
 (0)