Commit graph

90938 commits

Author SHA1 Message Date
Connor Peet 2b19344369
testing: debug test failures
For #137853
2021-12-14 11:29:14 -08:00
Connor Peet 209e9349fd
testing: update scrollable markdown message on resize
Fixes #139061
2021-12-14 11:29:14 -08:00
Jackson Kearl 455b2c4c06
Don't refresh explorer while editing an entry
Fixes #112293
2021-12-14 11:14:20 -08:00
Alex Ross 69f1d1c89f
Revert "Don't allow tasks to be started too fast"
This reverts commit fd364a20fc.
2021-12-14 19:59:44 +01:00
Alex Ross 7617c0c1f2
Revert "Fix running composite tasks again"
This reverts commit 9d17de9716.
2021-12-14 19:59:18 +01:00
meganrogge 6bde12250b
fix #134692 2021-12-14 12:27:09 -06:00
Daniel Imms 2eb4cec44b Wait for terminal to be ready before changing color
Fixes #139081
2021-12-14 10:14:06 -08:00
Johannes Rieken 4ed837fd1d
💄 2021-12-14 18:00:09 +01:00
Martin Aeschlimann 5943dac8ba
Merge pull request #137080 from jzyrobert/jzyrobert/html_auto_quote
Update html-language-features to use doQuoteComplete
2021-12-14 08:38:45 -08:00
Martin Aeschlimann a832497526
avoid cursor move forward using a snippet cursor 2021-12-14 17:28:58 +01:00
Daniel Imms 9c99eaa0b2 Also log exception in itSkipOnFail 2021-12-14 08:15:54 -08:00
Daniel Imms c29df4c2d5 Add itSkipOnFail util
Part of #139076
2021-12-14 08:05:43 -08:00
Alex Ross 838cbd5223
Fix build problem matcher
Fixes #139089
2021-12-14 16:15:38 +01:00
Alex Ross 9d17de9716
Fix running composite tasks again
Fixes #139089
2021-12-14 16:09:49 +01:00
Martin Aeschlimann 1f9d809e35
single AutoInsertRequest message for both autoQuote and autoClose 2021-12-14 16:00:35 +01:00
Benjamin Pasero 624a0867a4
web - cleanup our playground file (#138731) 2021-12-14 15:52:54 +01:00
Martin Aeschlimann 72287bfab6
Merge branch 'main' into pr/jzyrobert/137080 2021-12-14 15:02:00 +01:00
Martin Aeschlimann 62d61ff377
hide scminput from language selector 2021-12-14 15:00:14 +01:00
Johannes Rieken 12b1d5c06d
from the worker extension host allow to connect to localhost and 127.0.0.1 via http and ws protocols, https://github.com/microsoft/vscode/issues/138780 2021-12-14 14:41:52 +01:00
deepak1556 886fd12644 chore: bump distro 2021-12-14 22:04:35 +09:00
Benjamin Pasero 70489f2c90
layers - add trimStart and trimEnd 2021-12-14 12:32:10 +01:00
Alex Dima f6efdf9be2
Fixes #139072: Trigger viewport tokenization when a content change event occurs 2021-12-14 12:23:52 +01:00
Alex Dima e4b2ca8ac9
Use up the entire alloted time indicated by IdleDeadline, while still yielding as often as possible (#138887) 2021-12-14 12:11:29 +01:00
Benjamin Pasero f4bcb5e75a
progress - stop animation when a modal dialog is visible (#138396) 2021-12-14 12:06:49 +01:00
Johannes Rieken fdd6a7e649
Merge pull request #138880 from wengj9/snippet-picker
Add extension information to snippet picker
2021-12-14 11:07:35 +01:00
Benjamin Pasero 6c89a38cfc
editors - fix regressions around finding the right editor group to open and mark terminal as Singleton (#138452) 2021-12-14 09:55:29 +01:00
Benjamin Pasero 204d4b4a47
progress - throttle animation after 10s (#138396) 2021-12-14 09:03:27 +01:00
Benjamin Pasero f69f6eaddf better location for shared process env service 2021-12-14 08:21:38 +01:00
Benjamin Pasero f6cd8327ab files - configure pathCaseSensitive: isLinux 2021-12-14 08:18:50 +01:00
Connor Peet 72f18c2c0b
testing: fix comp error 2021-12-13 23:12:15 -08:00
Connor Peet eb3a12c8f8
Revert "Revert "testing: better support for multiline output""
This reverts commit 75657515b8.
2021-12-13 23:10:41 -08:00
Benjamin Pasero 5526cd558f
smoke - remove only 2021-12-14 07:38:08 +01:00
Benjamin Pasero 51354ad23c
editors - hide progress when editors change (fix #138331) 2021-12-14 07:36:32 +01:00
Daniel Imms 745ef8b826
Merge pull request #138886 from microsoft/tyriar/133524
Create terminal auto responder concept
2021-12-13 19:43:34 -08:00
Daniel Imms 8b8de901ad Merge remote-tracking branch 'origin/main' into tyriar/133524 2021-12-13 18:27:51 -08:00
Daniel Imms 75657515b8 Revert "testing: better support for multiline output"
This reverts commit 267c9f8d48.
2021-12-13 18:26:39 -08:00
Daniel Imms fc94881a2c Add dev trick to show webgl texture atlas 2021-12-13 18:26:31 -08:00
Daniel Imms f32478b73f Merge remote-tracking branch 'origin/main' into tyriar/133524 2021-12-13 18:24:54 -08:00
Megan Rogge 8dd282ebdc
fix #138104 (#139039) 2021-12-13 19:22:25 -06:00
Daniel Imms b83c156a99 Merge remote-tracking branch 'origin/main' into tyriar/133524 2021-12-13 16:57:37 -08:00
Daniel Imms 9d1a7abe35 Some jsdoc 2021-12-13 16:57:14 -08:00
Hans 3abcabd4e8
fix generates different html content for the same markdown (#138935)
fix generates different html content for the same markdown when get the cached token
2021-12-13 16:55:54 -08:00
Daniel Imms 50f96a3c6b Clean up terminal creation in smoke tests 2021-12-13 16:54:42 -08:00
Daniel Imms 73a19337ac Merge remote-tracking branch 'origin/main' into tyriar/133524 2021-12-13 16:28:23 -08:00
Daniel Imms acc612eed0 Tidy up auto reply feature 2021-12-13 16:27:59 -08:00
Daniel Imms 9566e299dd Add auto replies test 2021-12-13 16:20:34 -08:00
Connor Peet ddaf6a258c
testing: don't expand tests automatically when running
Fixes #138420
2021-12-13 16:09:07 -08:00
Connor Peet 267c9f8d48
testing: better support for multiline output
Fixes #136036
2021-12-13 16:09:07 -08:00
Connor Peet 3bdb749505
testing: run all tests that match file
Fixes #138007
2021-12-13 16:09:07 -08:00
Connor Peet 3d41c4d629
testing: clean up new run at cursor logic 2021-12-13 16:09:06 -08:00