-
Notifications
You must be signed in to change notification settings - Fork 519
Commit 7afec44
Explicitly return undefined from resolveDbgConfig when sessn not started (#1548)
In the September drop of VSCode this fixes the issue with VSCode
opening launch.json in this case. Technically just returning nothing
works but better to be explicit in this case I think.
microsoft/vscode#54213 (comment) 1 parent f18e230 commit 7afec44
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
56 | + | ||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments