Commit graph

90268 commits

Author SHA1 Message Date
Megan Rogge 7f7fad2f9e
fix #137798 2021-11-30 12:38:52 -08:00
Megan Rogge afd6cf4377
fix #138210 2021-11-30 12:34:18 -08:00
Daniel Imms faf6f0e1fd Setup terminal tests for 3 retries to minimize impact on build
This isn't a great long term solution but it should help reduce failures
for now.

Part of #137725
2021-11-30 12:19:10 -08:00
Megan Rogge 005947e3b8
fix #137722
fix #137808
2021-11-30 11:54:28 -08:00
Megan Rogge e89889fe54
fix #137799 2021-11-30 11:21:01 -08:00
Megan Rogge 18725fc147
set default profile to pwsh for only windows for #137225 2021-11-30 10:57:59 -08:00
SteVen Batten 6d5fd7720b
fixes #137214 2021-11-30 10:52:59 -08:00
Peng Lyu 4eb0002ed4 Update diagram bg. 2021-11-30 10:30:18 -08:00
Megan Rogge 4be98a3bce
set default to pwsh instead of bash for #137725 2021-11-30 10:21:15 -08:00
Daniel Imms c348f8164a Support multi-select in process explorer's copy
Fixes #137597
2021-11-30 09:13:32 -08:00
Henning Dieterichs d477eb1ee3
Fixes #137512 by removing the href to #.
Because the handler uses MOUSE_DOWN rather than CLICK, prevent default does not have the desired effect. The navigation causes a zoom reset.
2021-11-30 17:27:04 +01:00
Henning Dieterichs 585cf37801
Fixes #138163 by removing unnecessary deriveFromWorkspaceTrust from some options. 2021-11-30 16:23:25 +01:00
Henning Dieterichs 16b9fc761b
Fixes #138165
if trusted, don't include comment highlights,
if untrusted, include comment highlights.
2021-11-30 16:10:10 +01:00
Johannes Rieken 257657fb23
fix https://github.com/microsoft/vscode/issues/137968 2021-11-30 15:21:56 +01:00
Martin Aeschlimann 0f599cb02f Fixes #138122: Option 'disableExtensions' is deprecated, please use 'disable-extensions' instead. 2021-11-30 15:15:07 +01:00
Henning Dieterichs 66603ad3fe
Fixes localization mistake. 2021-11-30 15:13:52 +01:00
Sandeep Somavarapu 4ee3ed1ff2
Fix #138154 2021-11-30 14:57:17 +01:00
Alex Ross 8587a5d837
Fix layer breakage 2021-11-30 14:52:20 +01:00
Alex Ross 3febecac20
Make tree view specific visibility fix
Fixes #136802
2021-11-30 14:18:20 +01:00
Sandeep Somavarapu 827f76521d
Fix #138127 2021-11-30 12:34:55 +01:00
Benjamin Pasero 7b6c1065c7
smoke - temporary bring back timeout 2021-11-30 11:04:39 +01:00
Sandeep Somavarapu bb0045c54f
refactor - extract metadata type and use it in scanner 2021-11-30 10:23:46 +01:00
Benjamin Pasero 8ce7d13c88
watcher - add test for atomic writes 2021-11-30 09:40:14 +01:00
Rob Lourens b9cf83f70b Show raw cell language ID when an extension is not installed for that language
Fix #136051
2021-11-29 18:07:45 -08:00
deepak1556 5300aa4054 Run OSS tool 2021-11-30 10:55:04 +09:00
Rob Lourens db95d3c179 Fix #136811 2021-11-29 16:14:11 -08:00
Megan Rogge 730e0da4ea
fix frequent refresh of available profiles (#138096) 2021-11-29 15:45:31 -08:00
Megan Rogge 37e1fac582
fix #137710 2021-11-29 15:01:30 -08:00
Alex Dima ee7a58bcfc
Add test for #119469 2021-11-29 23:30:51 +01:00
Martin Aeschlimann cd34f23699
improve json cache log messages (for #101050) 2021-11-29 23:28:48 +01:00
Rob Lourens 06f34325ad Fix #125490 2021-11-29 14:26:23 -08:00
Alex Dima 31fff5074d
Fixes #138095: Do not touch the textarea during a compositionstart event 2021-11-29 22:55:51 +01:00
Alex Dima 9fc5b78314
Try to get textarea's cursor to line up with our cursor horizontally (improves #136097) 2021-11-29 22:55:51 +01:00
rebornix 0933acd4cc
move to drawio. 2021-11-29 13:38:02 -08:00
rebornix 63b41474cf
tweak output size limit wording 2021-11-29 13:38:02 -08:00
Martin Aeschlimann 92b20d483e
html custom data: open external uris with openTextDocument. For #135459 2021-11-29 22:21:30 +01:00
Martin Aeschlimann ff009a1e50
remoteCli: Fix compile error 2021-11-29 22:13:10 +01:00
Alex Dima e87368e5cf
Add latest Windows 11 recordings 2021-11-29 22:09:09 +01:00
SteVen Batten bc3f2d9dd7
set default to false for layout control with new setting 2021-11-29 12:43:58 -08:00
Martin Aeschlimann 6191026e27
server cli: use deprecated option 2021-11-29 21:38:48 +01:00
Alex Dima 0685366bdf
Small tweaks to input handler 2021-11-29 21:37:57 +01:00
Raymond Zhao dd56064202
Fix Emmet removeTag tests
Ref https://github.com/microsoft/vscode/issues/138063
2021-11-29 12:09:57 -08:00
Daniel Imms d5bfd6d31c Remove unneeded logs in test 2021-11-29 11:48:14 -08:00
Daniel Imms e208c8604e Remove timeout from automation terminal util
I don't believe this was ever required, awaiting writeInTerminal should make sure the
data event is triggered in xterm, the following enter should just trigger another data
event. This doesn't guarantee it was accepted by the process yet, just that xterm.js
emitted the event.

Part of #137847
2021-11-29 11:46:57 -08:00
SteVen Batten d838a004ff
add experimental tag to layout control setting 2021-11-29 11:29:39 -08:00
Raymond Zhao bdc04a9b22
Trim inner tag leading and trailing whitespace
Fixes https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:10 -08:00
Raymond Zhao db1f865720
Don't use empty lines when counting new indent
Polish for https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:09 -08:00
SteVen Batten 45b3e8ad6c
fixes #136805 2021-11-29 11:15:19 -08:00
Alex Dima 2f066a3675
Initialize state explicitly 2021-11-29 19:50:38 +01:00
rebornix 8fc6c52059
Update model resolution. 2021-11-29 10:40:39 -08:00