Commit Graph

111740 Commits

Author SHA1 Message Date
Benjamin Pasero
cbdfe4e0b4 Removal of feedback control (fix #188960) (#189027) 2023-07-28 10:12:52 +02:00
Hans
55b75c5504 Add setting to prevent closing the pinned tab when using middle click (fix #115734) (#188592)
* Fix: Add setting to prevent closing the pinned tab when using middle click (#115734)

* Revert "Fix: Add setting to prevent closing the pinned tab when using middle click (#115734)"

This reverts commit aac0052966.

* add setting for prevent closing the pinned tab when using middle click

* Adjust the description

* Adjust 'pinned' to 'sticky

* adjust prevent close pinned tab related code

* 💄

* some cleanup

* setting description

* fix logic

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-07-28 07:42:56 +00:00
Benjamin Pasero
adbb91fe06 context menu - enable native positioning by default (#188971) 2023-07-28 09:35:49 +02:00
Benjamin Pasero
1a54ac55e2 scrollable - prevent scroll when x/y are competing (#188160) (#189034) 2023-07-28 09:21:16 +02:00
Megan Rogge
830db0e1cc Merge pull request #189117 from microsoft/merogge/match-quick-pick
match quick pick styling
2023-07-27 21:15:03 -07:00
meganrogge
f547dae802 match quick pick styling 2023-07-27 17:46:38 -07:00
Andrea Mah
a5a0752d08 bump vscode version to 1.82 (#189114) 2023-07-28 01:26:47 +01:00
Robo
69ce9dc604 fix: statically define kerberos module dependencies (#189047) 2023-07-28 09:15:48 +09:00
Meghan Kulkarni
e731964e84 Automatic markdown link pasting off by default (#189100)
pasting as markdown link off
2023-07-27 23:11:51 +01:00
Meghan Kulkarni
070707dffc Smart pasting results in a new widget label (#189098)
* add and localize smart label
2023-07-27 22:30:46 +01:00
João Moreno
dd149c2255 fix npe in build (#189095)
fixes #189070
2023-07-27 21:48:22 +01:00
Megan Rogge
0d28b2ec8f Merge pull request #189090 from microsoft/merogge/alert-focus-change
alert when focus changes for chat responses/ notifications in the accessible view
2023-07-27 12:36:22 -07:00
meganrogge
074b93d99e fix bug 2023-07-27 12:19:59 -07:00
meganrogge
1320f52612 clean up 2023-07-27 12:18:30 -07:00
Meghan Kulkarni
b5a46136c4 Markdown link pasting does not encode or decode links (#188992)
* uris pasted with no encoding or decoding

* add tests for checking encoding
2023-07-27 20:13:03 +01:00
meganrogge
b7bf8b07e4 fix 2023-07-27 12:11:05 -07:00
meganrogge
f7a4e0d5c3 fix #188831 2023-07-27 12:01:13 -07:00
Michael Lively
c838b56b6c notebook sticky line memory-leaks (#189084)
nb memory-leaks
2023-07-27 19:26:19 +01:00
Megan Rogge
56614fbaa0 Merge pull request #189074 from microsoft/merogge/focus-last-hover
focus hover on escape of accessible view so context isn't lost
2023-07-27 11:10:44 -07:00
Connor Peet
38a8373eb1 chore: bump js-debug to 1.81 (#189078) 2023-07-27 10:58:06 -07:00
meganrogge
75c890512c fix error 2023-07-27 10:56:06 -07:00
Christof Marti
51a55c021f Update to @vscode/proxy-agent 0.17.2 2023-07-27 19:38:49 +02:00
meganrogge
323832d0c0 fix #188822 2023-07-27 09:42:33 -07:00
Alexandru Dima
f94dcb9ae0 Turn off aiQuickFix by default for stable (#189069) 2023-07-27 17:16:25 +01:00
Joyce Er
831ac957a2 Fix rendering of auto-executing slash commands in requests (#189068) 2023-07-27 17:12:22 +01:00
Meghan Kulkarni
df16c16211 Smart markdown pasting does not occur in tilde code block (#189004)
smart paste checks ~~~ code block
2023-07-27 09:09:38 -07:00
Andrea Mah
b448b21744 update license for OSS Tool (#188988)
* fixes to license and auto-generated thirdPartyNotices
2023-07-27 08:41:35 -07:00
Robo
6d355a1ed5 chore: update electron@22.3.18 (#189049)
* chore: update electron@22.3.18

* chore: bump distro
2023-07-27 15:22:42 +01:00
Henning Dieterichs
ea6931418c Fixes #189045 (#189046) 2023-07-27 15:25:52 +02:00
Sandeep Somavarapu
968d631b2f fix #189040 (#189042) 2023-07-27 15:25:22 +02:00
Robo
268f34992c fix: missing condition in createAsset (#189026) 2023-07-27 07:36:08 +01:00
Sandeep Somavarapu
4156e32b92 fix #188811 (#189023) 2023-07-27 15:33:59 +09:00
Peng Lyu
28849849a9 Fix #189013. Dispose cell toolbar properly to avoid memory leak. (#189014) 2023-07-27 03:05:31 +01:00
Peng Lyu
d1621baf8c Merge pull request #189007 from microsoft/constant-tarantula
fix memory leak
2023-07-26 18:20:48 -07:00
Aaron Munger
67ce925589 Merge pull request #188998 from microsoft/aamunger/streamingOutput
missed case of compression
2023-07-26 16:50:20 -07:00
Michael Lively
8888ed6f97 bunch of memory leaks. dispose of everything. 2023-07-26 16:47:14 -07:00
Michael Lively
f4c03ddf80 fix memory leak 2023-07-26 16:31:41 -07:00
Aaron Munger
780ee86672 Merge branch 'main' into aamunger/streamingOutput 2023-07-26 15:44:22 -07:00
Megan Rogge
b9dbd1b222 Merge pull request #188997 from microsoft/merogge/reply-fix
fix response comparison, chat responses read to screen reader users
2023-07-26 15:16:08 -07:00
Aaron Munger
a0949935bf Merge branch 'main' into aamunger/streamingOutput 2023-07-26 15:12:41 -07:00
aamunger
66ee5c4412 missed case of compression 2023-07-26 15:04:26 -07:00
Megan Rogge
5ff89fb5db Merge pull request #188987 from microsoft/merogge/editor-hover
focus the editor hover on escape of accessible view so focus is not lost
2023-07-26 14:59:16 -07:00
meganrogge
af238e97dd fix #188835 2023-07-26 14:58:55 -07:00
Joyce Er
d72df867d4 Partially revert #188964 (#188990) 2023-07-26 22:45:46 +01:00
Megan Rogge
76fc106328 Update src/vs/workbench/services/hover/browser/hoverService.ts 2023-07-26 14:38:59 -07:00
Megan Rogge
b09d6b7a4f Apply suggestions from code review 2023-07-26 14:38:37 -07:00
Kartik Raj
1ca9aa71bb Merge pull request #188982 from microsoft/kartik/detailed-tahr
Fix for each in scope env collection
2023-07-26 14:32:34 -07:00
meganrogge
d0a179cf01 fix part of #188822 2023-07-26 14:17:55 -07:00
Kartik Raj
68d22e586d Fix for each in scope env collection 2023-07-26 20:58:53 +00:00
Peng Lyu
da545194b3 Update distro (#188977)
Update distro for auto closing
2023-07-26 21:50:47 +01:00