Commit graph

99967 commits

Author SHA1 Message Date
Robo 3933a69210
fix: remove debian dependency on libgcc-s1 (#158883) 2022-08-23 10:06:12 -07:00
Daniel Imms 0380d81838
Merge pull request #158604 from microsoft/tyriar/158595
Only persist terminals when they have had interaction
2022-08-23 08:26:14 -07:00
Alex Ross f2bfdd7309
TreeView - Tooltip markdown closing on pressing CTRL (#158922)
Fixes #158762
2022-08-23 17:05:00 +02:00
Johannes Rieken d5104dc189
Merge pull request #158869 from microsoft/aiday/issue158813
When several definitions found, reveal the position then reveal definitions
2022-08-23 17:02:44 +02:00
aiday-mar bfa3737f53 Refactoring the code 2022-08-23 16:48:21 +02:00
aiday-mar a38a941a53 Inside onExecute checking the target.detail entry of the event 2022-08-23 16:43:25 +02:00
Aiday Marlen Kyzy 93a571ab02
Remove editor model existence check 2022-08-23 16:33:53 +02:00
Johannes Rieken 68cda09553
Merge pull request #158892 from microsoft/joh/crooked-tahr
joh/crooked tahr
2022-08-23 15:25:46 +02:00
Henning Dieterichs 9628fab4f8
Fixes edge case (#158888) 2022-08-23 15:23:48 +02:00
Johannes 4c567d14cb
Revert "clearNode should use replaceChildren (#157169)"
This reverts commit 85c03e0238.
2022-08-23 14:44:25 +02:00
Johannes a051032930
Revert "Try using AbortController for disposable dom listeners"
This reverts commit 508486f886.
2022-08-23 14:44:08 +02:00
Johannes Rieken d5a59298e2
Merge pull request #158782 from Semesse/exthost-lf-test
Fix exthost language features test
2022-08-23 14:09:13 +02:00
Henning Dieterichs e3043ebbc6
Removes accidentally committed css change to improve debuggability. (#158865) 2022-08-23 11:53:59 +02:00
aiday-mar 35eb86961b Revealing the line before invoking the functions when there are several possible definitions 2022-08-23 11:50:28 +02:00
Harald Kirschner 757479597c
Enable exp for command center (#158851) 2022-08-23 08:32:38 +02:00
Matt Bierner 61be189220
Update endgame notebook milestones (#158844) 2022-08-23 08:31:08 +02:00
Megan Rogge bd6107301d
reveal active editor / show panel when appropriate (#158802) 2022-08-22 20:03:45 -07:00
Rob Lourens dcf0c0a141
Fix shifting in cell editors that have horizontal scrollba (#158232)
* Fix shifting in cell editors that have horizontal scrollbars, for #153708

* use BaseCellEditorOptions to check wordwrap
2022-08-22 18:53:01 -07:00
Michael Lively f9093f6375
Merge pull request #158404 from microsoft/mlively/newCellPasteBug
fix pasting image into newly created cell bug
2022-08-22 17:37:02 -07:00
David Dossett 4fd221627c
Merge Editor: update background and border colors (#158825)
* Update initial dark+ colors

* Update hc colors

* Fix diffword

* More updates
2022-08-22 16:45:57 -07:00
Raymond Zhao 0f5c8d5687
Expose enum item labels, fixes #117696 (#158823) 2022-08-22 15:20:58 -07:00
David Dossett e6b12e0895
Merge Editor: use dashed borders for unhandled changes (#158815)
Use dashed borders for unhandled changes
2022-08-23 00:20:25 +02:00
Michael Lively 1076180257
Merge branch 'main' into mlively/newCellPasteBug 2022-08-22 14:57:15 -07:00
Harald Kirschner bb70d7ab19
Instrument slow git status updates (#158325)
* Instrument slow git status updates

* Add expiration
2022-08-22 22:01:51 +02:00
Harald Kirschner 10b464bc93
Tag useUtilityProcess for exp (#158811) 2022-08-22 21:54:07 +02:00
Alexandru Dima 1a24c41336
Take into account vertical scrollbar width when revealing horizontally (#158808)
Fixes #158683: Take into account vertical scrollbar width when revealing horizontally
2022-08-22 20:58:59 +02:00
Megan Rogge 72a710a2a2
improve profile source description (#158805)
fix #126023
2022-08-22 20:54:02 +02:00
Sandeep Somavarapu a0eb24af11
support profiles in ext host debugging (#158806) 2022-08-22 20:53:22 +02:00
David Dossett ce32c59fea
Use 1px borders for merge editor conflicts (#158796) 2022-08-22 11:43:02 -07:00
Daniel Imms 2fe3b4574a
Merge pull request #158794 from microsoft/tyriar/156385
Use history in bash shell integration for unresolved aliases
2022-08-22 11:38:42 -07:00
Daniel Imms da710e0071
Merge pull request #158795 from microsoft/tyriar/156386
Fix initial application of shell-integration class
2022-08-22 11:38:30 -07:00
Daniel Imms 7c6b87497e
Fix initial application of shell-integration class
Fixes #156386
2022-08-22 10:50:28 -07:00
Daniel Imms e55863c5c1
Use history in bash shell integration for unresolved aliases
Fixes #156385
2022-08-22 10:44:24 -07:00
Alex Ross 380647ccd5
SCM decorations are single pixel wide and sometimes not visible at all (#158786)
Fixes #158276
2022-08-22 19:36:18 +02:00
Daniel Imms 9b507bca62
Merge pull request #158616 from microsoft/tyriar/156179-quickinput-find
Support toggles in the quick pick, adopt in terminal run recent command
2022-08-22 10:21:09 -07:00
Martin Aeschlimann 91146b509c
bump distro (#158779) 2022-08-22 18:32:14 +02:00
Semesse 60d39ea1ab
fix exthost language features test 2022-08-23 00:17:03 +08:00
Han eb8c27545a
fix #158498 (#158657)
* fix #158498

fix the toggle inlay hint keybinding not properly shown on macOS.

* 💄
2022-08-22 12:09:49 -04:00
Megan Rogge 8515f91a56
task reconnection polish (#158774)
fix #158770 && fix #158676
2022-08-22 09:05:23 -07:00
Aiday Marlen Kyzy 650669abff
Merge pull request #158559 from microsoft/aiday/issue157055
Allowing to control/command click on sticky scroll
2022-08-22 17:39:03 +02:00
aiday-mar 7afe4e7008 Not doing the call when we are on the same range and the element has already been underlined 2022-08-22 17:22:42 +02:00
Daniel Imms 2ba72b53f6
Make fuzzy toggle handler more concise 2022-08-22 07:55:49 -07:00
aiday-mar e890c8d843 Merge branch 'main' into aiday/issue157055 2022-08-22 16:55:45 +02:00
Daniel Imms 653a83453a
additionalToggles -> toggles 2022-08-22 07:51:52 -07:00
Daniel Imms dc3f1e747d
Merge branch 'main' into tyriar/156179-quickinput-find 2022-08-22 07:49:53 -07:00
Johannes 19a6ea57e5
💄 - use Range and equalsRange over stringify 2022-08-22 16:15:51 +02:00
Sandeep Somavarapu 4bf364de22
enable profiles (#158758)
- by default in insiders
- behind the flag in stable
2022-08-22 15:46:41 +02:00
Johannes Rieken 337cd4b1cf
Expose editor "blue button" as menu (#158740)
* Expose editor "blue button" as menu

* rename proposed `MergeToolbar` to `EditorContent` menu
* adopt GIT and sync conflicts usage
* use content menu for "open in 3wm" command
* add new `ctxIsMergeResultEditor` context key

Better fix for https://github.com/microsoft/vscode/issues/153800

* fix typo
2022-08-22 15:24:56 +02:00
Aiday Marlen Kyzy 4162134bd7
Merge pull request #158730 from microsoft/aiday/issue158571
Placing sticky scroll above zone widget
2022-08-22 15:24:14 +02:00
Johannes Rieken eab7774b3e
Merge pull request #152292 from etriebe/etriebe/add_firstmatchcanbeweak_option
Add an option to expose the allowMidWordMatch as a setting
2022-08-22 15:21:10 +02:00