Commit graph

93366 commits

Author SHA1 Message Date
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
Logan Ramos c2e3ba3aef
Fix editor index checks 2022-02-17 09:56:11 -05:00
Henning Dieterichs 32a2050665
Renames "Audio Cues Help" to "Help: Audio Cues" 2022-02-17 13:59:14 +01:00
Henning Dieterichs 7057aac64f
Only play audio cue when debugger stops on a breakpoint, not every time. 2022-02-17 13:34:13 +01:00
Benjamin Pasero 36ed074f8f
💄 2022-02-17 13:04:42 +01:00
Alex Dima f865f66c91
Fixes #143088: Launch a compilation if necessary when using code-server scripts 2022-02-17 12:37:40 +01:00
Benjamin Pasero 069a612a1c
File writes can hang when write locks are not cleared up (fix #142462) 2022-02-17 11:49:58 +01:00
Joao Moreno ea47790d39
fixes #142037 2022-02-17 10:17:52 +01:00
Joao Moreno 8a0d0b4674
fixes #143153 2022-02-17 09:51:41 +01:00
Alexandru Dima a998a9c571
Merge pull request #143202 from microsoft/revert-143201-revert-142740-aeschli/userShellEnvFix 2022-02-17 09:32:45 +01:00
Alexandru Dima 56ad3f16d4
Merge branch 'main' into revert-143201-revert-142740-aeschli/userShellEnvFix 2022-02-17 08:23:18 +01:00
deepak1556 86200d5424 chore: add disable-dev-shm-usage to known chromium flags list
Fixes https://github.com/microsoft/vscode/issues/143226
2022-02-17 15:03:30 +09:00
meganrogge dc09cc515a
revert terminal color registry change 2022-02-16 20:20:00 -06:00
Peng Lyu 5331802a44
Merge pull request #143240 from microsoft/rebornix/support-code-blocks-in-markdown-output
Support syntax highlighting in code blocks in markdown output
2022-02-16 18:14:41 -08:00
rebornix 7c2b9d37f6
ICodeBlockHighlightRequest 2022-02-16 18:10:47 -08:00
rebornix a93f7e0b23
indentation. 2022-02-16 18:05:40 -08:00
rebornix d5bb8cfca9
Unify code highlight 2022-02-16 18:03:10 -08:00
Rob Lourens 188b1a51fe Implement 'important' debug output message category. Fix #138091 2022-02-16 17:51:41 -08:00
Rob Lourens f271bbec79 Remove unused debug console method 2022-02-16 17:51:41 -08:00
meganrogge 6d7f74b386
set defaults 2022-02-16 18:21:34 -06:00