1. 26 9月, 2016 3 次提交
  2. 20 9月, 2016 1 次提交
  3. 14 9月, 2016 1 次提交
  4. 13 9月, 2016 2 次提交
  5. 12 9月, 2016 2 次提交
  6. 09 9月, 2016 1 次提交
    • K
      Ignore .jfm files in Visual Studio · 3cdfc099
      Kevin Cunnane 提交于
      .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories.
      
      This fix helps mitigate this by avoiding checkin of this file type.
      3cdfc099
  7. 08 9月, 2016 1 次提交
  8. 07 9月, 2016 1 次提交
  9. 06 9月, 2016 2 次提交
  10. 31 8月, 2016 2 次提交
  11. 26 8月, 2016 1 次提交
  12. 25 8月, 2016 1 次提交
  13. 23 8月, 2016 2 次提交
  14. 22 8月, 2016 1 次提交
  15. 19 8月, 2016 1 次提交
  16. 17 8月, 2016 3 次提交
  17. 16 8月, 2016 2 次提交
  18. 15 8月, 2016 3 次提交
  19. 14 8月, 2016 1 次提交
  20. 13 8月, 2016 1 次提交
  21. 11 8月, 2016 1 次提交
  22. 10 8月, 2016 1 次提交
  23. 09 8月, 2016 2 次提交
  24. 07 8月, 2016 1 次提交
  25. 05 8月, 2016 1 次提交
    • B
      Update Visual Studio Code to support workspace files. · 554bccef
      Brennan Fee 提交于
      Visual Studio Code has a few files that can be placed into the workspace
      in order to share settings across users.  Settings.json is for project
      specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
      While launch.json is for debugging specific tasks.
      554bccef
  26. 28 7月, 2016 2 次提交