File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 112112 " powershell"
113113 ]
114114 },
115- "program" : " bin/Microsoft.PowerShell.EditorServices.Host.exe" ,
115+ "windows" : {
116+ "program" : " bin/Microsoft.PowerShell.EditorServices.Host.exe"
117+ },
118+ "winx86" : {
119+ "program" : " bin/Microsoft.PowerShell.EditorServices.Host.x86.exe"
120+ },
116121 "args" : [
117122 " /debugAdapter"
118123 ],
150155 "program" : " ${file}" ,
151156 "args" : [],
152157 "cwd" : " ${file}"
158+ },
159+ {
160+ "name" : " PowerShell x86" ,
161+ "type" : " PowerShell x86" ,
162+ "request" : " launch" ,
163+ "program" : " ${file}" ,
164+ "args" : [],
165+ "cwd" : " ${file}"
153166 }
154167 ]
155168 },
160173 " powershell"
161174 ]
162175 },
163- "program" : " bin/Microsoft.PowerShell.EditorServices.Host.x86.exe" ,
176+ "windows" : {
177+ "program" : " bin/Microsoft.PowerShell.EditorServices.Host.x86.exe"
178+ },
164179 "args" : [
165180 " /debugAdapter"
166181 ],
You can’t perform that action at this time.
0 commit comments