Commit graph

93385 commits

Author SHA1 Message Date
Daniel Imms 9729f445ee Polish command decoration hover wording
Fixes #143302
2022-02-18 04:22:57 -08:00
Daniel Imms 9e451acc86 Localize session categories
Part of #143318
2022-02-18 04:17:26 -08:00
Daniel Imms f96b8d9003 Call out current session in go to recent dir
Part of #143318
2022-02-18 04:17:05 -08:00
Daniel Imms 0941c02227 Save directories per remoteAuthority
Part of #143318
2022-02-18 04:12:39 -08:00
Henning Dieterichs 9daf7d5fb9
Improves audio cue help command. 2022-02-18 11:14:57 +01:00
Benjamin Pasero e77e14712c
web - allow to restore opened local files/folders via history (fix #135559) 2022-02-18 10:58:51 +01:00
isidor ade0c657a4
update distro 2022-02-18 10:53:38 +01:00
Alex Dima 6f0a12fd51
Fixes #143239: Add mapping for VK_CLEAR 2022-02-18 10:52:59 +01:00
Alex Dima 2e8d14275c
Fixes #141725: Avoid flickering by reusing the previous presentation for the <textarea> in case it starts spanning multiple tokens while doing composition 2022-02-18 09:46:08 +01:00
Alex Dima 332bb6ccca
Tweaks 2022-02-18 09:26:47 +01:00
Alex Dima 8f607b695a
Fixes #140386: Use the configured cursor color as caret color in the input <textarea> 2022-02-18 09:25:15 +01:00
Benjamin Pasero b76c5f7c8e
fs resource lock logging 💄 2022-02-18 09:01:16 +01:00
Rob Lourens 82a65e1a8d Set tabindex on output container so focus/blur listeners will fire
Fix #142239
2022-02-17 20:59:08 -08:00
Rob Lourens 755bc5f7bf Revert "💄"
This reverts commit 23b4873fda.
2022-02-17 20:38:37 -08:00
Rob Lourens 821cd165e9 Revert "fix #142239."
This reverts commit f71d4b6a02.
2022-02-17 20:21:04 -08:00
Rob Lourens 1d618b2df1 Don't cache the state from focusTracker. Check activeElement directly when you need to know the current focus state.
Fix #141676
2022-02-17 20:12:35 -08:00
Megan Rogge 7181933eab
get shell integration to work for zsh (#143305) 2022-02-17 19:30:05 -06:00
Matt Bierner 7be5b48a14
Fix spelling on dom listeners 2022-02-17 17:19:31 -08:00
Connor Peet e102191a6f
debug: add frame name to context 2022-02-17 16:41:51 -08:00
Daniel Imms b801025a93
Merge pull request #143318 from microsoft/tyriar/141009
Support directory history
2022-02-17 14:07:30 -08:00
rebornix 23c5190ea0
guess notebook file extension. 2022-02-17 13:54:01 -08:00
rebornix c7d204f416
log for reopen. 2022-02-17 13:31:24 -08:00
Daniel Imms 16584bceb7
Merge branch 'main' into tyriar/141009 2022-02-17 13:28:51 -08:00
Daniel Imms ab0c6f374c Support directory history
Fixes #141009
2022-02-17 13:27:30 -08:00
Daniel Imms 19b1a217cd Fix unit tests 2022-02-17 13:01:58 -08:00
Alex Dima a9002ffa96
Remove unused events 2022-02-17 22:01:12 +01:00
Daniel Imms 72ef0f3977
Merge pull request #143212 from microsoft/tyriar/141006
Support terminal command history persistence
2022-02-17 12:23:19 -08:00
Daniel Imms 7de1a818a8 Merge remote-tracking branch 'origin/main' into tyriar/141006 2022-02-17 12:22:36 -08:00
Daniel Imms 791ce19ead Add some basic tests for terminal history 2022-02-17 12:20:03 -08:00
Logan Ramos 8437d74b8b
Fix #139786 2022-02-17 15:15:51 -05:00
Daniel Imms a34d50b8b9 Fix compile 2022-02-17 12:13:37 -08:00
Alex Dima 1dbc782ab9
Fixes #142371: Always go through FastDomNode for setting textarea properties 2022-02-17 20:50:35 +01:00
Alex Dima a6bd0c78ab
Simplify textarea rendering flow 2022-02-17 20:50:35 +01:00
meganrogge dd9074a748
update terminal config helper 2022-02-17 13:29:58 -06:00
Logan Ramos 1db03a4397
Add identifier to server distro 2022-02-17 14:00:37 -05:00
meganrogge 371ed7a962
more setting name adjustments #143290 2022-02-17 12:46:12 -06:00
meganrogge 031c9cc345
fix two more #143290 2022-02-17 12:43:28 -06:00
meganrogge 1c0f234a02
fix #143290 and add skipped color to setting 2022-02-17 12:41:05 -06:00
Tyler Leonhardt ae8bacb9d3
ensure getSessions also asks for email and openid scopes and fix #142776 2022-02-17 10:27:36 -08:00
Daniel Imms ca85585881 Clean up 2022-02-17 09:43:48 -08:00
Daniel Imms 1c3e5c5efb Fix cross window syncing 2022-02-17 09:42:07 -08:00
Daniel Imms 762008795d React to stale entries 2022-02-17 09:26:31 -08:00
Alex Dima e356139a10
Fixes #142155: Avoid flickering by handling composition typing synchronously. Increasing the textarea width while handling the compositionupdate event avoids flickers in the composition suggestion list. 2022-02-17 17:40:04 +01:00
Jackson Kearl 563785ea74
Create a fast path for children that resolve sync (#143162)
Ref #140883
2022-02-17 08:08:01 -08:00
Daniel Imms 8e9cb74b4f Configurable history limit 2022-02-17 08:04:12 -08:00
Logan Ramos ada5e5b57f
Remove console.log 2022-02-17 10:56:42 -05:00
Daniel Imms 7edaa41d08 Change history approach, use LRU cache 2022-02-17 07:51:35 -08:00
Logan Ramos 6fbd703a8e
Fix integration tests 2022-02-17 10:48:22 -05:00
Benjamin Pasero 935706b6a2
web - add and use isTemporaryWorkspace 2022-02-17 16:40:22 +01:00
Henning Dieterichs cc91945c7f
isActive -> isPresent 2022-02-17 16:25:21 +01:00