Commit graph

107162 commits

Author SHA1 Message Date
Rob Lourens 1a0a08a0f6
Remove timeout on 'terminate' request (#178714)
See #172284
2023-03-30 21:10:31 +02:00
Teddy Bradford b244524d08
Update Markdown preview styles to prevent sub and sup from affecting line height (#178653)
Prevent `sub` and `sup` from affecting line height
2023-03-30 18:07:18 +00:00
Rob Lourens b1ad3f934c
Reset template label when rendering variable without name in repl (#178704)
Fix #176798
2023-03-30 19:37:52 +02:00
Ulugbek Abdullaev b5aa594745 keybindingService: make the schema holder non-singleton to see its lifecycle easier 2023-03-30 18:24:41 +02:00
Ulugbek Abdullaev 8d83139ab7 keybindingService: isolate file-wide mutable state into a singleton 2023-03-30 18:24:41 +02:00
Johannes Rieken 9ab7b1477a
Merge pull request #163190 from c-claeys/multirange-formatting
Add support for multiRange formatting
2023-03-30 17:12:14 +02:00
Johannes f6d3226ade
remove inactive remains of Range | Range[] 2023-03-30 16:57:19 +02:00
Johannes 99d65cd47c
remove generic type, move API additions to separate proposals file, enforce proposal 2023-03-30 16:50:58 +02:00
Johannes Rieken a47c78516c
Merge branch 'main' into multirange-formatting 2023-03-30 16:33:11 +02:00
Alex Ross d4d0d2a3e4
Add hybrid automatic port detection (#178687)
* Hybrid port detection

* Use correct source for autoforwarded

* Watch for port closure in output forwarder

* Update setting description
2023-03-30 15:23:27 +02:00
Henning Dieterichs fdc9c7cccb
Merge pull request #178683 from microsoft/hediet/tokenization-store-refactoring
Refactors TokenizationStateStore
2023-03-30 15:17:49 +02:00
Martin Aeschlimann b8f3103f74
Activity bar icons are not being highlighted on mouse over (#178684) 2023-03-30 15:03:04 +02:00
Johannes Rieken 7706103d0e
do not use require('assert') fyi @hediet (#178682) 2023-03-30 14:51:58 +02:00
Johannes Rieken b80faf9e12
disable suggest status bar for embedded editor (#178662) 2023-03-30 10:11:58 +02:00
Johannes Rieken 882f699c66
make session provider generic to make it more obvious that it is "instance-true" (#178660) 2023-03-30 10:08:37 +02:00
Benjamin Pasero 95917c1376
eng - throw if minified output contains non-ascii characters (#178590) 2023-03-30 09:26:11 +02:00
Megan Rogge 9e1375620e
Merge pull request #178636 from microsoft/merogge/fix
fix issue with buffer content tracker
2023-03-29 17:50:25 -07:00
Matt Bierner 15143c24a5
Fix md server build script compile and remove unused test part (#178635)
* Fix compile and remove unused test script

* Do full install so we pull in gulp
2023-03-29 16:58:39 -07:00
Matt Bierner 0acd272268
Refactor structure of typescript extension (#178634)
There were way to many files under `util`. This change moves around files to more meaningful locations
2023-03-29 16:54:53 -07:00
Megan Rogge 7ae8318825 fix issue 2023-03-29 16:51:29 -07:00
Matt Bierner eb512b09de
Fix InsertCodeBlockAction for diff editors (#178632) 2023-03-29 16:39:43 -07:00
Rob Lourens f36265cbc1
Add telemetry for interactive session "filtered" result and actions (#178631) 2023-03-29 15:50:16 -07:00
Megan Rogge d7711fb355
Merge pull request #178525 from microsoft/merogge/save
cache accessible buffer content, add buffer content tracker & tests
2023-03-29 15:47:22 -07:00
meganrogge 38d408d725
create terminal test helpers, move writeP there 2023-03-29 15:28:57 -07:00
Matt Bierner 7095b11615
Set cwd for running md server build (#178629)
Should make pipeline much faster
2023-03-29 15:22:40 -07:00
Matt Bierner 7a463ec271
Prefer reusing open tabs when opening md links in editors (#178628)
Fixes #81238
2023-03-29 15:21:31 -07:00
meganrogge e421ca7098
fix regressions 2023-03-29 15:17:47 -07:00
meganrogge eafa5ca533
move marker into buffer content tracker 2023-03-29 15:08:05 -07:00
meganrogge c37b7f743c
fix 2023-03-29 15:00:23 -07:00
Megan Rogge 962aae36b4
Update src/vs/workbench/contrib/terminal/test/browser/xterm/xtermTerminal.test.ts 2023-03-29 14:58:40 -07:00
Megan Rogge 50a5ea0e5a
Update src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleBuffer.ts 2023-03-29 14:58:07 -07:00
meganrogge 2d7d3637ec
move to separate file 2023-03-29 14:55:10 -07:00
meganrogge 106741517f
rm unneeded, rename 2023-03-29 14:52:45 -07:00
Matt Bierner af5ef24b52
Use yarn instead in md server build script (#178622)
Also removes unused API extractor script
2023-03-29 14:46:38 -07:00
Connor Peet 2c68e07691
debug: show first line placeholder if other breakpoints are online (#178624)
Got lost in a merge conflict resolution
2023-03-29 14:45:42 -07:00
meganrogge 12a117463b
get tests to pass the right way 2023-03-29 14:42:47 -07:00
meganrogge 605431d29a
skip failing test 2023-03-29 14:28:26 -07:00
meganrogge 89f8252a92
clean up 2023-03-29 14:01:54 -07:00
meganrogge fca7c5d693
organize 2023-03-29 14:01:08 -07:00
meganrogge 1505b591ea
simplify 2023-03-29 14:00:18 -07:00
Raymond Zhao a442d6a7cb
fix: refresh dependencies lists (#178606)
Reflects node-pty updates
2023-03-29 13:58:08 -07:00
meganrogge 86d7349956
skip failing 2023-03-29 13:33:12 -07:00
Daniel Imms 6d97923005
Merge pull request #173217 from simon04/patch-1
terminalActions: "Open Last URL"
2023-03-29 13:28:21 -07:00
Daniel Imms 221b6add48
Merge pull request #178616 from microsoft/tyriar/175990
Adopt reduce motion in terminal drop overlay
2023-03-29 13:28:01 -07:00
meganrogge 5e90829fef
add viewport test 2023-03-29 13:20:01 -07:00
meganrogge a50978f45d
get test to pass for right reason 2023-03-29 13:00:08 -07:00
SteVen Batten 10b2a8e42e
prefer i to ignore case (#178618) 2023-03-29 21:49:06 +02:00
meganrogge 61c846e9f9
make lines protected 2023-03-29 12:33:24 -07:00
Daniel Imms dc1c7c9240
Merge pull request #178615 from microsoft/tyriar/178584
Support more C++ compiler link formats
2023-03-29 12:33:16 -07:00
meganrogge f27e7df3e4
use event.latch, any 2023-03-29 12:30:29 -07:00