Skip to content

Commit 16d0d98

Browse files
committed
Fix old name reference
1 parent 22ed432 commit 16d0d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/DebugSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const DebugConfigurations: Record<DebugConfig, DebugConfiguration> = {
131131
name: "PowerShell: Windows PowerShell",
132132
type: "PowerShell",
133133
request: "launch",
134-
temporaryIntegratedConsoleExeName: "Windows PowerShell (x64)",
134+
sessionName: "Windows PowerShell (x64)",
135135
},
136136
};
137137

0 commit comments

Comments
 (0)