Commit cdb3426
committed
Fix #532: DEVPATH env variable not being set for integrated console
This change adds a workaround for setting the DEVPATH environment variable
when launching the language server inside of the integrated terminal UI.
This environment variable needs to be set for Windows PowerShell
development builds but it currently can't because there's no API parameter
for passing along environment variables. The workaround is to generate a
batch script which can set the environment variable before launching
PowerShell.1 parent 899377a commit cdb3426
1 file changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | 287 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
| |||
0 commit comments