From cbcb2c4efc68746fff9eea8af9dbeddd59da2ec6 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Sat, 28 Jan 2017 16:42:07 -0700 Subject: [PATCH] Add cwd to debug config snippet for inter session. Fix #467 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 181033b18d..691fec7421 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,8 @@ "body": { "type": "PowerShell", "request": "launch", - "name": "PowerShell Interactive Session" + "name": "PowerShell Interactive Session", + "cwd": "^\"\\${workspaceRoot}\"" } } ],