• W
    Razor/aspx files need updatable during debugging · a47cdf60
    Wonseok Chae 提交于
    All documents of regular running projects are read-only until the debugger breaks the app. However, Dev12 allows Razor views to be editable while the code is running and get refreshed next time the web page is hit. This PR supports the same behavior as in Dev12 by not setting Razor-like files (cshtml/aspx) read-only.
    a47cdf60
ReadOnlyDocumentTracker.cs 5.1 KB