1. 26 5月, 2016 1 次提交
  2. 21 5月, 2016 1 次提交
  3. 04 5月, 2016 3 次提交
  4. 02 5月, 2016 4 次提交
  5. 30 4月, 2016 1 次提交
  6. 28 4月, 2016 1 次提交
  7. 25 4月, 2016 3 次提交
  8. 22 4月, 2016 1 次提交
  9. 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
  10. 29 3月, 2016 1 次提交
  11. 16 3月, 2016 1 次提交
  12. 11 3月, 2016 3 次提交
  13. 10 3月, 2016 1 次提交
  14. 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
  15. 01 3月, 2016 1 次提交
  16. 24 2月, 2016 1 次提交
  17. 15 2月, 2016 1 次提交
  18. 13 2月, 2016 1 次提交
  19. 12 2月, 2016 3 次提交