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 f0744a6 commit 93095a1Copy full SHA for 93095a1
editors/vscode/src/commands.ts
@@ -23,7 +23,7 @@ export function runDebugTest(ctx: Ctx): Cmd {
23
for(var i = 0; i < ctx.config.collections.length; i++) {
24
const name = ctx.config.collections[i].name;
25
const path = ctx.config.collections[i].path;
26
- if(name === "core") {
+ if(name === "core" || name === "vendor") {
27
continue;
28
}
29
args.push(`-collection:${name}=${path}`);
0 commit comments