1. 06 2月, 2019 1 次提交
  2. 26 1月, 2019 1 次提交
  3. 23 1月, 2019 1 次提交
  4. 10 1月, 2019 1 次提交
  5. 04 1月, 2019 1 次提交
  6. 14 12月, 2018 1 次提交
  7. 13 12月, 2018 1 次提交
  8. 12 12月, 2018 1 次提交
  9. 10 12月, 2018 2 次提交
    • D
      vscode-xterm@3.10.0-beta1 · d0be64e9
      Daniel Imms 提交于
      - TypeScript 3.0 -> 3.1
      - Layering refactors
      - TypedArray new default buffer impl
      - TypedArray buffer impl improvements
      - TypedArray buffer recycling
      - Cursor attribute alt buffer improvements
      - wcwidth optimizations
      - Fix missing control characters in parser
      - Change parser to work mostly on codes not chars
      - Null check on syncScrollArea
      - areCoordInSelection fix
      - Remove unused lineHeight param
      - Don't create multiple AudioContexts
      - Use deltaY instead of wheelDeltaY
      - Crosshair cursor only when terminal is focused
      - Addon lint/test fixes
      - is256Color helper
      - Remove IOffscreenCanvas concept
      - Fix DOM renderer dimensions/scroll bar
      - Support DOM renderer line height
      - Don't create DOM renderer elements for empty cells at line end
      - Set MouseHelper renderer when it's switched
      
      Fixes #64121
      d0be64e9
    • B
      Update to Electron 3.0.10 (#56149) · 0bcf5cff
      Benjamin Pasero 提交于
      * update to 3.0.0-beta.3
      
      * update d.ts files; rename NodeBuffer => Buffer
      
      * update to 3.0.0-beta.4
      
      * undo invalid change
      
      * remove some Electron 2.0.x specific workarounds
      
      * pinch zoom is now disabled by default
      
      * update vscode-nsfw
      
      * change vscode-nsfw
      
      * update smoke test electron version
      
      * streams: use destroy() over close()
      
      * workaround broken tests
      
      * bump distro and OSS
      
      * try to bump node version for build
      
      * update macOS build to use node.js 10.8.0
      
      * fix extension tests
      
      * use node.js 10.2.1 for all builds
      
      * remove nsfw from dev dependencies
      
      * back to node 8.x for build
      
      * Revert "back to node 8.x for build"
      
      This reverts commit 90ea2b7af2a1930e60f86fcef7ef9e2c49a79a8a.
      
      * update distro
      
      * disable test run on macOS prod build for now
      
      * bump distro
      
      * ensure proper nsfw dep
      
      * fix more native dependencies
      
      * temp disable failing test
      
      * fix packages
      
      * update deps
      
      * fix deps
      
      * update deps
      
      * enable macOS unit tests again
      
      * fix deprecated buffer use
      
      * Electron 3.0.0.beta.5
      
      * bump deps
      
      * fix tree accidentally treating auxclick as click
      
      * improve overlay cleanup scheduler (fixes flicker seen with Electron 3.0.x)
      
      * update distro
      
      * remove obsolete disableBlinkFeatures: 'Auxclick'
      
      * update to Electron 3.0 beta 6
      
      * fix compile
      
      * workaround #56994
      
      * do not use backgroundColor to find shared process (causes flicker)
      
      * fix flicker on windows from shared process background color
      
      * webview - bubble up keyboard events (workaround for #56988)
      
      * bump electron to 3.0.0-beta.8
      
      * webview - fix deprecation
      
      * webview - fix another deprecation
      
      * debt - handle SIGPIPE on more processes
      
      * workaround more webview focus issues (for #56988)
      
      * webview - use proper way to focus()
      
      * debt - avoid window-focus/blur and use native focus events instead
      
      * webview - restore previous focus method
      
      * webview - improve focus tracking (do not rely on DOM events)
      
      * bump to electron 3.0.0-beta.9
      
      * update deps
      
      * update electron@3.0.0-beta.10
      
      * webview - do not rely on DOM focus for certain commands (for #56988)
      
      * update to electron@3.0.0-beta.11
      
      * electron@3.0.0-beta.12
      
      * update to beta 13
      
      * update to electron 3.0.0
      
      * update to Electron 3.0.1
      
      * electron@3.0.2
      
      * revert build changes (node.js version)
      
      * try with: enable mojave dark mode support
      
      * fix types
      
      * electron 3.0.3
      
      * electron@3.0.4
      
      * fix deps
      
      * bump electron@3.0.6
      
      * bump electron@3.0.9
      
      * fix strict null issue
      
      * reset format
      
      * bump electron@3.0.10
      
      * fix strict null issue
      
      * webview - print error when revive fails
      
      * electron 3.0.x - try to fix keybindings in webviews (#64417)
      
      * bump @types/node => ^10.12.12
      
      * 💄
      
      * update distro
      0bcf5cff
  10. 30 11月, 2018 1 次提交
  11. 20 11月, 2018 2 次提交
  12. 15 11月, 2018 1 次提交
  13. 13 11月, 2018 1 次提交
  14. 03 11月, 2018 1 次提交
  15. 28 10月, 2018 1 次提交
  16. 23 10月, 2018 1 次提交
  17. 14 10月, 2018 1 次提交
  18. 12 10月, 2018 1 次提交
  19. 10 10月, 2018 1 次提交
    • A
      Fix standalone editor gulp scripts. · d729e505
      Alex Dima 提交于
      Tree Shaking:
      - do not proceed with tree shaking when there are compilation errors
      - load .d.ts files in the language service
      - adopt TS 3.1.1 in symbol resolution
      - use the real tsconfig.json / with "node" resolution
      
      Bundling:
      - fix issue where files were being looked for in out-build instead of out-editor-build
      d729e505
  20. 09 10月, 2018 1 次提交
  21. 08 10月, 2018 1 次提交
  22. 05 10月, 2018 1 次提交
  23. 04 10月, 2018 2 次提交
    • M
      Fixing monaco build errors related to require · 45d48f35
      Matt Bierner 提交于
      45d48f35
    • M
      Switch to use standard @types/node types instead of our customized version · f7456ebf
      Matt Bierner 提交于
      Using a custom version of the node typings is causing a lot of pain while trying to upgrade our build to use `@types` instead of the `d.ts` files we have to maintain. I believe we primarily maintain our own version for two reason:
      
      - Custom require function
      - setTimeout and other timer functions return NodeJs.timer instead of a number
      
      These can both be delt with, the first by using interface augmentation and the second by switching to use any types for timer. I believe that the pain of maintaining our own node `d.ts` outweighs the benefits here
      
      This change switches us to use the standard @types/node package for our node typings
      f7456ebf
  24. 03 10月, 2018 3 次提交
  25. 02 10月, 2018 1 次提交
  26. 01 10月, 2018 1 次提交
  27. 23 9月, 2018 1 次提交
    • R
      Upgrade appinsights (#58999) · ae526292
      Ramya Rao 提交于
      * Upgrade appinsights
      
      * Env, global updates before starting shared process
      
      * Disable console logging from appinsights Fixes #55417
      
      * Move workaround to helper
      ae526292
  28. 19 9月, 2018 1 次提交
  29. 18 9月, 2018 1 次提交
  30. 13 9月, 2018 1 次提交
  31. 03 9月, 2018 1 次提交
  32. 24 8月, 2018 1 次提交
  33. 22 8月, 2018 2 次提交
  34. 21 8月, 2018 1 次提交