1. 20 4月, 2019 1 次提交
  2. 19 4月, 2019 1 次提交
  3. 18 4月, 2019 3 次提交
  4. 12 4月, 2019 1 次提交
    • A
      Fix some open file/folder issues · 7047be85
      Asher 提交于
      - "Open folder" now says "open folder" instead of "open file"
      - "Open folder" won't allow you to open files
      - "Open file" won't allow you to open directories
      
      Fixes #249.
      7047be85
  5. 11 4月, 2019 1 次提交
    • M
      Feature/relative url (#307) · 4b217fba
      majik 提交于
      * resrouce relative url
      
      * add url pathname for require.toUrl (fix webview url)
      
      * rest resrouce relative url
      
      * fix resource url
      
      * ignore .vscode
      4b217fba
  6. 09 4月, 2019 3 次提交
  7. 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
  8. 05 4月, 2019 1 次提交
  9. 04 4月, 2019 2 次提交
  10. 29 3月, 2019 1 次提交
    • A
      Handle disconnects (#363) · 03ad2a17
      Asher 提交于
      * Make proxies decide how to handle disconnects
      
      * Connect to a new terminal instance on disconnect
      
      * Use our retry for the watcher
      
      * Specify method when proxy doesn't exist
      
      * Don't error when closing/killing disconnected proxy
      
      * Specify proxy ID when a method doesn't exist
      
      * Use our retry for the searcher
      
      Also dispose some things for the watcher because it doesn't seem that
      was done properly.
      
      The searcher also now starts immediately so there won't be lag when you
      perform your first search.
      
      * Use our retry for the extension host
      
      * Emit error in parent proxy class
      
      Reduces duplicate code. Not all items are "supposed" to have an error
      event according to the original implementation we are filling, but there
      is no reason why we can't emit our own events (and are already doing so
      for the "disconnected" event anyway).
      
      * Reconnect spdlog
      
      * Add error message when shared process disconnects
      
      * Pass method resolve to parse
      
      * Don't pass method to getProxy
      
      It doesn't tell you anything that trace logging wouldn't and has
      no relation to what the function actually does.
      
      * Fix infinite recursion when disposing protocol client in tests
      03ad2a17
  11. 27 3月, 2019 1 次提交
    • A
      Refactor evaluations (#285) · dc2253e7
      Asher 提交于
      * Replace evaluations with proxies and messages
      
      * Return proxies synchronously
      
      Otherwise events can be lost.
      
      * Ensure events cannot be missed
      
      * Refactor remaining fills
      
      * Use more up-to-date version of util
      
      For callbackify.
      
      * Wait for dispose to come back before removing
      
      This prevents issues with the "done" event not always being the last
      event fired. For example a socket might close and then end, but only
      if the caller called end.
      
      * Remove old node-pty tests
      
      * Fix emitting events twice on duplex streams
      
      * Preserve environment when spawning processes
      
      * Throw a better error if the proxy doesn't exist
      
      * Remove rimraf dependency from ide
      
      * Update net.Server.listening
      
      * Use exit event instead of killed
      
      Doesn't look like killed is even a thing.
      
      * Add response timeout to server
      
      * Fix trash
      
      * Require node-pty & spdlog after they get unpackaged
      
      This fixes an error when running in the binary.
      
      * Fix errors in down emitter preventing reconnecting
      
      * Fix disposing proxies when nothing listens to "error" event
      
      * Refactor event tests to use jest.fn()
      
      * Reject proxy call when disconnected
      
      Otherwise it'll wait for the timeout which is a waste of time since we
      already know the connection is dead.
      
      * Use nbin for binary packaging
      
      * Remove additional module requires
      
      * Attempt to remove require for local bootstrap-fork
      
      * Externalize fsevents
      dc2253e7
  12. 23 3月, 2019 1 次提交
  13. 22 3月, 2019 1 次提交
  14. 20 3月, 2019 1 次提交
  15. 13 3月, 2019 4 次提交
  16. 12 3月, 2019 1 次提交
    • A
      Fix some dialog styling issues · 8aff2065
      Asher 提交于
      - Fix black text caused by 1.32.0 upgrade.
      - Fix various alignment and padding issues (a few elements with more
        space below than above).
      8aff2065
  17. 09 3月, 2019 1 次提交
    • 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. 02 3月, 2019 1 次提交
    • A
      Use Coder marketplace (#44) · c384dfb8
      Asher 提交于
      * Allow setting marketplace URL
      
      * Add zip fill
      
      * Comment out CSP for now
      
      * Fill zip on client as well
      
      Probably will need it for client-side extensions.
      
      * Don't use itemUrl (it's undefined)
      
      * Remove extension rating
      
      * Hide ratings with CSS instead of patching them out
      
      * Add hard-coded fallback for service URL
      
      * Only use coder-develop for extapi if env is explicitly development
      
      * Don't use coder-develop at all for extapi
      
      If you need it, you can set SERVICE_URL.
      c384dfb8
  19. 01 3月, 2019 2 次提交
    • K
      Inherit theme color for brief loading screen · 38b500fc
      Kyle Carberry 提交于
      38b500fc
    • 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
  20. 28 2月, 2019 4 次提交
  21. 27 2月, 2019 6 次提交
  22. 26 2月, 2019 1 次提交
  23. 23 2月, 2019 1 次提交