Skip to content

Commit 8406d45

Browse files
committed
Remove closed issue, and update another that came back
1 parent 18f8233 commit 8406d45

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

upstream-issues.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ We don't yet support completion in the Debug Console, but there are various bugs
1919
Using Cmd+C/Cmd+V for copy/paste in embedded DevTools windows doesn't work because some of the events appear to be dropped.
2020

2121

22-
## Debugger shows "Paused on Entry" if "continued" event arrives too soon after "stopped" event
23-
[github.com/microsoft/vscode#238591](https://github.com/microsoft/vscode/issues/238591) ![GitHub issue status](https://img.shields.io/github/issues/detail/state/microsoft/vscode/238591?label=%20)
22+
## Debugger shows "Paused on Entry" for continued threads
23+
[github.com/microsoft/vscode#280933](https://github.com/microsoft/vscode/issues/280933) ![GitHub issue status](https://img.shields.io/github/issues/detail/state/microsoft/vscode/280933?label=%20)
2424

2525
When multiple isolates are used, some isolates incorrectly show "Paused on Entry" in the UI even though they were only temporarily paused at entry while breakpoints were configured.
2626

@@ -37,11 +37,6 @@ An upcoming feature "Fix All in Workspace" allows previewing changes before appl
3737
An upcoming feature "Fix All in Workspace" allows previewing changes before applying them. By default, VS Code has all changes unticked and requires manually ticking each branch. It would be better if we could tell VS Code to pre-tick all changes.
3838

3939

40-
## Improved File Selection API
41-
[github.com/microsoft/vscode#203326](https://github.com/microsoft/vscode/issues/203326) ![GitHub issue status](https://img.shields.io/github/issues/detail/state/microsoft/vscode/203326?label=%20)
42-
43-
Currently when selecting an existing file as a target for the "Move to File" refactor, VS Code shows a prompt "Do you want to replace it?". This is misleading because the file is not replaced, the items being moved are simply merged into it. Having a better API would allow this prompt to be avoided.
44-
4540
## Editor Insets
4641
[github.com/microsoft/vscode#85682](https://github.com/microsoft/vscode/issues/85682) ![GitHub issue status](https://img.shields.io/github/issues/detail/state/microsoft/vscode/85682?label=%20)
4742

0 commit comments

Comments
 (0)