Commit 7fe7c9d
committed
Fix #52: Pass /debugAdapter arg directly to host
This change updates the debug adapter registration to remove the need for
the old .cmd hack to launch the PowerShell Editor Services host process
with the /debugAdapter flag. VS Code 0.10.7 has been fixed so that
arguments in the debug adapter registration get passed through to the host
process.1 parent 7338689 commit 7fe7c9d
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
146 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| |||
0 commit comments