-
Notifications
You must be signed in to change notification settings - Fork 520
Commit 1917544
authored
Change debugger type field back to "PowerShell" from powershell (#1773)
* Change debugger type field back to "PowerShell" from poweshell
This allows the debugger to start but not sure why powershell doesn't
work. That said, the previous change meant that users would have to
update their launch.json to change the type to "powershell". But
even when I do that, the debugger still doesn't launch. So I'm a bit
puzzled. But this gets the debugger working again on master.
Also fixed some warnings in session.ts.
* Update package-lock.json name field to match package.json1 parent 7f7e322 commit 1917544
3 files changed
+12
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 | - | ||
310 | + | ||
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 | - | ||
332 | + | ||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
| |||
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 | - | ||
344 | + | ||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 | - | ||
357 | + | ||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 | - | ||
371 | + | ||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 | - | ||
383 | + | ||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 | - | ||
395 | + | ||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 | - | ||
406 | + | ||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
414 | - | ||
415 | - | ||
414 | + | ||
415 | + | ||
416 | + | ||
416 | 417 |
| |
417 | 418 |
| |
418 | 419 |
| |
|
0 commit comments