Commit graph

101248 commits

Author SHA1 Message Date
Johannes Rieken b4b96c847f
prevent hiding of actions of the global panel part menu (#162335)
https://github.com/microsoft/vscode/issues/162006
2022-09-29 15:23:51 +02:00
Henning Dieterichs de91b7378b
Merge pull request #162343 from microsoft/hediet/chief-muskox
Adresses #161587 by setting a save source
2022-09-29 15:23:20 +02:00
Henning Dieterichs cdb2e2c343
Addresses #161587 2022-09-29 15:06:32 +02:00
Johannes Rieken a2fe848791
set git.mergeChanges context key for all repos, not just one (#162339)
fixes https://github.com/microsoft/vscode/issues/162224
2022-09-29 05:50:07 -07:00
Daniel Imms dbc971b48a
Remove unneeded if, clean up types 2022-09-29 04:16:41 -07:00
Alexandru Dima 187f099e91
update distro (#162326) 2022-09-29 04:08:02 -07:00
Daniel Imms 79bacef484
Allow opt-in multi-line quick fixes
Fixes #161997
2022-09-29 04:07:13 -07:00
Alexandru Dima ad7695c793
Adopt new Notices format (#162324) 2022-09-29 03:58:10 -07:00
Daniel Imms 095f6b5e49
Revert "Allow opt-in multi-line quick fixes (#162189)"
This reverts commit 0c22a33a9d.
2022-09-29 03:54:59 -07:00
Najmieh c00b594c7e
Edit for the slight ambiguity in wording when adding untrusted files to trusted workspace (#161168)
fix the wording for the  untrusted files to trusted workspace
2022-09-29 12:50:48 +02:00
Henning Dieterichs 6cba93633d
Merge pull request #162318 from microsoft/hediet/amused-whale
Fixes #162027
2022-09-29 12:21:52 +02:00
Martin Aeschlimann 320f338681
[html] Sytax Highlighting is way off with new line after event handler (#162319) 2022-09-29 12:19:36 +02:00
Henning Dieterichs c4359c2dab
Addresses #162112 (#162321) 2022-09-29 12:18:18 +02:00
Johannes Rieken 61f44f9b2c
give menuIds to setActions, adopt for composite panes (#162317)
fixes https://github.com/microsoft/vscode/issues/162003#issuecomment-1261214285
2022-09-29 11:27:17 +02:00
Henning Dieterichs b29b217e36
Fixes #162027 2022-09-29 10:50:48 +02:00
Benjamin Pasero b784e0514d
Revert "perf - log slow running workbench contribs (#159656)" (#162312)
* Revert "perf - log slow running workbench contribs (#159656)"

This reverts commit b7d5b65a13.

* stop logging slownes

* still log perf but only running out of sources
2022-09-29 10:38:28 +02:00
Matt Bierner e05324c3e4
Swap auto scroll lock/unlock icons (#162264)
Fixes #162263
2022-09-29 10:29:18 +02:00
Ladislau Szomoru 197bfd9088
Git - Use modal dialog after cloning a repository (#162306)
Use modal dialog after cloning a repository
2022-09-29 01:01:29 -07:00
Brigit Murtaugh f88fb9102e Update README.md 2022-09-29 09:53:23 +02:00
Brigit Murtaugh ea86537df2 Update README.md 2022-09-29 09:53:23 +02:00
Johannes Rieken 2c801254eb
remove forgotten console.log (#162297)
https://github.com/microsoft/vscode/issues/162295
2022-09-29 00:10:52 -07:00
Josh Abernathy d3e330e4da
Update devcontainer schema for customizations.codespaces.openFiles (#161637) 2022-09-29 00:02:29 -07:00
Andrea Mah 96dda01daf
Search Tree - file order changes when switching from list to tree (#162270)
Fixes #162155
2022-09-28 17:34:22 -07:00
Tyler James Leonhardt a1a877b80b
add to my-endgame (#162280) 2022-09-28 16:27:26 -07:00
Matt Bierner b16578ff65
Make sure we always reset the code action widget context when the widget is hidden (#162278)
Make sure we always reset the `ctxMenuWidgetVisible` widget context when the widget is hidden

We've seen a handful of reports of keybindings not working. I'm not able to repo this, but the root cause may be that code action's context keys are not being cleared properly

This fixes it to make sure we always reset the context when the widget is closed
2022-09-28 16:15:45 -07:00
Daniel Imms 0c22a33a9d
Allow opt-in multi-line quick fixes (#162189)
Fixes #161997

Co-authored-by: meganrogge <merogge@microsoft.com>
2022-09-28 15:29:15 -07:00
Daniel Imms 236adc221b
Merge pull request #162268 from microsoft/tyriar/update_xterm3
Update xterm
2022-09-28 15:10:03 -07:00
Megan Rogge 78d4808f29
bind configure function so this is not undefined (#162245) 2022-09-28 15:09:06 -07:00
Megan Rogge a4071cf8de
add audio cue for terminal quick fix (#162226) 2022-09-28 14:57:54 -07:00
Daniel Imms 07ef05f7c8
Update xterm
- Fixes a performance regression related to microtasks
- Fixes trusted types error breaking DOM renderer

Fixes #161970
2022-09-28 14:47:52 -07:00
Andrea Mah 5a2baf9017
Search Tree Performance - FolderMatches and FileMatches (#162257)
* Search Tree Performance - FolderMatches and FileMatches
Fixes #162246
2022-09-28 14:47:28 -07:00
Martin Aeschlimann 719461b273
bump distro (recommender-wsl update) (#162258) 2022-09-28 14:27:23 -07:00
Matt Bierner cbb0a982fd
Pick up final markdown language service 0.1 release (#162256)
Just pulling in the stable release
2022-09-28 14:02:26 -07:00
João Moreno 9ec34a5b60
Revert "stop shipping build-only dependencies (#162172)" (#162254)
This reverts commit 582aa29f85.
2022-09-28 13:50:35 -07:00
Joyce Er 4bfd9eb6e6
Fix https://github.com/microsoft/vscode/issues/162116 (#162244)
* Fix conflicting changes count warning when resuming edit session

* Don't use custom dialog
2022-09-28 16:00:40 -04:00
Martin Aeschlimann a1b0e0eacf
Deprecated settings show up with undefined label (#162145)
Deprecated settings show up with undefined label
2022-09-28 12:40:32 -07:00
Matt Bierner baf4f09436
Use correct theme color name (#162238)
For #162125
2022-09-28 11:39:10 -07:00
Andrea Mah fec2b499d5
fixed bug with collapsing compressed nodes (#162222)
fixed bug with collapsing compression nodes
2022-09-28 11:30:09 -07:00
6⭐ Sygna Suit Red-EX dd4d29dd8b
Update Python source highlighting example to be more idiomatic (#154013) 2022-09-28 11:29:18 -07:00
Matt Bierner 5296b0faf3
Add explicit "inherit" setting for fragments links (#162231)
Fixes #162129
2022-09-28 14:08:03 -04:00
Megan Rogge 06f29ea59f
remove unused entry (#162237)
fix 162230
2022-09-28 11:07:38 -07:00
Megan Rogge 0f6d665434
rm length conditional from get output match (#162225)
fix 162211
2022-09-28 10:55:17 -07:00
Daniel Imms ae526a1a3c
Merge pull request #162203 from microsoft/tyriar/162070_2
Fix matching against unwrapped lines
2022-09-28 10:33:26 -07:00
Peng Lyu f244628c42
experiment setting for nb overview (#162223)
exp setting for nb overview
2022-09-28 10:27:38 -07:00
Johannes Rieken 8efe4be923
- Add _isFakeAction as a workaround to noop-actions that are contributed to menus but that don't do anything (#162220)
- Mark esp filtering/switching actions as fake actions

https://github.com/microsoft/vscode/issues/162004
2022-09-28 18:49:12 +02:00
Daniel Imms c3b0ab3504
Merge pull request #162178 from microsoft/tyriar/162175
Scan up 30 lines for free port quick fix
2022-09-28 09:22:13 -07:00
Sandeep Somavarapu c532da7b3d
fix #162044 (#162215)
* Fix #162044

* Fix #162044 - wait unti all are settled
2022-09-28 09:01:43 -07:00
Johannes Rieken eb99a782ff
fix https://github.com/microsoft/vscode/issues/161394 (#162213) 2022-09-28 08:58:15 -07:00
Sandeep Somavarapu 8fcdf4e417
Fix #162046 (#162209) 2022-09-28 08:52:39 -07:00
Sandeep Somavarapu c72bd54873
Fix #162049 (#162207) 2022-09-28 08:44:29 -07:00