1. 14 9月, 2018 10 次提交
    • M
      promises in ITokenizationRegistry · e019fcbe
      Martin Aeschlimann 提交于
      e019fcbe
    • M
      remove meta.selector color rule (for #56813) · c0bbadd9
      Martin Aeschlimann 提交于
      c0bbadd9
    • R
      Fix #51467 · 8c17b44b
      Rob Lourens 提交于
      8c17b44b
    • M
      Refactoring to create TS Server object · dbeeecba
      Matt Bierner 提交于
      Rebase of a number of incremental changes listed below
      
      Move first level dispatchMessage into ForkedTsServerProcess
      
      Goal is to move callbacks and other per-server state into `ForkedTsServerProcess`
      
      Create forked ts server object syncrounously
      
      There is no reason for this to be async anymore. Making this object sync reduces complexity and makes the code easier to reason about
      
      Moving server relate functions into ForkedTSServer object
      
      The goal here is to have a single "server" object that keeps track of all its relevant state. The service client would manage one of these servers at a time, starting new ones if needed and dispatching to old ones
      
      Split server into own file
      
      Use switch case instead of conditionals
      
      Make pendingResponses readonly
      
      Add typings for callback item
      
      Improve naming
      
      - Use more descriptive names
      - Preview private vars with _
      
      Use passed in version for getting command line args
      
      Attach webview click handler to window instead of to document body
      
      Fixes #48926
      
      Change error handling for ts server exit and error
      
      - Don't fire twice on error (once for the `once` and once for the `onError`)
      - Flush callbacks on both exit and error.
      
      Remove cancellationPipeName as state
      
      Remove obsolete comment
      
      Move all env generation into generatePatchedEnv
      
      Extract server spawn into static method
      
      Move spawn from static to be own factory class
      
      Move providers from arguments to state on the spawner
      
      Update js/ts grammar
      
      Remove duplicate error handler
      
      Cleaning up server fork
      
      - Standarize names
      - Extract methods
      - Move some function to be private statics
      - Move logging out of electron and into server.ts
      
      Use undefined instead of null for optional value
      dbeeecba
    • A
      improve error handling for socket DA · fb204a36
      Andre Weinand 提交于
      fb204a36
    • R
      Fix #48073 · 4e59ab36
      Rob Lourens 提交于
      4e59ab36
    • R
      67f2a5a6
    • S
      fixes #58603 · a62f04a2
      SteVen Batten 提交于
      a62f04a2
    • M
      Make ignored folders darker · 337c626b
      Miguel Solorio 提交于
      337c626b
    • J
      fixes #50736 · ccf247b2
      Joao Moreno 提交于
      ccf247b2
  2. 13 9月, 2018 30 次提交