You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: fix closeReadonlyTabsOnEnd not working (microsoft#203500)
The input itself is not readonly, the filesystem is, so this check
was always failing.
The entire `debug` scheme is readonly, so we don't need to try to
replace the check with anything else. This is pretty safe since this
code path is only hit when the new setting is enabled.
Closesmicrosoft#197949
0 commit comments