1. 12 3月, 2015 1 次提交
    • 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
  2. 27 1月, 2015 1 次提交