We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2afa591 + 19e7558 commit 466c020Copy full SHA for 466c020
package.json
@@ -134,6 +134,36 @@
134
"program": "${file}"
135
}
136
]
137
+ },
138
+ {
139
+ "type": "PowerShell x86",
140
+ "enableBreakpointsFor": {
141
+ "languageIds": [
142
+ "powershell"
143
+ ]
144
145
+ "program": "bin/Microsoft.PowerShell.EditorServices.Host.DebugAdapter.x86.cmd",
146
+ "configurationAttributes": {
147
+ "launch": {
148
+ "required": [
149
+ "program"
150
+ ],
151
+ "properties": {
152
+ "program": {
153
+ "type": "string",
154
+ "description": "Workspace relative path to the PowerShell script."
155
+ }
156
157
158
159
+ "initialConfigurations": [
160
161
+ "name": "PowerShell x86",
162
163
+ "request": "launch",
164
+ "program": "${file}"
165
166
167
168
],
169
"configuration": {
0 commit comments