Commit graph

78833 commits

Author SHA1 Message Date
Martin Aeschlimann c099b873de
update distro 2021-03-23 18:05:44 +01:00
Eric Amodio 0f65e64c2a Fixes #119636 - 🤦 2021-03-23 13:01:00 -04:00
Sana Ajani b3058d60df
update distro 2021-03-23 12:12:17 -04:00
Alex Dima 7b7e3d9e1e
Fixes #118041: Add workaround for UTF16 TextDecoder eating up 0xFEFF and 0xFFFE 2021-03-23 17:11:41 +01:00
Daniel Imms c7ad1b9020
Add sequences to type ahead comment 2021-03-23 09:09:56 -07:00
isidor 97b2514ca7
include source.id for progress notifications 2021-03-23 17:06:53 +01:00
Rob Lourens 6349f37d80
Merge pull request #119373 from wdesgardin/fix/replace-pattern-preserve-case
fix(search): preserve case when match start with lowercase char
2021-03-23 08:50:36 -07:00
Rob Lourens cca8a48b17 Restore notebook smoketests, Fix #113882 2021-03-23 08:49:57 -07:00
Sana Ajani 3225cf3037
update distro 2021-03-23 11:36:11 -04:00
Daniel Imms 3b44bb422d
Only set detected profile if value is non-null 2021-03-23 07:56:59 -07:00
isidor 75f796dfb4
notificationTelemetry: id should always be a string 2021-03-23 15:50:14 +01:00
Martin Aeschlimann 4eb625f0cf [html] update service 2021-03-23 15:41:42 +01:00
Martin Aeschlimann a53ce8af3b update remote indicator on workspace change 2021-03-23 15:41:42 +01:00
Alexandru Dima 11e79c76d8
Merge pull request #119607 from NotWearingPants/patch-3
Fix a random typo in recent commit
2021-03-23 15:31:21 +01:00
Alex Ross a780b76b9d
Keep text from jumping when showing port input
Fixes microsoft/vscode-remote-release#4729
2021-03-23 15:12:05 +01:00
NotWearingPants 61eb66d6c4
Fixed recent typo from afca445 2021-03-23 16:08:26 +02:00
Alex Ross 64381abea9
unconfiguredPortsAttributes -> otherPortsAttributes
Fixes microsoft/vscode-remote-release#4732
2021-03-23 15:06:04 +01:00
Erich Gamma 73b9e6679d
Update README.md 2021-03-23 14:54:30 +01:00
Alexandru Dima a535549d89
update distro 2021-03-23 14:54:20 +01:00
Alexandru Dima f600cd9ef2
Fix compilation errors: update to latest vscode-textmate 2021-03-23 14:51:16 +01:00
Alex Ross 684a452605
Improve resolveTask documentation 2021-03-23 14:46:26 +01:00
Alexandru Dima ab12e39334
update distro 2021-03-23 14:14:01 +01:00
Alexandru Dima 788c9dfdc4
update deps 2021-03-23 14:10:08 +01:00
Alex Dima afca44535d
Add a trace statement to be able to track down which implementation handles a MultiCommand 2021-03-23 12:55:13 +01:00
Ladislau Szomoru 9089e0cbd9
Update endgame notebooks 2021-03-23 10:14:11 +01:00
wdesgardin ebe5620543 fix(search): preserve case when match start with lowercase char 2021-03-23 04:41:12 +01:00
Jackson Kearl a6f6b4aa8e
Add feature flags to control availablity of getting started extension contributions 2021-03-22 20:10:54 -07:00
Sana Ajani 735e998fca
update distro 2021-03-22 22:34:09 -04:00
Jackson Kearl 10a74ff5c5
Open to getting started page on extension install 2021-03-22 19:06:39 -07:00
Rob Lourens 194c37b4cf Fix test for latestExecutionSummary init 2021-03-22 18:45:32 -07:00
SteVen Batten 9fa49ba941 ignore optional dependencies when webpacking 2021-03-22 18:31:21 -07:00
Rob Lourens 7a8b665f25 Fix missing prop on cell data 2021-03-22 18:30:56 -07:00
Connor Peet 808266d4de
Allow tests to be loaded asynchronously (#119537)
* initial wip in the extension host

* wip

* wip

* wip

* continued progress

* update api from discussion

* update for new proposal

* wip

* update to lastest testing api, almost everything working

Refs https://github.com/microsoft/vscode/issues/115089
Design https://gist.github.com/connor4312/73f1883d720654834b7fd40550d3b6e0

* re-wire retirement state

* update actions to new async test structure

* minor cleanup

* remove unused es2018 that failed build
2021-03-22 18:08:13 -07:00
Connor Peet 6e2cb85e20
debug: update js-debug 2021-03-22 17:48:32 -07:00
rebornix 35ae55affd
diff editor output decorations fix. 2021-03-22 16:54:50 -07:00
Eric Amodio aac461a312 Improves behavior for #114945 2021-03-22 19:50:56 -04:00
Daniel Imms 851a849d2c
Don't validate non-absolute paths 2021-03-22 16:43:59 -07:00
Matt Bierner 2cde743fe2 Pass event modifier data when clicking on markdown cell
For #119515
2021-03-22 16:35:36 -07:00
meganrogge 4cb7512766 add quick launch profiles for unix 2021-03-22 16:30:30 -07:00
SteVen Batten 9c00242866 updating telemetry module for built-in exts 2021-03-22 16:28:08 -07:00
SteVen Batten 3d987fdc5b fixes #117782 2021-03-22 16:17:13 -07:00
Megan Rogge 084fd5171a
Terminal profile fixes (#119352) 2021-03-22 16:07:04 -07:00
Alexandru Dima 7483058a0a
update distro 2021-03-23 00:05:10 +01:00
Matt Bierner 1f5dd686c8 Disable select for notebook preview cells in webviews
Fixes #119500
2021-03-22 15:53:24 -07:00
Daniel Imms a685b5976b
Exclude DSR from type ahead
Fixes #119472
2021-03-22 15:35:59 -07:00
Eric Amodio 4b3ba3ea44 Removes proposed api check 2021-03-22 18:16:06 -04:00
rebornix 44ffe526ff
auto layout for editors in output container, fix #119048. 2021-03-22 15:14:51 -07:00
Jackson Kearl d4a0fa9ca6
Build getting started service at startup in order to init event listeners 2021-03-22 15:07:56 -07:00
Jackson Kearl d657779c01
Improve getting started response to slow network conditions for content overrides 2021-03-22 15:03:21 -07:00
Jackson Kearl efb75d7262
Move override delay to conver all exp service usage 2021-03-22 15:03:21 -07:00