1. 30 11月, 2017 1 次提交
  2. 29 11月, 2017 1 次提交
    • B
      Add code --ps (#39302) · 307987fe
      Benjamin Pasero 提交于
      * initial commit
      
      * 💄
      
      * get the machine id from the main process
      
      * first cut formatting
      
      * nicer output
      
      * added support for Windows
      
      * refactor to share common code
      
      * simplify regexps
      
      * always use the 'type' argument
      
      * differentiate between node and electron_node
      
      * some polish
      
      * add render id to renderer
      
      * add memory load (macOS, linux)
      
      * 💄
      307987fe
  3. 28 11月, 2017 1 次提交
  4. 24 11月, 2017 1 次提交
  5. 23 11月, 2017 1 次提交
  6. 17 11月, 2017 2 次提交
  7. 16 11月, 2017 1 次提交
  8. 06 11月, 2017 1 次提交
  9. 30 10月, 2017 1 次提交
  10. 22 10月, 2017 1 次提交
  11. 11 10月, 2017 1 次提交
  12. 05 10月, 2017 2 次提交
  13. 04 10月, 2017 1 次提交
  14. 25 9月, 2017 2 次提交
  15. 21 9月, 2017 1 次提交
  16. 19 9月, 2017 2 次提交
  17. 15 9月, 2017 2 次提交
  18. 13 9月, 2017 1 次提交
  19. 11 9月, 2017 1 次提交
  20. 09 9月, 2017 1 次提交
  21. 05 9月, 2017 1 次提交
  22. 30 8月, 2017 1 次提交
  23. 28 8月, 2017 3 次提交
  24. 25 8月, 2017 2 次提交
  25. 18 7月, 2017 1 次提交
  26. 11 7月, 2017 1 次提交
  27. 03 7月, 2017 2 次提交
  28. 15 6月, 2017 1 次提交
  29. 19 5月, 2017 1 次提交
  30. 18 5月, 2017 2 次提交
    • J
      remove `prof-startup-timers` option · c6ad876e
      Johannes Rieken 提交于
      c6ad876e
    • A
      Update environmentService.ts to enable ENV defined extenstions-dir · 50bef59c
      apwelsh 提交于
      This update allows VS Code users to define the desired extensions directory by means of an environment variable "vscode_config_ext", instead of having to rely on the command-line arguments.  By providing a path to the extensions directory in an environment variable, VS Code is able to have a system or user defined extensions directory that does not require a wrapper script to launch code for the settings to take effect.  This solution is similar to the npm ENV variable solution "npm_config_cache".
      
      This is 1/2 of the solution for providing a portable solution to remove VS Code from the Windows roaming profile.
      50bef59c