We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5dfa9 commit 6e3ba46Copy full SHA for 6e3ba46
vscode-extension/package.json
@@ -311,7 +311,7 @@
311
"compile": "tsc -p ./",
312
"watch": "tsc -watch -p ./",
313
"lint": "eslint src --ext ts",
314
- "pretest": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" symposium-acp-agent init \"$PWD/test-workspace\" --agent elizacp --no-extensions",
+ "pretest": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" symposium-acp-agent init \"$PWD/test-workspace\" --agent elizacp --no-mods",
315
"test": "SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" npm run compile && SYMPOSIUM_CONFIG_DIR=\"$PWD/test-workspace/.symposium\" vscode-test"
316
},
317
"devDependencies": {
0 commit comments