1. 25 8月, 2016 1 次提交
  2. 23 8月, 2016 1 次提交
  3. 22 8月, 2016 1 次提交
  4. 19 8月, 2016 1 次提交
  5. 17 8月, 2016 3 次提交
  6. 16 8月, 2016 2 次提交
  7. 15 8月, 2016 3 次提交
  8. 14 8月, 2016 1 次提交
  9. 13 8月, 2016 1 次提交
  10. 11 8月, 2016 1 次提交
  11. 10 8月, 2016 1 次提交
  12. 09 8月, 2016 2 次提交
  13. 07 8月, 2016 1 次提交
  14. 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
  15. 28 7月, 2016 2 次提交
  16. 26 7月, 2016 1 次提交
  17. 25 7月, 2016 1 次提交
  18. 23 7月, 2016 1 次提交
  19. 22 7月, 2016 2 次提交
  20. 19 7月, 2016 1 次提交
  21. 18 7月, 2016 1 次提交
  22. 15 7月, 2016 1 次提交
  23. 14 7月, 2016 3 次提交
  24. 12 7月, 2016 2 次提交
  25. 11 7月, 2016 4 次提交
  26. 10 7月, 2016 1 次提交
    • O
      Ignore .pdf · d8a56ffd
      Oliver Kopp 提交于
      On Windows, when PDF is opened with Acrobat Reader, one gets following output:
      
          ! I can't write on file `document.pdf'.
          Please type another file name for output:
      
      If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
      d8a56ffd