Commit graph

90257 commits

Author SHA1 Message Date
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
rebornix 10e7fa1975
make show more italic. 2021-11-29 10:30:50 -08:00
SteVen Batten c75a35cfab
fix padding for web layout control 2021-11-29 10:26:48 -08:00
Benjamin Pasero f32a371f70
🆙 @parcel/watcher (fix #136460) 2021-11-29 19:22:09 +01:00
SteVen Batten 1d0a7f2804
fixes #136802 2021-11-29 09:54:49 -08:00
Martin Aeschlimann 8c56f0cae8
[json/html/css] update services 2021-11-29 18:12:56 +01:00
Martin Aeschlimann a16cece4e5
fix $ref's (json pointers start with #/) 2021-11-29 18:12:56 +01:00
Alex Dima 0d26b20c7c
Add CompositionContext to track how many characters need to be replaced and have the textAreaState always reflect the state of the textarea. 2021-11-29 18:09:40 +01:00
Benjamin Pasero 1af6cb0edc
smoke test tweaks 2021-11-29 17:53:11 +01:00
Alexandru Dima 3604f3d8c0
Add Windows tests 2021-11-29 17:27:08 +01:00
Henning Dieterichs d659e4135b
Fixes #137907 by disabling unicodeHighlight for the output pane. 2021-11-29 17:09:23 +01:00
Sandeep Somavarapu 80fdee58a7
#15756 fix outdated extensions 2021-11-29 16:39:59 +01:00