简体   繁体   中英

Is there a way to save the Visual Studio workspace manually?

I've given up trying to stop VS from crashing (usually 2 to 3 times a day). Now I'm moving on to finding a way limit the amount of work that needs to be redone when I re-open my project after a crash.

When VS crashes, any changes you have made to the workspace such as which files are open, pinned etc are gone. Any breakpoints, bookmarks etc are also gone. If VS is shutdown normally without crashing then all these workspace changes are saved, but if it crashes they're lost. I am now at the point where I deliberately shutdown VS every so often just so that any changes will be saved when it inevitably crashes.

Is there a way to manually save the workspace?

For anyone who may come across this, the problem seems to have been related to a plugin called VisualAssist. A recent update seems to have completely fixed the issue.

文件-全部保存应保存大多数当前工作空间配置。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM