File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 112
112
" powershell"
113
113
]
114
114
},
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
+ },
116
121
"args" : [
117
122
" /debugAdapter"
118
123
],
150
155
"program" : " ${file}" ,
151
156
"args" : [],
152
157
"cwd" : " ${file}"
158
+ },
159
+ {
160
+ "name" : " PowerShell x86" ,
161
+ "type" : " PowerShell x86" ,
162
+ "request" : " launch" ,
163
+ "program" : " ${file}" ,
164
+ "args" : [],
165
+ "cwd" : " ${file}"
153
166
}
154
167
]
155
168
},
160
173
" powershell"
161
174
]
162
175
},
163
- "program" : " bin/Microsoft.PowerShell.EditorServices.Host.x86.exe" ,
176
+ "windows" : {
177
+ "program" : " bin/Microsoft.PowerShell.EditorServices.Host.x86.exe"
178
+ },
164
179
"args" : [
165
180
" /debugAdapter"
166
181
],
You can’t perform that action at this time.
0 commit comments