-
Notifications
You must be signed in to change notification settings - Fork 521
Commit 4d71946
Fix: getDotnetNamedConfigOrDefault does not resolve correctly (#4517)
Fixes dotnetDebuggerConfigName-option in launch config when using new attachDotnetDebugger feature introduced in #3903. Always threw config not found-error when dotnetDebuggerConfigName was set.
Co-authored-by: Justin Grote <JustinGrote@users.noreply.github.com>1 parent f3a44b8 commit 4d71946
File tree
2 files changed
+59
-3
lines changed- src/features
- test/features
2 files changed
+59
-3
lines changedLines changed: 9 additions & 3 deletions
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 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
435 | + | ||
436 | + | ||
437 | + | ||
438 | + | ||
439 | + | ||
435 | 440 |
| |
436 | 441 |
| |
437 | 442 |
| |
| |||
749 | 754 |
| |
750 | 755 |
| |
751 | 756 |
| |
757 | + |
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + | ||
361 | + | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | + | ||
366 | + | ||
367 | + | ||
368 | + | ||
369 | + | ||
370 | + | ||
371 | + | ||
372 | + | ||
373 | + | ||
374 | + | ||
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
381 | + | ||
382 | + | ||
383 | + | ||
384 | + | ||
385 | + | ||
386 | + | ||
387 | + | ||
388 | + | ||
389 | + | ||
390 | + | ||
391 | + | ||
392 | + | ||
393 | + | ||
394 | + | ||
395 | + | ||
396 | + | ||
397 | + | ||
398 | + | ||
399 | + | ||
400 | + | ||
401 | + | ||
402 | + | ||
403 | + | ||
404 | + | ||
355 | 405 |
| |
356 | 406 |
| |
357 | 407 |
| |
|
0 commit comments