Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow custom host for --inspect and --inspect-brk #5509

Merged
merged 9 commits into from
Apr 8, 2024
Prev Previous commit
Next Next commit
chore: pass down inspector option
sheremet-va committed Apr 8, 2024
commit 00cbbeb60821da0bea5dd2f7837e20fb4902a0f9
1 change: 1 addition & 0 deletions packages/vitest/src/node/workspace.ts
Original file line number Diff line number Diff line change
@@ -410,6 +410,7 @@ export class WorkspaceProject {
},
inspect: this.ctx.config.inspect,
inspectBrk: this.ctx.config.inspectBrk,
inspector: this.ctx.config.inspector,
alias: [],
includeTaskLocation: this.config.includeTaskLocation ?? this.ctx.config.includeTaskLocation,
env: {