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.
1 parent 709dfb7 commit 158105aCopy full SHA for 158105a
.vscode/launch.json
@@ -156,6 +156,23 @@
156
"!**/node_modules/**"
157
]
158
},
159
+ {
160
+ "name": "Update fixtures, unit tests only",
161
+ "type": "node",
162
+ "request": "launch",
163
+ "program": "${workspaceFolder}/packages/test-harness/out/scripts/runUnitTestsOnly",
164
+ "env": {
165
+ "CURSORLESS_TEST": "true",
166
+ "CURSORLESS_TEST_UPDATE_FIXTURES": "true",
167
+ "CURSORLESS_REPO_ROOT": "${workspaceFolder}"
168
+ },
169
+ "outFiles": ["${workspaceFolder}/**/out/**/*.js"],
170
+ "preLaunchTask": "${defaultBuildTask}",
171
+ "resolveSourceMapLocations": [
172
+ "${workspaceFolder}/**",
173
+ "!**/node_modules/**"
174
+ ]
175
176
{
177
"name": "Docusaurus start",
178
"type": "node",
0 commit comments