We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a3aa85 + 5ead0e8 commit b6fbe20Copy full SHA for b6fbe20
1 file changed
.vscode/launch.json
@@ -1137,7 +1137,7 @@
1137
"request": "launch",
1138
"name": "Run Vitest Browser Cesium",
1139
"console": "integratedTerminal",
1140
- "cwd": "${workspaceFolder}/extensions/cesium-renderer", // necessary to pick up frontend's vitest config
+ "cwd": "${workspaceFolder}/extensions/cesium-renderer", // necessary to pick up cesium-renderer's vitest config
1141
"program": "node_modules/vitest/vitest.mjs",
1142
"args": [
1143
"--run",
@@ -1183,7 +1183,6 @@
1183
"Attach to Vitest Browser",
1184
"Run Vitest Browser Cesium"
1185
],
1186
- // "preLaunchTask": "Run webpack for frontend test worker",
1187
"stopAll": true
1188
},
1189
{
0 commit comments