Daniel Imms and GitHub
31acde23e7
Merge pull request #189188 from microsoft/tyriar/189187
...
Use readonly for hover options as they should not be touched
2023-07-28 12:49:16 -07:00
meganrogge
ca091e2795
move comment, add one
2023-07-28 12:46:59 -07:00
meganrogge
2b61214c3f
Add comment
2023-07-28 12:34:43 -07:00
Daniel Imms
a3d2eb55fd
Use readonly for hover options as they should not be touched
...
Fixes #189187
2023-07-28 12:33:39 -07:00
meganrogge
9123c5712a
fix #188822
2023-07-28 12:27:46 -07:00
Jacob Jaeggli and GitHub
fd6061ca5b
Merge branch 'main' into suggest-notify
2023-07-28 10:28:27 -07:00
Jacob Jaeggli
fb8b07d3c1
Remove comments.
2023-07-28 09:57:23 -07:00
Jacob Jaeggli
ada5b97fb9
Notify with aria.status when "loading" or "No suggestions" is displayed.
2023-07-28 09:47:03 -07:00
Alex Ross and GitHub
5f9fc780c2
Add snippets as a language ( #185017 )
...
* Add snippets as a language
* Snippets -> Code Snippets
* Add tests
* json.snippets -> json.comments.snippets
2023-07-28 09:21:56 -07:00
Alex Ross and GitHub
34442b8b39
Warn on async suites ( #188378 )
...
Part of #187718
2023-07-28 17:04:23 +01:00
Alex Ross and GitHub
41c7fc34e0
Update grammars ( #189172 )
2023-07-28 17:48:19 +02:00
Benjamin Pasero and GitHub
a1c783c20c
fs - retry rename on Windows and adopt ( #188899 )
...
* fs - retry `rename` on Windows and adopt
* return early if target is not a file
* proper throw error
* align move and rename
* fix compile
* tests
2023-07-28 17:17:50 +02:00
Daniel Imms and GitHub
17ad3169f8
Merge pull request #189171 from microsoft/tyriar/187718
...
Remove async from suite callbacks
2023-07-28 07:36:39 -07:00
Henning Dieterichs and GitHub
67d7cbc822
Fixes #189145 ( #189169 )
2023-07-28 07:26:00 -07:00
Daniel Imms
286ff736be
Remove async from suite callbacks
...
Fixes #187718
2023-07-28 07:21:48 -07:00
João Moreno and GitHub
f6a5c0ca02
log releaseBuild.ts ( #189170 )
2023-07-28 15:18:03 +01:00
Benjamin Pasero and GitHub
9b81a0d764
🆙 version ( #189141 )
2023-07-28 13:50:57 +02:00
Christof Marti
839f03369a
Revert use of new certificate loading ( #189133 )
2023-07-28 13:50:23 +02:00
Benjamin Pasero and GitHub
2e55856cf3
storage - scoped onDidChangeValue and adoption ( #188930 )
...
* storage - scoped `onDidChangeValue` and adoption
* adopt disposables
* 💄
* add tests
2023-07-28 13:34:24 +02:00
Henning Dieterichs and GitHub
b3ebdfacb5
Fixes #188934 ( #189139 )
2023-07-28 12:23:25 +02:00
Henning Dieterichs and GitHub
fc574908af
Merge pull request #189144 from microsoft/hediet/fix-189096
...
Revert "Guarantee that an autorun is not rerun if it is disposed (#188920 )"
2023-07-28 12:08:55 +02:00
Henning Dieterichs
2aa6db3b98
Revert "Guarantee that an autorun is not rerun if it is disposed ( #188920 )"
...
This reverts commit 96ebd364f0 .
2023-07-28 11:32:12 +02:00
João Moreno and GitHub
3417c1f58a
win32-ia32 deprecation warning ( #189031 )
2023-07-28 10:13:44 +02:00
Sandeep Somavarapu and GitHub
4f40b14120
fix #188794 ( #189130 )
2023-07-28 10:13:27 +02:00
Benjamin Pasero and GitHub
cbdfe4e0b4
Removal of feedback control ( fix #188960 ) ( #189027 )
2023-07-28 10:12:52 +02:00
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 and GitHub
adbb91fe06
context menu - enable native positioning by default ( #188971 )
2023-07-28 09:35:49 +02:00
Benjamin Pasero and GitHub
1a54ac55e2
scrollable - prevent scroll when x/y are competing ( #188160 ) ( #189034 )
2023-07-28 09:21:16 +02:00
Megan Rogge and GitHub
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 and GitHub
a5a0752d08
bump vscode version to 1.82 ( #189114 )
2023-07-28 01:26:47 +01:00
Robo and GitHub
69ce9dc604
fix: statically define kerberos module dependencies ( #189047 )
2023-07-28 09:15:48 +09:00
Rob Lourens
f1be6ea0a6
Set title and icon on chat view directly
...
Fix microsoft/vscode-copilot-release#342
2023-07-27 16:58:14 -07:00
Meghan Kulkarni and GitHub
e731964e84
Automatic markdown link pasting off by default ( #189100 )
...
pasting as markdown link off
2023-07-27 23:11:51 +01:00
Meghan Kulkarni and GitHub
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 and GitHub
dd149c2255
fix npe in build ( #189095 )
...
fixes #189070
2023-07-27 21:48:22 +01:00
Megan Rogge and GitHub
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 and GitHub
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 and GitHub
c838b56b6c
notebook sticky line memory-leaks ( #189084 )
...
nb memory-leaks
2023-07-27 19:26:19 +01:00
Megan Rogge and GitHub
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 and GitHub
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 and GitHub
f94dcb9ae0
Turn off aiQuickFix by default for stable ( #189069 )
2023-07-27 17:16:25 +01:00
Joyce Er and GitHub
831ac957a2
Fix rendering of auto-executing slash commands in requests ( #189068 )
2023-07-27 17:12:22 +01:00