Logan Ramos
282f499c22
Update extension telemetry module
2021-09-23 11:26:57 -04:00
Alex Dima
636328c20c
Only decompress Websocket frames that have the RSV1 bit set
2021-09-23 17:17:47 +02:00
Johannes Rieken
94ffa6fc39
fix https://github.com/microsoft/vscode/issues/126172
2021-09-23 16:25:32 +02:00
Alex Ross
a15378a9db
Allow tunnel providers to define port privacy options ( #133677 )
2021-09-23 16:24:51 +02:00
Sandeep Somavarapu
fd6adaf30a
Fix #119375
2021-09-23 16:11:37 +02:00
Henning Dieterichs
d5380d97df
Fixes unused variable error.
2021-09-23 15:47:37 +02:00
Henning Dieterichs
471338def0
Simplifies bracket pair tokenizer test.
2021-09-23 15:36:40 +02:00
Benjamin Pasero
53aff5e347
watcher - change to vscode-nsfw@2.1.4
( #132483 )
2021-09-23 15:21:16 +02:00
Alex Dima
9c3ca50a47
update distro
2021-09-23 15:16:45 +02:00
Henning Dieterichs
23995d9ae1
Merge pull request #133668 from microsoft/hediet/injected-text-show-if-collapsed
...
Considers showIfCollapsed for injected text decorations.
2021-09-23 15:08:45 +02:00
Johannes Rieken
ba961427c3
fix https://github.com/microsoft/vscode/issues/132981
2021-09-23 14:55:54 +02:00
Sandeep Somavarapu
a0a448f344
Fix #128280
2021-09-23 14:33:18 +02:00
Henning Dieterichs
fc63b52c8d
Considers showIfCollapsed for injected text decorations.
2021-09-23 12:54:04 +02:00
Alex Dima
d49a618eab
Simplify code around picking the running location and add better logging
2021-09-23 12:46:30 +02:00
Henning Dieterichs
dd01064f50
Use correct range for inlay hint decorations.
2021-09-23 12:39:36 +02:00
Johannes Rieken
17c249e504
try out filled dot when overall severity is warning or error
2021-09-23 12:31:27 +02:00
Benjamin Pasero
6b89c4f23f
watcher - 💄
2021-09-23 11:00:55 +02:00
Benjamin Pasero
24b3b589bb
watcher - implement unexpected shutdown recovery ( #132483 )
2021-09-23 10:49:49 +02:00
Ladislau Szomoru
63a3d5e548
Bump distro
2021-09-23 09:50:44 +02:00
Jackson Kearl
2358283d76
Web Worker Search: Implement more complete .gitignore and search.exclude filtering algorithm
2021-09-23 00:42:22 -07:00
Sandeep Somavarapu
7cdf954337
Fix #131891
2021-09-23 09:38:29 +02:00
Martin Aeschlimann
ff508a09c9
Merge pull request #133624 from microsoft/aeschli/fixsourcemaps
...
source maps are off in browser dev tools
2021-09-23 09:31:47 +02:00
Alex Dima
275039827d
Simplify determining location logic and give precedence to the extensionKind defined in the local extension over the remote extension in case they disagree ( #128573 )
2021-09-23 09:17:07 +02:00
Benjamin Pasero
de5e9091d9
watcher - better disposal via cancellation tokens ( #132483 )
2021-09-23 08:55:30 +02:00
Benjamin Pasero
319a55c656
file watcher 💄
2021-09-23 07:57:22 +02:00
Harald Kirschner
2d6b50d696
TAS treatment for language recommendation prompt ( #133494 )
2021-09-22 16:03:56 -07:00
Peng Lyu
b5a259b715
Merge pull request #133571 from microsoft/rebornix/batch-dom-read
...
Notebook scrolling perf improvement
2021-09-22 15:19:22 -07:00
Rob Lourens
2fb6537e5d
Set default value for glyphMarginRightPadding to fix test
2021-09-22 15:17:22 -07:00
Megan Rogge
5d3c50be2a
xterm@4.15.0-beta3 Diff: 50c5579...3a71b3f
2021-09-22 15:04:51 -07:00
Megan Rogge
946cc3482f
xterm@4.15.0-beta3 Diff: 50c5579...3a71b3f
2021-09-22 15:02:54 -07:00
Rob Lourens
abc05dd883
Add glyphMarginRightPadding as an editor option
...
Fix #129639
2021-09-22 14:59:31 -07:00
Rob Lourens
edff39d141
Fix focusMode if cell has become unfocused while it was not rendered
...
Fix #129639
2021-09-22 14:59:31 -07:00
Megan Rogge
c64d047713
Support fixed width terminals and toggle line wrapping ( #133541 )
2021-09-22 14:33:05 -07:00
Daniel Imms
e4c9b2fe59
Fix terminal editor height
...
Fixes #133611
2021-09-22 14:31:43 -07:00
Megan Rogge
09088fdd98
add test for cwds with different slashes ( #133627 )
2021-09-22 14:30:46 -07:00
Logan Ramos
883f387e11
Fix tabs editor id
2021-09-22 16:00:17 -04:00
CRIMX
653cd27460
fix: correct submenu position calculation ( #133596 )
2021-09-22 12:45:52 -07:00
SteVen Batten
0ad3cca6b5
Support cross-product FS-provided imports ( #133116 )
...
* add the basics
* remove unused param
* increase clarity
* activate provider
* 💄 `doImport`
* 💄
* fix issues
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-09-22 11:44:17 -07:00
Martin Aeschlimann
873f46eb27
source maps are off in browser dev tools
2021-09-22 20:39:37 +02:00
rebornix
9dd29a9d5f
last rendered height can be used as init height.
2021-09-22 11:33:05 -07:00
Megan Rogge
65d3186f6d
fix #133539
2021-09-22 11:26:25 -07:00
Benjamin Pasero
9dd1453357
watcher - properly track for service shutdowns and show warning in that case ( #132483 )
2021-09-22 20:18:18 +02:00
Ladislau Szomoru
adca9950ee
Fix a regression introduced by the Link refactor
2021-09-22 19:47:34 +02:00
Logan Ramos
f06e8d715c
Remove more editor input terminology
2021-09-22 13:29:59 -04:00
Logan Ramos
34a321e2ca
Remove more IEditorInput terminology
...
/cc @bpasero
2021-09-22 13:14:21 -04:00
Benjamin Pasero
fcfe5a6b25
Tests for nsfw
library ( #133615 )
...
* watcher - add some basic tests (#132483 )
* 💄
* wait for watcher to be ready
* flaky
* fix
* enable case rename on windows
2021-09-22 19:12:47 +02:00
Logan Ramos
0ff2fcbf69
Fix telemetry tests
2021-09-22 13:10:26 -04:00
rebornix
c1021e21df
transform>setTop
2021-09-22 09:55:09 -07:00
Daniel Imms
b092afa0d0
Fix terminal scrollbar positioning
...
This was caused by xtermjs/xterm.js#3398 forcing a width on the viewport
element. The simple fix is to just override that which reverts to the old
position: absolute behavior.
Fixes #133154
2021-09-22 09:43:26 -07:00
Logan Ramos
a01c72ed3b
Skip tests to not block CI while I debug
2021-09-22 12:25:01 -04:00