1. 07 1月, 2017 1 次提交
  2. 06 1月, 2017 1 次提交
  3. 05 1月, 2017 2 次提交
  4. 04 1月, 2017 1 次提交
  5. 03 1月, 2017 1 次提交
  6. 28 12月, 2016 1 次提交
    • D
      Uplevel xterm.js · d298183b
      Daniel Imms 提交于
      The terminal should be a lot faster at processing output now thanks to
      sourcelair/xterm.js#422
      
      Also of note: sourcelair/xterm.js#417: changed escape sequence for alt-arrow to work on bash on os x
      d298183b
  7. 16 12月, 2016 2 次提交
  8. 14 12月, 2016 2 次提交
    • A
      Support building Flatpak bundles · 9383c9aa
      Adrian Perez de Castro 提交于
      This adds support for building Flatpak application bundles, which should be
      runnable on any Linux distribution with Flatpak support. See the page at
      http://flatpak.org/getting.html
      
      New Gulp tasks are added to prepare a directory with the needed files
      (vscode-linux-${arch}-prepare-flatpak), assembling the Flatpak bundles
      (vscode-linux-${arch}-flatpak), and for cleaning the build directories
      (clean-vscode-linux-${arch}-flatpak). This mimics how the Debian and RPM
      package creation works. Hence, building an application bundle is done with:
      
        $ gulp vscode-linux-x64-flatpak
        [...]
        $ ls *.flatpak
        com.visualstudio.code.oss-x86_64.flatpak
      
      Installing and running the application is achieved with:
      
        $ flatpak --user install --bundle com.visualstudio.code.oss-x86_64.flatpak
        $ flatpak run com.visualstudio.code.oss
      
      (Removing "--user" would install the application system-wide. Also note that
      the "org.freedesktop.Platform" runtime needs to be installeed, check the
      Flatpak website for instructions.)
      
      The "flatpak-bundler" development dependency provides an asynchronous API to
      invoke "flatpak-builder". The "gulp-image-resize" module is used to
      incorporate scaling of the application icon to multiple sizes, and uses
      ImageMagick (or GraphicsMagick) under the hood, which is commonly available on
      most GNU/Linux distributions.
      
      Instead of building the Electron dependencies ourselves, this uses the
      io.atom.electron.BaseApp bundle as base application.
      
      Instead of building the Electron dependencies, this reuses the
      "io.atom.electron.BaseApp" bundle as base application. The contents of the
      base application are imported at build time, and then Electron and the
      prepared files added on top. The prebuilt base application will be fetched
      automatically using the URL specified in the "baseFlatpakref" attribute of the
      manifest, and it is kindly hosted at Amazon S3 by Endless Computers
      (https://endlessm.com). The sources for the base application can be found at:
      
        https://github.com/endlessm/electron-flatpak-base-app/
      9383c9aa
    • D
      Use license in product.json for rpm · b69e40dd
      Daniel Imms 提交于
      Fixes #17133
      b69e40dd
  9. 13 12月, 2016 1 次提交
  10. 12 12月, 2016 1 次提交
  11. 09 12月, 2016 2 次提交
  12. 08 12月, 2016 1 次提交
  13. 01 12月, 2016 2 次提交
  14. 29 11月, 2016 2 次提交
  15. 24 11月, 2016 1 次提交
  16. 23 11月, 2016 1 次提交
  17. 21 11月, 2016 2 次提交
  18. 17 11月, 2016 1 次提交
  19. 14 11月, 2016 2 次提交
  20. 12 11月, 2016 2 次提交
    • D
      Revert "Uplevel pty.js" · 5ba34ae5
      Daniel Imms 提交于
      This reverts commit 22d1f42f.
      
      Bash on Ubuntu errors out during launch using the newer version, reverting
      so it can be investigated first.
      5ba34ae5
    • D
      Uplevel pty.js · 22d1f42f
      Daniel Imms 提交于
      This upgrade includes an upgrade of winpty from a 0.2.x to 0.3.1
      22d1f42f
  21. 09 11月, 2016 1 次提交
  22. 08 11月, 2016 1 次提交
  23. 04 11月, 2016 1 次提交
  24. 28 10月, 2016 3 次提交
  25. 27 10月, 2016 1 次提交
  26. 26 10月, 2016 4 次提交