Joao Moreno
9e5c2aca23
fixes #67814
2019-10-08 16:57:22 +02:00
Daniel Imms
3117c154b3
Update xterm and xterm search
...
Diff: ea922fe...84b56b7
xterm@4.2.0-beta4
- Fix Windows demo
- TS 3.6
- Cmd+arrow shouldn't print anything
- Release 4.1
- Throw when open is called before attach
- Throw when infinity/nan is passed to resize
- Use set cursor style for blurred appearance (Fixes #67410 )
xterm-addon-search@
- Fix search not revealing line below viewport (Fixes #82106 )
2019-10-08 07:27:11 -07:00
Lucas Larson
94adc2a641
Repair npm links ( #70325 )
...
https://registry.npmjs.org instead of https://registry.npmjs/org
2019-10-08 16:05:09 +02:00
Daniel Imms
f0faef0dd7
Merge pull request #82097 from jplatte/patch-1
...
linux/bin/code.sh: use command -v instead of which
2019-10-08 06:32:43 -07:00
Benjamin Pasero
23059a783e
dev - add husky back for git precommit hooks
2019-10-08 15:24:45 +02:00
Benjamin Pasero
d9a639a06b
fix hygiene
2019-10-08 15:00:26 +02:00
Benjamin Pasero
e4a66a8698
strict null
2019-10-08 14:57:57 +02:00
Benjamin Pasero
5cd301d403
🆙 distro
2019-10-08 14:36:13 +02:00
Benjamin Pasero
c3e1bcc67b
🆙 distro
2019-10-08 14:16:27 +02:00
Johannes Rieken
0fc92f222f
fix tests
2019-10-08 14:13:14 +02:00
Jonas Platte
c109bf77ac
linux/bin/code.sh: use command -v instead of which
2019-10-08 14:02:44 +02:00
Alexandru Dima
b24844ce9d
Fixes #72823 : Do not compute char changes for huge chunks
2019-10-08 13:57:27 +02:00
Alexandru Dima
e57a82771b
Pass the elements to the diff algorithm directly
2019-10-08 13:57:27 +02:00
Alexandru Dima
84167ad509
Add ISequence.elementsAreEqual
2019-10-08 13:57:27 +02:00
Alexandru Dima
c4821bf4a0
Use Int32Array
2019-10-08 13:57:26 +02:00
Alexandru Dima
55610696fe
Avoid allocations for ISequence.getElementAtIndex
2019-10-08 13:57:26 +02:00
Alexandru Dima
e80b0f53fa
💄
2019-10-08 13:57:26 +02:00
Johannes Rieken
807a126a6a
remove pseudo breadcrumbs in call hierarchy peek, #81859
2019-10-08 12:52:57 +02:00
Johannes Rieken
46be30ef9a
renames: source -> from, target -> to, #81746
2019-10-08 12:44:25 +02:00
Johannes Rieken
178b598c82
Merge pull request #82062 from kondratyev-nv/master
...
Render Octicons in CodeLens
2019-10-08 12:13:43 +02:00
Alex Ross
c270a67615
Terminal should scroll to bottom on reused task terminals
...
fixes #72503
2019-10-08 11:35:33 +02:00
Benjamin Pasero
b8a26a0139
debt - tweak proposed API check ( #82089 )
2019-10-08 11:21:43 +02:00
Benjamin Pasero
b78fe0cc1e
🆙 distro
2019-10-08 11:16:21 +02:00
Benjamin Pasero
42ebd1036f
build - use enable-proposed-api in tests
2019-10-08 11:13:18 +02:00
Johannes Rieken
bcaa2be1b5
outline progress bar delay is average respone time, some minor polish, fixes #63400
2019-10-08 11:03:30 +02:00
isidor
a6ac3e5634
Revert "fixes #77837 "
...
This reverts commit a8a448d166f66bcedcab350858b959a07b9bdfdb.
2019-10-08 10:57:58 +02:00
Johannes Rieken
e9cc9c7847
debt - make debugging lazy services simpler
2019-10-08 10:25:04 +02:00
Benjamin Pasero
79722879ba
debt - less null in workbench
2019-10-08 09:53:53 +02:00
Matt Bierner
4a79a0ba40
Fixing a few more strict init errors in panelViewlet
...
#78168Ï
2019-10-07 16:41:39 -07:00
Matt Bierner
6fdd8d10dc
Fixing strict init errors in webview code
...
#78168
2019-10-07 16:38:17 -07:00
Matt Bierner
4388300e89
Cache webview web contents
...
Fixes #81780
2019-10-07 16:25:24 -07:00
Matt Bierner
953d193378
Removing zoomFactor logic for webviews
...
Fixes #81783
This code was added to workaround bug in electron. It looks like it has since been fixed
2019-10-07 15:53:40 -07:00
Matt Bierner
b0dccbcf75
Marking a bunch of static variables as readonly
...
Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
2019-10-07 15:40:02 -07:00
Matt Bierner
90f33ddc6d
Use DisposableStore in a few more places
...
- Also switches a few places that re-implemented Disposable with calls to `_register` instead
2019-10-07 15:40:01 -07:00
U-ways
095358e3b2
fix image preview to show correct canvas size when editor is scaled down vertically ( #82027 )
...
See issue #81878
2019-10-07 14:48:49 -07:00
Matt Bierner
2719c1ddc0
Replacing more for loops with .every/.some or arrays.equals
2019-10-07 14:43:53 -07:00
Matt Bierner
4e2caaa646
Use array.find in more places of re-implementing it with for loops
2019-10-07 14:43:53 -07:00
Rachel Macfarlane
d1b81e23db
Remove applicationinsights-web dependency
2019-10-07 14:34:21 -07:00
Matt Bierner
99dc069a0c
Remove another duplicated array equals helper function
2019-10-07 14:18:58 -07:00
Matt Bierner
30dc021bf7
null -> undefined
2019-10-07 14:18:58 -07:00
Matt Bierner
40e0f496f9
Use equals helper function instead of re-implementing it so many places
2019-10-07 14:18:58 -07:00
Matt Bierner
6e593ab812
Converting some search for loops to use .some/.every instead
...
Prefer using these predicates as they are shorter and make the code easier to understand
2019-10-07 14:18:58 -07:00
Matt Bierner
4a461d267f
Converting a few functions in ITokenizationRegistry to return undefined instead of null
2019-10-07 14:18:58 -07:00
Matt Bierner
948af79e49
Markding results from panelService as readonly
2019-10-07 14:18:58 -07:00
Matt Bierner
de9a8a67b3
Converting some parts of panel service to return undefined instead of null
2019-10-07 14:18:58 -07:00
Matt Bierner
ab3f2e6180
Use find instead of for loop
2019-10-07 14:18:58 -07:00
Matt Bierner
02ae385856
Convert getPanel to return undefined instead of null
2019-10-07 14:18:58 -07:00
Matt Bierner
a660620e88
Convert null -> undefined
2019-10-07 14:18:58 -07:00
Rachel Macfarlane
73d2f81d13
Mark that pendingComment can be null, #81574
2019-10-07 13:33:35 -07:00
Benjamin Pasero
3c70da4c8c
🆙 graceful-fs@4.2.2 ( #82058 )
2019-10-07 20:33:35 +02:00