This commit is contained in:
2026-03-27 20:19:27 -07:00
parent a40956a4cc
commit aa6604038b
5 changed files with 5 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export function activate(context: vscode.ExtensionContext) {
let serverOptions: ServerOptions
if (cmd) {
serverOptions = {
run: { command: "node", args: [cmd], transport: TransportKind.pipe },
run: { command: "node", args: ['--heapsnapshot-signal=SIGUSR2',cmd], transport: TransportKind.pipe },
debug: { command: "node", args: [cmd], transport: TransportKind.pipe },
}
} else {