Benjamin Pasero

Results 228 comments of Benjamin Pasero

This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Happy Coding!

That indicates there is still a document that is dirty even though it should be visible. If you run "Log Working Copies" from the command palette and open developer tools...

Yeah thanks! So this indicates you or an extension made changes to `function.md` but somehow no editor opens to show this file. When you reload the window, does this editor...

What I was trying to say is, when you restart VSCode, does it show the file `function.md` like this with a black dot: ![image](https://user-images.githubusercontent.com/900690/183842315-9e702780-4a0a-4f72-84d3-f80a09dd5cb2.png)

to clarify: you restart vscode and you still see "1 unsaved" in the interface but no editor opens? does it reproduce if you run `code --disable-extensions`?

Hm, when you open `d:/RM/docs/advanced/function.md` and then close it and either save or dont save, does this go away?

Yeah my hope was to remove the "1 unsaved" tag when you open the file and close it without saving.

I wonder if this issue is being caused by an installed extension. Can you try to run VS Code without extensions? From the command line (NOT the integrated terminal in...