Commit graph

98743 commits

Author SHA1 Message Date
deepak1556 599241ad74 chore: update electron@19.0.8 2022-07-19 17:57:54 +09:00
deepak1556 c036f3257b Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-19 16:55:56 +09:00
Benjamin Pasero 36f146381b
editors - add capability to control centered layout (fix #154738) (#155565) 2022-07-19 09:42:11 +02:00
SteVen Batten a74adedba8
refs #153267 (#155546) 2022-07-18 16:56:16 -07:00
SteVen Batten ce2b88bc98
fix system context menu handler is not registered (#155533)
* fix system context menu handler is not registered

* fix hygiene
2022-07-18 13:45:44 -07:00
Daniel Imms 665487a3c5
Merge pull request #155523 from microsoft/tyriar/153921
Add shell-integration to isSupportedForCmd
2022-07-18 11:44:30 -07:00
Peng Lyu 8c3edc065c
Update classification property comments (#155526) 2022-07-18 11:41:14 -07:00
SteVen Batten 75f4d5200d
update comments for telemetry events (#155525) 2022-07-18 18:14:31 +00:00
Matt Bierner 6f8150ce60
Set alwaysConsumeMouseWheel for suggest details and parameter hints (#153375)
This aligns with how we treat the suggest list
2022-07-18 11:04:23 -07:00
SteVen Batten da2a179691
bring zoomable title bar to macos (#155354)
bring zoomable menu bar to macos
fixes #149740
2022-07-18 10:19:36 -07:00
Daniel Imms 053da9df55
Add shell-integration to isSupportedForCmd
Fixes #153921
2022-07-18 10:10:00 -07:00
Rob Lourens 5acd9508c9
Support "not in" context key expression (#155261)
* Support "not in" context key expression
Fixes #154582

* Tweak var name
2022-07-18 10:06:59 -07:00
Benjamin Pasero a567b593d5
introduce --merge to bring up merge editor (for #5770) (#155039)
* introduce `--merge` to bring up merge editor (for #5770)

* wait on proper editor when merging

* sqlite slowness

* disable flush on write in tests unless disk tests

* more runWithFakedTimers

* disable flush also in pfs

* introduce `IResourceMergeEditorInput`

* cleanup

* align with merge editor names

* stronger check

* adopt `ResourceSet`

* no need to coalesce

* improve `matches` method
2022-07-18 12:44:07 -04:00
Ladislau Szomoru 03c16c9c00
Git - The git.sync command should use the git.rebaseWhenSync setting (#155511)
The git.sync command should use the git.rebaseWhenSync setting
2022-07-18 18:38:58 +02:00
Joyce Er e28a92fc1f
Bump distro (#155507) 2022-07-18 15:11:21 +00:00
Ladislau Szomoru b3218963c4
Git - Do not show SmartCommit dialog when using "Commit All" (#155486)
Do not show SmartCommit dialog when using "Commit All"
2022-07-18 16:55:41 +02:00
Johannes Rieken 8bada27fdd
Merge pull request #155148 from microsoft/joh/double-barnacle
joh/double barnacle
2022-07-18 16:45:00 +02:00
João Moreno f127c6cf28
Add telemetry comments (#155503)
* add telemetry comments

* update comments
2022-07-18 14:44:01 +00:00
João Moreno 4b0d6f3bbc
Support find widget in lists/trees (#152481)
* replace list type filter and tree type label controller with list type
navigation and tree find. use proper FindInput widget

* make sure vim doesn't break

* polish outline use case

* 💄

* remove unused import
2022-07-18 16:25:05 +02:00
João Moreno 34507a8db3
h: type check attributes object (#155501) 2022-07-18 16:07:29 +02:00
Martin Aeschlimann 39fdb27b9b
[themes] When opening a new window, product icons don't load immediately (#155485)
[themes] When opening a new window, product icons don't load immediatel. Fixes #142236
2022-07-18 15:13:51 +02:00
Johannes Rieken ebe7a4ed35
mention editor.suggestOnTriggerCharacters from the quick suggest doc, (#155467)
https://github.com/microsoft/vscode/issues/155410
2022-07-18 13:57:40 +02:00
Henning Dieterichs 58402a0d9e
Merge pull request #155344 from microsoft/misolori/brilliant-unicorn 2022-07-18 11:45:44 +02:00
João Moreno 1ccfe2bbe8
Revert "check if values are true not just undefined (#155348)" (#155468)
This reverts commit 7839742867.
2022-07-18 08:03:48 +00:00
Tomer Chachamu ed81603169
Update breadcrumbs when workspace folders update (#154616) 2022-07-18 06:32:38 +02:00
Robo 955991d7f7
chore: update electron@18.3.5 (#155452) 2022-07-18 13:32:11 +09:00
Joyce Er 0ea37090ff
Merge pull request #155352 from microsoft/dev/joyceerhl/total-toucan
Add ability to continue desktop edit session in vscode.dev
2022-07-17 10:07:45 -07:00
Megan Rogge 7839742867
check if values are true not just undefined (#155348) 2022-07-15 18:15:43 -07:00
SteVen Batten cad5e069b6
add focus title bar command (#155347)
fixes #149739
2022-07-15 18:06:33 -07:00
Joyce Er 598e4befc0
Do not require a group in contributed command 2022-07-15 15:52:51 -07:00
Joyce Er 73b34320c1
Add ability to continue desktop edit session in vscode.dev 2022-07-15 15:51:51 -07:00
Ladislau Szomoru 015d6b8e62
ButtonWithDescripiton - Remove tabIndex from the label and description elements (#155317)
Remove tabIndex from the label and description elements
2022-07-15 14:52:19 -07:00
Johannes Rieken 054a536dd2
Merge pull request #155276 from microsoft/joh/cruel-hoverfly
joh/cruel hoverfly
2022-07-15 23:51:13 +02:00
SteVen Batten 338a23f713
formatting 2022-07-15 14:40:27 -07:00
SteVen Batten d4fd368fdf
system context menu on Windows 2022-07-15 14:30:57 -07:00
Rob Lourens 425a6dec81
Fix notebook perf markers (#155266)
Fixes #135834
2022-07-15 12:17:24 -07:00
Logan Ramos b40bbdda5b
Fix #155131 (#155334)
* Cleanup expansion context key

* Fix #155131
2022-07-15 11:49:16 -07:00
Johannes Rieken 5315bc8567
Merge pull request #155321 from microsoft/joh/innocent-tiger
joh/innocent tiger
2022-07-15 20:48:09 +02:00
Miguel Solorio 77755b6bda
Button separator color on high-contrast themes (#155316)
Button separator color on high-contrast themes (Fixes #155285)
2022-07-15 10:58:09 -07:00
Jan Bicker f3b174ef7d
Fixed wrong SignatureInformation.activeParameter comment (#155279)
Fixed SignatureInformation.activeParameter comment
2022-07-15 17:38:04 +00:00
Miguel Solorio bcb904b08c
Update diff color changes 2022-07-15 10:26:16 -07:00
Andrea Mah 425aaebb45
Flexible-width Find Menu in Notebook (#154550)
Fixes #141516
2022-07-15 10:25:30 -07:00
Andrea Mah 6779fd96bf
Add "Go to Last Failed Cell" Button (#154443)
* Add go to last failed cell function
2022-07-15 09:52:17 -07:00
Martin Aeschlimann 179883d98e
A11y bug: OS color settings are not respected (#155319)
A11y bug: OS color settings are not respected. Fixes #155243
2022-07-15 18:16:32 +02:00
Henning Dieterichs 8630720a0b
Fixes #155179 by implementing DeprecatedExtensionMigratorContribution (#155318)
* Fixes #155179 by implementing DeprecatedExtensionMigratorContribution

* Fixes CI.
2022-07-15 18:15:12 +02:00
Johannes 92329e484e
add "start with snippet" to empty editor text, change things to use formatted text renderer (fixes https://github.com/microsoft/vscode/issues/155293) 2022-07-15 18:05:41 +02:00
João Moreno 05d1f4a5ee
dom: h should allow ids and multiple class names (#155311) 2022-07-15 17:27:02 +02:00
Johannes 7fd96dbcf5
tweak label 2022-07-15 17:24:41 +02:00
Megan Rogge f485d5e987
set to udf after (#155304) 2022-07-15 08:08:13 -07:00
Johannes 1be8606b70
make snippet-contribution a proper contrib-file, remove local registration into contrib-file, move command into their own folder, have a command to populate a file from a top-level snippet 2022-07-15 16:55:14 +02:00