-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New issue editor not restored correctly #99040
New issue editor not restored correctly #99040
Comments
It looks like the file system provider is just registered too late in the extension. The extension already *-activates, but I can also add an |
@alexr00 can you check if this reproduces independently from the editor being pinned, I would not expect that to have any impact. |
It is independent of pinning. |
Needs to be earlier to prevent errors. Fixes microsoft/vscode#99040
There's no longer an error, but newIssue.md is blank after reloading the window. I'm not sure what the expected behavior is. I'm going to reopen this for now as I would still classify that as not restoring correctly, but feel free to close this if this was intended. |
It's intended, as the state of the repo may have changed since the file was created in VS Code. |
Testing #98019
The text was updated successfully, but these errors were encountered: