prosseek
prosseek

Reputation: 190659

Disabling visual studio reload message

I use emacs to edit source code, and use visual studio ide to compile. However, I see the following message in visual studio when the source is modified.

http://img201.imageshack.us/img201/7264/reload.jpg

Can I disable this message with the default action of reloading?

Upvotes: 3

Views: 359

Answers (2)

Kate Gregory
Kate Gregory

Reputation: 18944

After your build, before you switch to emacs, close the files. This prompt only occurs for open files. You can use the "close all" command to do so quickly.

Upvotes: 0

ur.
ur.

Reputation: 2947

Yes: "Tools" - "Options" - "Environment" - "Documents" - "Auto-load changes when saved" (VS2008)

alt text

Upvotes: 5

Related Questions