There was an error while loading. Please reload this page.
1 parent 324935b commit 3cd85b2Copy full SHA for 3cd85b2
1 file changed
apps/vscode/package.json
@@ -290,6 +290,16 @@
290
"title": "Edit in Visual Mode",
291
"category": "Quarto"
292
},
293
+ {
294
+ "command": "quarto.test_setkVisualModeConfirmedTrue",
295
+ "title": "For tests: set visual mode confirmed flag to true",
296
+ "category": "Quarto"
297
+ },
298
299
+ "command": "quarto.test_isInVisualEditor",
300
+ "title": "For tests: check if visual editor is running",
301
302
303
{
304
"command": "quarto.clearCache",
305
"title": "Clear Cache...",
0 commit comments