While working on my VS Code extension, I keep encountering the issue of opening a new instance of VS Code every time I run the extension to view recent changes. This becomes especially tedious when using VS Code remote and having to enter my password twice. Is there a solution to avoid this repetitive process?
It seems that VS Code doesn't have a simple refresh button for viewing recent changes without needing to close the current instance and reopen a new one by pressing F5. This lack of convenience adds extra steps to the workflow.