1. 13 9月, 2019 1 次提交
  2. 04 9月, 2019 1 次提交
  3. 30 8月, 2019 1 次提交
  4. 21 8月, 2019 1 次提交
  5. 10 8月, 2019 1 次提交
  6. 03 8月, 2019 1 次提交
    • A
      Groundwork for language support · 712274d9
      Asher 提交于
      - Implement the localization service.
      - Use the proper build process which generates the require JSON files.
      - Implement getting the locale and language configuration.
      712274d9
  7. 19 7月, 2019 4 次提交
  8. 07 6月, 2019 1 次提交
    • A
      Move OSX package task into build script · 04adf141
      Asher 提交于
      This is to match how the other binaries are built. Also made some
      changes to make the Docker containers clean up for when you are running
      this locally.
      04adf141
  9. 03 5月, 2019 1 次提交
  10. 02 5月, 2019 1 次提交
  11. 26 4月, 2019 4 次提交
  12. 16 4月, 2019 1 次提交
    • A
      Update node to 10.15.1 (#472) · aabb2ecd
      Asher 提交于
      * Update Node to 10.15.1
      
      * Remove string replace that was used for oclif
      
      * Update nbin
      
      * Package node-pty and spdlog with nbin
      
      * Label stderr/stdout from shared process
      
      * Remove fork override
      
      * Prevent "already disposed" errors when trying to kill disposed proxies
      
      * Include spdlog dependencies
      
      * Shim /node_modules
      
      * Add node_modules to Docker ignore
      
      It keeps using my already-built .node files which results in a
      mismatching GLIBC version error.
      
      * Update nbin
      aabb2ecd
  13. 13 4月, 2019 1 次提交
  14. 06 4月, 2019 1 次提交
    • A
      Update VS Code to 1.33.0 (#445) · a1136b3a
      Asher 提交于
      * Update VS Code to 1.33.0
      
      * Fix slow file tree
      
      * Fix WindowsService fill
      
      * Provide `off` on event listeners
      
      * Fix webview
      
      * Fix double title bar and missing preferences on Mac
      
      * Bump VS Code version in Travis config
      
      * Fix black dialog text (again)
      
      * Fix shared process not starting
      a1136b3a
  15. 04 4月, 2019 1 次提交
    • K
      Improve CI caching (#416) · dcf409ae
      Kyle Carberry 提交于
      * Adjust linux distro to ubuntu 14.04
      
      * Cache lib directory for speedy builds
      
      * Fix path linking for default extensions
      
      * Update reset
      
      * Reset to head
      
      * Improve caching
      
      * Still run yarn in CI
      
      * Update yarn before install
      
      * Increase cache timeout
      
      * Install vscode from vstar
      
      * Undo data-dir changes to CLI, add back clean, remove unused CI func
      
      * Remove additional flags added
      
      * Remove unused dependency
      
      * Reset vscode install dir so patching always works
      dcf409ae
  16. 27 3月, 2019 2 次提交
  17. 09 3月, 2019 2 次提交
    • A
      ci: enable travis npm cache (#110) · 3e9d86ee
      Anmol Sethi 提交于
      * ci: enable travis npm cache
      
      * ci: upgrade travis version
      
      Thanks @zerdos
      
      * ci: switch to using yarn cache
      3e9d86ee
    • A
      Feature/1.32.0 update (#117) · 36c05ed3
      Asher 提交于
      * Update VS Code to 1.32.0
      
      * Update patch
      
      Most changes are moved files, most notably shell.contribution.ts which
      is now main.contribution.ts.
      
      Also:
      - repl.ts no longer uses isMacintosh
      - shell.ts doesn't exist
      - added back the commented-out CSP headers
      
      * Use es6 target for bootstrap-fork
      
      * Directly reference cross-env binary
      
      yarn and npm find the binary just fine when running the tasks from the
      root but it doesn't work if you run one of those tasks directly from
      within those directories.
      
      * Update import paths and bootstrap-fork ignores
      
      * Increase memory limit for building default extensions
      
      * Fix invalid regex in Firefox
      
      * Update startup function
      
      * Fix global.require error
      
      * Update zip extract arguments
      
      * Update travis to minimum required Node version
      
      * Always chmod executable dependencies
      
      Fixes EACCESS errors for users that had the files unpacked before we
      added the chmod call.
      
      * Remove unused var declaration
      36c05ed3
  18. 07 3月, 2019 2 次提交
    • A
      Add task for packaging release (#6) · 994531d8
      Asher 提交于
      * Add task for packaging release
      
      * Modify package task to package a single binary
      
      This is so it can be used as part of the build/release script.
      
      * Package release as part of Travis deploy
      
      * Set platform env var
      
      * Add arch env var
      
      * Make version available to the code
      
      * Use tar for Linux and zip for Mac & Windows
      994531d8
    • K
      Update to vscode 1.31.1 (#45) · 8916cb9b
      Kyle Carberry 提交于
      8916cb9b
  19. 05 3月, 2019 7 次提交
  20. 01 3月, 2019 1 次提交
    • K
      Add windows support (#41) · e8174095
      Kyle Carberry 提交于
      * Add windows support
      
      * Improve multi-platform support
      
      * Install with network-concurrency 1
      
      * Use file-glob to upload windows binary
      
      * Don't install packages in parallel if on windows
      
      * Rename vscode-remote to code-server
      
      * Add output at intervals so CI doesn't kill build
      
      * Update all tasks to provide timed output
      
      * Don't perform tasks sync otherwise we can't log
      e8174095
  21. 28 2月, 2019 4 次提交
  22. 26 2月, 2019 1 次提交
    • K
      Fix readdir for root path (#35) · 0c2c9573
      Kyle Carberry 提交于
      * Fix readdir for root path
      
      * Fix merge of webpack conf
      
      * Fix travis.yml to deploy on master
      
      * Remove windows platform from travis.yml
      
      * Enable caching
      
      * mkdirpSync
      
      * Fix build script
      0c2c9573