Commit graph

95771 commits

Author SHA1 Message Date
Johannes 8ced95d76a
when showing peek, reveal the range including the "after line" so that the whole peek view is visible, https://github.com/microsoft/vscode/issues/147448 2022-04-14 14:07:00 +02:00
Benjamin Pasero ac6b490b2d
retr (#147442) 2022-04-14 11:34:22 +02:00
Benjamin Pasero 8b04a1acf9
lifecycle - show pending operations on shutdown in dialog 2022-04-14 11:30:48 +02:00
Johannes 4ea02deebd
ignore text document version whenever that document is marked as being created, fixes https://github.com/microsoft/vscode/issues/146964 2022-04-14 11:04:35 +02:00
Sandeep Somavarapu 69225f5efe
inline extensions scanner 2022-04-14 12:59:15 +05:30
Johannes Rieken a8f5fc20e0
Merge pull request #147422 from amanasifkhalid/snippet-transform-case 2022-04-14 09:26:50 +02:00
Benjamin Pasero 17b1eae984
docs 2022-04-14 09:24:47 +02:00
Joao Moreno c1eefb0170
add macOSTest job
Co-Authored-By: @TylerLeonhardt
2022-04-14 09:09:07 +02:00
Benjamin Pasero e34318c359
Web API change (#147392)
* for #147368

* preserve API
2022-04-14 08:18:51 +02:00
Benjamin Pasero 55759234d7
preload - revert retry logic which does not seem to help 2022-04-14 08:14:40 +02:00
SteVen Batten a7a7f209ad add context menu to layout control 2022-04-13 18:14:17 -07:00
Rob Lourens f64927b52f Use a real button for lazy variables. Fix #143602 2022-04-13 17:19:07 -07:00
Aman Khalid b384d17abb Fix #146166: Snippet transform preserves existing camel/Pascal case 2022-04-13 20:10:19 -04:00
Matt Bierner c485c00298
Start forwarding events from webview even before contents have loaded
Fixes #144797
2022-04-13 16:50:25 -07:00
Matt Bierner bf02dd3453
Formatting 2022-04-13 16:50:25 -07:00
Matt Bierner 5ec992bc08
Focus the text editor after performing a snippet edit 2022-04-13 16:50:24 -07:00
Matt Bierner ce80e8b243
Fix drag from explorer into notebook 2022-04-13 16:50:24 -07:00
Rob Lourens ab0b7d2399 Eliminate duplicate openEditor call. Fix #136829 2022-04-13 15:49:39 -07:00
Tyler Leonhardt a6fc7a58de
sort by length first and then name. 2022-04-13 14:54:28 -07:00
Megan Rogge bb5c5cba0b
get overview ruler color to upate (#147116) 2022-04-13 12:10:39 -07:00
Aaron Munger 274d8d4997
Merge pull request #147321 from amunger/outputLineHeight
Notebook cell output font settings
2022-04-13 12:06:08 -07:00
Matt Bierner 977c9c9f98
Revert "Always use nameSpan for code lenses"
This reverts commit d218b48067.

Fixes #147154
Fixes #146818

TS still needs to make tweaks before we can remove this logic
2022-04-13 12:00:06 -07:00
Joao Moreno 969a399ae9
fix build 2022-04-13 20:55:08 +02:00
Matt Bierner e764ae3c12
Check files instead of srcElement for dragging 2022-04-13 11:48:57 -07:00
meganrogge 1f9a3bb770
update distro 2022-04-13 11:47:28 -07:00
meganrogge 42f6aedda1
xterm@4.19.0-beta.21 2022-04-13 11:38:52 -07:00
Joao Moreno 30823fcbb4
build: split darwin universal 2022-04-13 20:38:30 +02:00
aamunger 4e697d4208
update output style when font family changes 2022-04-13 10:51:23 -07:00
Jackson Kearl 5f9e98878e
Better fix for #145996 2022-04-13 10:43:09 -07:00
Aman Khalid e9c551906f
testing: UI filter survives window reload
* Close #143241: Testing UI filter survives window reload

* Apply suggestions from review of PR #147344

Co-authored-by: Connor Peet <connor@peet.io>

Co-authored-by: Connor Peet <connor@peet.io>
2022-04-13 10:41:36 -07:00
Connor Peet 82d8e0f018
web: add telemetry api for embedders (#146931)
* web: add telemetry api for embedders

* fixup! expose just the telemetry level instead of publicLog

* fixup! move telemetry level under env

* fixup! pr comments

* fixup! build
2022-04-13 10:27:56 -07:00
Benjamin Pasero c4cdb552a5
Remove legacy smoke test driver (#147393)
* wip

* fix imports

* more lipstick

* fix?

* fix
2022-04-13 19:19:58 +02:00
aamunger fe38a7b3bd
line height as ratio when < 8 2022-04-13 09:12:35 -07:00
aamunger 51ab78f535
added setting to override notebook output font family and size 2022-04-13 09:12:34 -07:00
aamunger 9a87fe7eaf
added setting for notebook output line height 2022-04-13 09:12:28 -07:00
Benjamin Pasero 675b8c3da0
smoke - fix compile 2022-04-13 17:37:52 +02:00
Benjamin Pasero 98d2ea4444
smoke - restore workaround for #146785 2022-04-13 17:21:40 +02:00
Benjamin Pasero 44b6695d4e
timeline - add setting to bring back "Uncommitted Changes" (#147372) 2022-04-13 17:10:28 +02:00
Joao Moreno 2aa78c8cfb
bump gulp-shell 2022-04-13 16:07:12 +02:00
Ladislau Szomoru 340efad495
SCM - Source Control Repositories view sort setting (#147001) 2022-04-13 16:05:28 +02:00
Johannes 4f06eb2fe7
update distro 2022-04-13 15:39:15 +02:00
Alex Ross 55a30fcca8
More comment thread range polishing
Part of #146510
2022-04-13 14:59:46 +02:00
Joao Moreno eb4131fa6a
disable codeql 2022-04-13 14:46:18 +02:00
Johannes ae14caaf9f
remove setting, make hints always render compact, https://github.com/microsoft/vscode/issues/145191 2022-04-13 13:45:13 +02:00
Benjamin Pasero a7cdd9a391
preload - and and use invokeWithRetry (#146785) 2022-04-13 13:06:22 +02:00
isidor 622d0587fa
explicitly set multiplpeSelectionSupport to false for suggest
Result: list does not set aria-multiselect on the suggest widget (confuses VoiceOver)

fyi @jrieken
2022-04-13 12:45:49 +02:00
Johannes 083d53471c
small tweaks, some todos/questions 2022-04-13 12:29:18 +02:00
Alex Ross 534aacf7f2
Change default of comments.openView to firstFile
Fixes #147365
2022-04-13 11:55:32 +02:00
Henning Dieterichs b65d988dfc
Improves documentation for proposed inline completions. 2022-04-13 11:35:22 +02:00
Johannes 86f20b3ecd
up distro 2022-04-13 11:31:56 +02:00