Benjamin Pasero
5d498736f4
revert back to electron 6 ( #89245 )
2020-01-24 14:39:40 -08:00
Alexandru Dima
31ef68ff7c
Adopt latest istanbul libraries
2020-01-14 11:09:29 +01:00
Dima Krasner
76429d2f58
Bump node-native-keymap to 2.1.1 for easier arm64 cross-compil… ( #86659 )
...
Bump node-native-keymap to 2.1.1 for easier arm64 cross-compilation
2020-01-14 10:27:15 +01:00
Matt Bierner
22fad2a49c
Update VS Code build with TS 3.8 beta
2020-01-10 18:19:41 -08:00
Robo
4c7431ca8d
chore: Upgrade to electron 7.x ( #83796 )
...
* chore: bump electron@7.0.0
* chore: update api
* chore: Bump electron@7.0.1
* chore: bump electron@7.1.0
* chore: Bump electron@7.1.1
* chore: Bump electron@7.1.2
* FIXME: Skip webview tests that have improper shutdown path
* chore: Bump electron@7.1.3
* bump electron@7.1.5
* debug test failures
* chore: bump electron@7.1.7
* skip test for https://github.com/microsoft/vscode/issues/87330
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
2020-01-09 19:16:52 +05:30
Matt Bierner
cb47915e3b
Pick up latest ts nightly for building VS Code
2020-01-08 15:37:59 -08:00
Daniel Imms
3ecaff4093
xterm@4.4.0-beta.15
...
Diff: https://github.com/xtermjs/xterm.js/compare/2a9e16b...fbeb45d
- Adding FluffOS to xtermjs user list xtermjs/xterm.js#2663
- Flag lines as wrapped after CUP in windows mode xtermjs/xterm.js#2667
Part of #85839
2020-01-07 09:43:04 -08:00
Matt Bierner
464ee368df
Update build to use latest TS 3.8 nightly
...
We want more testing of the TS nightly bits
2020-01-06 10:15:38 -08:00
Martin Aeschlimann
20d3e2dc3b
folding highlight setting (for #83983 )
2020-01-05 19:50:55 +01:00
Johannes Rieken
d8b6b052e8
Merge branch 'master' into joh/eslint-rules
2020-01-02 19:50:14 +01:00
Johannes Rieken
e22be576d6
add disabled rules for being more complete with our tslint config...
2019-12-31 12:55:41 +01:00
Daniel Imms
65df1d9184
xterm@4.4.0-beta.13
...
xterm-addon-webgl@0.5.0-beta.7
Diff: https://github.com/xtermjs/xterm.js/compare/8341c35...2a9e16b
- Include in word separators xtermjs/xterm.js#2583
- Remove unused imports/functions xtermjs/xterm.js#2585
- force alpha to 1 when using background color as inverted foreground color xtermjs/xterm.js#2560
- Fix minimumContrastRatio on dom/truecolor xtermjs/xterm.js#2602
- v4.3.0 xtermjs/xterm.js#2605
- Avoid roundtrip to browser when double-disposing. xtermjs/xterm.js#2616
- Allow the thickness of the bar cursor to be configured xtermjs/xterm.js#2590
- update version of node-pty xtermjs/xterm.js#2621
- Implement hidden in DOM and WebGL renderers xtermjs/xterm.js#2625
- Expose texture atlas as API and use in demo xtermjs/xterm.js#2626
- Webgl v0.4.1 xtermjs/xterm.js#2628
- Add Linode to real world uses xtermjs/xterm.js#2636
- Added Gus to list of xterm real-world users xtermjs/xterm.js#2631
- Remove a large portion of InputHandler's dependency on Terminal xtermjs/xterm.js#2637
- Move back to reseting parser only on RIS xtermjs/xterm.js#2640
- Set glyph fg color based on original bg, not selection xtermjs/xterm.js#2650
- format color value to style '#rrggbbaa' xtermjs/xterm.js#2629
- Use register over add for APIs returning disposables xtermjs/xterm.js#2651
- Standardize how colors helper lib is structured xtermjs/xterm.js#2653
- Fullwidth handling in buffer writes xtermjs/xterm.js#2644
- Target es5 in attach addon xtermjs/xterm.js#2654
Fixes #86194
Fixes #87918
Part of #87456
2019-12-31 01:41:36 -08:00
Johannes Rieken
31d049f329
use (most of) generated eslintrc-file
2019-12-24 13:51:11 +01:00
Johannes Rieken
556475c71f
add eslint-rules "module" and use it in eslintrc-file
2019-12-24 13:07:59 +01:00
Benjamin Pasero
2581000750
add types for windows-registry ( fix #83421 )
2019-12-18 15:12:17 +01:00
Matt Bierner
ee0960b25b
Update to use node 12 typings ( #85578 )
...
* Update to use node 12 typings
Fixes #82514
* Revert es6 promise changes
This gets us back to having the duplicate indentifier errors
* exclude es6-promise from vscode compile
2019-12-17 13:40:04 -08:00
Benjamin Pasero
b43a377710
debt - remove windows-mutex.d.ts
2019-12-16 16:34:53 +01:00
Harald Rosberg
ce5b036d3b
bump electron to 6.1.6, fixes missing window titles in accessibility apps ( #86837 )
...
* bump electron to 6.1.6, fixes #84195 missing window titles in accessibility apps
* update electron version string in cgmanifest.json
2019-12-13 17:07:59 -08:00
Matt Bierner
007b3032ad
Update to TS 3.7.3 for building VS Code
2019-12-11 15:58:59 -08:00
Benjamin Pasero
93f58e063e
add types for electron.d.ts ( #86721 )
2019-12-11 09:39:39 +01:00
Sandeep Somavarapu
cb1ae817a8
#83421 remove semver typings
2019-12-10 15:28:18 +01:00
Sandeep Somavarapu
3c06d9d008
#83421 remove semver-umd.d.ts from src/typings
2019-12-10 09:08:57 +01:00
Daniel Imms
4bbb7aa8bd
xterm@4.3.0-beta.28.vscode.1
...
Diff: https://github.com/xtermjs/xterm.js/compare/397d053...8341c35
Fixes #86142
2019-12-04 11:15:50 -08:00
Daniel Imms
958853a7cf
xterm@4.3.0-beta.28
...
Diff: https://github.com/xtermjs/xterm.js/compare/1300b7a...397d053
Fixes #84299
2019-11-24 11:31:14 -08:00
Daniel Imms
3e3cb3043c
xterm-addon-webgl@0.4.0-beta.11
...
Fixes #85048
2019-11-24 09:48:49 -08:00
Daniel Imms
7c29e087da
xterm@4.3.0-beta24
...
Diff: https://github.com/xtermjs/xterm.js/compare/03fe167...1300b7a
- onBinary event
- minimum contrast ratio
- Windows mode layering
- Improve webgl error when not attached
Part of #84935
2019-11-22 18:51:33 -08:00
Alex Dima
c2a19905fb
Remove .d.ts from typings folder ( #83421 )
2019-11-21 10:01:21 +01:00
Alex Dima
6ae16bde2e
Remove .d.ts from typings folder ( #83421 )
2019-11-21 10:01:20 +01:00
Alex Dima
2ac71e9a48
Switched to fixed deps for vscode-textmate
2019-11-21 10:01:20 +01:00
Alex Dima
b63e626066
Remove .d.ts from typings folder ( #83421 )
2019-11-21 09:38:30 +01:00
Alex Dima
7521ebdeb4
Adopt latest vscode-textmate ( fixes #84401 )
2019-11-21 08:44:26 +01:00
Daniel Imms
5f471ce2b6
Merge branch 'master' into tyriar/webgl2
2019-11-15 10:55:58 -08:00
Benjamin Pasero
042c660f7c
🆙 sudo-prompt@9.1.1
2019-11-14 17:42:55 +01:00
Martin Aeschlimann
c1997dcd4b
add type bindings to minimist (for #83421 )
2019-11-14 16:41:12 +01:00
Benjamin Pasero
175b78de96
debt - remove sudo-prompt typings
2019-11-14 09:01:41 +01:00
Martin Aeschlimann
c4a5657ec1
update onigasm. Fixes #82606
2019-11-13 18:06:43 +01:00
Rachel Macfarlane
06a48362f3
Replace typings file for windows-process-tree with @types module
2019-11-12 16:00:33 -08:00
Benjamin Pasero
68fbaf42c8
debt - adopt windows-foreground-love types
2019-11-12 08:00:16 +01:00
Christof Marti
c27fe98afe
Reduce typings files ( #83421 )
2019-11-11 16:22:56 +01:00
Benjamin Pasero
b8bb1770a5
🆙 jschardet (for #83421 )
2019-11-11 07:52:18 +01:00
Daniel Imms
2f65216fa8
xterm-addon-webgl@0.4.0-beta6
2019-11-10 12:42:13 -08:00
Daniel Imms
ca2c75906e
Merge branch 'master' into tyriar/webgl2
2019-11-10 12:38:24 -08:00
Daniel Imms
6216be7984
xterm@4.3.0-beta17
...
Diff: https://github.com/xtermjs/xterm.js/compare/b68a4d2...03fe167
- Refresh rows after options changed
- WebGL true color, selection support
- WebGL dispose
- Puppeteer slowmo
2019-11-10 12:29:25 -08:00
Daniel Imms
87251319ff
Support experimental webgl renderer
2019-11-09 08:53:50 -08:00
Daniel Imms
f920bd7939
xterm-addon-search@0.4.0-beta4
...
Fix wrapped line search
Fixes #81510
2019-11-09 08:23:57 -08:00
Daniel Imms
3d4b915227
xterm@4.3.0-beta11
...
Diff: https://github.com/xtermjs/xterm.js/compare/f30c38f...b68a4d2
- Run yarn for addons
- Support EventEmitter.dispose
- Fix typos
- Toggle addons in demo
- Pipelines polish
- Only refresh rows that changed during parsing
- TS 3.7
- Fix wrapped line search (search addon)
- Layering
2019-11-09 08:21:51 -08:00
Rachel Macfarlane
434662c6cb
Use types module instead of custom typings for applicationinsights
2019-11-08 11:40:16 -08:00
Joao Moreno
655bd8f303
Revert "remove windows-mutex from typings"
...
This reverts commit bf1ee60165 .
2019-11-08 15:31:06 +01:00
Joao Moreno
75b075962a
Merge branch 'master' of github.com:microsoft/vscode
2019-11-08 06:11:01 -08:00
Joao Moreno
bf1ee60165
remove windows-mutex from typings
2019-11-08 06:09:34 -08:00