1. 08 10月, 2016 1 次提交
  2. 23 9月, 2016 1 次提交
  3. 14 9月, 2016 2 次提交
    • J
      print commit in new line · f26cf83d
      Joao Moreno 提交于
      f26cf83d
    • B
      Electron Update 1.x (#11157) · 6fa85223
      Benjamin Pasero 提交于
      * use electron 1.3.4
      
      * ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE
      
      * OSS input
      
      * update electron.d.ts
      
      * workaround for #8708
      
      * bump oniguruma and chokidar with custom fsevents
      
      * build with appveyor config from master
      
      * oops, still use ELECTRON_RUN_AS_NODE
      
      * use electron 1.3.5
      
      * optional fsevents
      
      * add cat.exe to workaround output issues
      
      * use cat for tests
      
      * remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE
      
      * also pipe output to cat for code.sh on windows
      
      * unset ELECTRON_RUN_AS_NODE for appveyor
      
      * fix tfs builds?
      
      * fix build
      
      * fix build?
      
      * use cat only when running tests locally
      6fa85223
  4. 05 9月, 2016 1 次提交
  5. 31 8月, 2016 1 次提交
  6. 30 8月, 2016 1 次提交
  7. 22 8月, 2016 1 次提交
  8. 08 7月, 2016 2 次提交
  9. 07 7月, 2016 1 次提交
  10. 02 7月, 2016 1 次提交
  11. 26 5月, 2016 1 次提交
  12. 21 5月, 2016 1 次提交
  13. 04 5月, 2016 3 次提交
  14. 02 5月, 2016 4 次提交
  15. 30 4月, 2016 1 次提交
  16. 28 4月, 2016 1 次提交
  17. 25 4月, 2016 3 次提交
  18. 22 4月, 2016 1 次提交
  19. 07 4月, 2016 1 次提交
    • D
      Disallow running as root without --user-data-dir · 6456f857
      Daniel Imms 提交于
      This commit adds the --user-data-dir argument which allows a custom data dir
      for Chromium's user data. This is useful when running as root on Linux since
      the root user does not have read or write permissions for the ~/.config/Code
      dir.
      
      Part of #3068
      6456f857
  20. 29 3月, 2016 1 次提交
  21. 16 3月, 2016 1 次提交
  22. 11 3月, 2016 3 次提交
  23. 10 3月, 2016 1 次提交
  24. 09 3月, 2016 1 次提交
    • D
      Implement -w/--wait command line arg · 276a1cf3
      Daniel Imms 提交于
      This enables git integrations by waiting until the window is closed before
      terminating the process. To set code as the default git editor run:
      
          git config --global core.editor "code --wait"
      
      Fixes #744
      276a1cf3
  25. 01 3月, 2016 1 次提交
  26. 24 2月, 2016 1 次提交
  27. 15 2月, 2016 1 次提交
  28. 13 2月, 2016 1 次提交
  29. 12 2月, 2016 1 次提交