1. 09 4月, 2019 1 次提交
  2. 08 4月, 2019 1 次提交
  3. 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
  4. 05 4月, 2019 13 次提交
  5. 04 4月, 2019 6 次提交
  6. 03 4月, 2019 2 次提交
  7. 02 4月, 2019 4 次提交
  8. 01 4月, 2019 1 次提交
  9. 30 3月, 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. 28 3月, 2019 3 次提交
  12. 27 3月, 2019 5 次提交