Commit graph

109577 commits

Author SHA1 Message Date
Joyce Er 456ea0a87d
Fix JSDoc grammatical error (#184090) 2023-06-01 20:57:38 +02:00
Peng Lyu 940571e267
Fix microsoft/vscode-internalbacklog#4206. Override List view whitespace css for monaco editor (#184087) 2023-06-01 20:33:48 +02:00
Aiday Marlen Kyzy f3bb16afe7
adding the third option which is click and hover and need to finish the code with this option as well as figure out why the color hover appears to disappear when one clicks on the color decorator 2023-06-01 18:24:51 +02:00
Alexandru Dima 4137aa15f5
Allow APIs in stable (#184062) 2023-06-01 09:10:57 -07:00
Aiday Marlen Kyzy 2733c9dc3c
code to solve issue #184057 and #182697 2023-06-01 18:06:24 +02:00
Megan Rogge bfcb70bd09
Merge pull request #184074 from microsoft/merogge/group
fix task regex
2023-06-01 10:27:03 -05:00
meganrogge 5a463cd111
fix #178202 2023-06-01 10:09:48 -05:00
Johannes Rieken adbcc3de01
re-enable default zone widget revealing when showing (#184072)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4332, also fixes https://github.com/microsoft/vscode-internalbacklog/issues/3784
2023-06-01 16:48:55 +02:00
Martin Aeschlimann 3f5def1cdc
Add logging to node download (#184070)
Add logging to node download. For #182951
2023-06-01 16:42:36 +02:00
Johannes Rieken ce729a5a1a
use undo-loop instead of undo-edit when discarding chat session (#184063)
* use undo-loop instead of undo-edit when discarding chat session

fixes https://github.com/microsoft/vscode-internalbacklog/issues/4118

* fix tests, wait for correct state
2023-06-01 16:22:31 +02:00
Johannes Rieken 402b28f04a
fix https://github.com/microsoft/vscode-internalbacklog/issues/4333 (#184067) 2023-06-01 16:11:24 +02:00
Aiday Marlen Kyzy 54cec36d55
setting the sticky scroll to be disabled when inside of an inline diff 2023-06-01 15:25:52 +02:00
Aiday Marlen Kyzy 374e02fda2
sticky scroll disabled in the left hand side of the diff editor 2023-06-01 15:23:44 +02:00
Aiday Marlen Kyzy 9aba21b6aa
fixing 2023-06-01 15:06:10 +02:00
Johannes Rieken 0479e057c1
use Lazy, not IdleValue for the IE widget held by the eager controller (#184048)
https://github.com/microsoft/vscode/issues/183820
2023-06-01 14:47:26 +02:00
Johannes Rieken 3088f23d04
reset context keys on reset/hide (#184042)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4330
2023-06-01 14:46:33 +02:00
Aiday Marlen Kyzy 19ec8aebfb
retriggering the tests 2023-06-01 14:38:08 +02:00
Martin Aeschlimann 8a76ae4e4c
[html] update service (#184049)
[html] update service. FIxes #181176
2023-06-01 13:22:58 +02:00
Aiday Marlen Kyzy 88981e90ad
setting the padding to zero 2023-06-01 12:29:55 +02:00
Johannes Rieken cfea9dfd07
make sure to read setting (#184040)
d'oh, related to https://github.com/microsoft/vscode/issues/173387#issuecomment-1571696644
2023-06-01 12:21:25 +02:00
Alexandru Dima 45e1773057
Improve declared components (#184039) 2023-06-01 11:59:46 +02:00
Johannes Rieken 0416b598e9
joh/inquisitive meerkat (#184034)
* only stash sessions that are none empty

https://github.com/microsoft/vscode-internalbacklog/issues/4281

* only unstash a session once - unless new exchanges are made,

https://github.com/microsoft/vscode-internalbacklog/issues/4281

* account for all exchange types
2023-06-01 11:31:31 +02:00
Benjamin Pasero 66ad45b79a
cli - ignore std error unless verbose (#183787) (#184031) 2023-06-01 10:32:33 +02:00
Benjamin Pasero fbbcd0ea14
Workspace folder picker entry descriptions are suboptimal for some filesystems (fix #183418) (#184018) 2023-06-01 09:01:56 +02:00
Megan Rogge c3867859cf
Merge pull request #184005 from microsoft/dev/bhavyau/welcome
Change welcome dialog contribution to Eventually
2023-05-31 19:45:30 -05:00
Bhavya U cba2636483
Change welcome dialog contribution to Eventually 2023-05-31 17:03:32 -07:00
Peng Lyu aeb06b98d2
Fix microsoft/vscode-internalbacklog#4257. Mitigate zindex for zone widgets. (#184001) 2023-05-31 16:46:46 -07:00
Tyler James Leonhardt 6fe760bb20
Allow widget to have focus (#184000)
So that selecting non-code text works.

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4294
2023-06-01 01:14:00 +02:00
Tyler James Leonhardt c4cfd83472
Polish query accepting (#183995)
We shouldn't send the same request to Copilot if the query hasn't changed. So if the query is the same, we short circut.

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4286

Also, when we open in chat, we should use the last accepted query, not what's in the input box.

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4280
2023-05-31 15:12:13 -07:00
Matt Bierner 14977db0ec
Disable move to file in TS versions < 5.2 (#183992)
There are still a few key bugs with refactoring. We will  ship this as a preview for TS 5.2+ instead of for 5.1
2023-05-31 22:18:24 +02:00
Megan Rogge 2959f41a1a
Merge pull request #183966 from microsoft/merogge/ibe
make message more generic for interactive editor help
2023-05-31 12:50:37 -05:00
Megan Rogge d11a643025
Merge pull request #183986 from microsoft/merogge/diffEditor
`diff-editor` -> `diffEditor`
2023-05-31 12:41:37 -05:00
meganrogge 36bb69176c
consolidate 2023-05-31 12:20:13 -05:00
Matt Bierner 2add9d4c10
Set isRefactoring for all TS refactoring edits (#183982) 2023-05-31 19:14:35 +02:00
meganrogge aa3d25f7ae
fix #183970 2023-05-31 12:13:21 -05:00
Megan Rogge c38a9e9ba5
Merge pull request #183981 from microsoft/merogge/chat-info
add important info to help menu
2023-05-31 12:10:28 -05:00
Rob Lourens fa33ede170
Merge pull request #183979 from microsoft/roblou/prospective-catshark
Two chat fixes
2023-05-31 09:55:59 -07:00
meganrogge 8c0343cd22
add important info to help menu 2023-05-31 11:53:21 -05:00
Rob Lourens b272d45bb7
Fix when clause on "Run in terminal" command 2023-05-31 09:38:02 -07:00
Rob Lourens 3a59332784
Keep codeblock toolbar visible when focused 2023-05-31 09:35:51 -07:00
Megan Rogge 0645237276
Merge pull request #183969 from microsoft/merogge/punct
use `:` instead of `,` in `ariaLabel`
2023-05-31 11:10:21 -05:00
Megan Rogge 48f46820b0
Merge branch 'main' into merogge/ibe 2023-05-31 11:06:04 -05:00
meganrogge 041db73929
fix #183968 2023-05-31 10:50:30 -05:00
Megan Rogge b9a77b3c7b
Merge pull request #183965 from microsoft/merogge/switch-default
enable inline suggestions to be read by screen readers by default
2023-05-31 10:44:39 -05:00
meganrogge 5ff3aa8b34
. 2023-05-31 10:36:49 -05:00
meganrogge 23674cc667
make message more generic for interactive editor help 2023-05-31 10:34:45 -05:00
Sandeep Somavarapu 9ef31ac37a
fix #180826 (#183962) 2023-05-31 17:28:39 +02:00
meganrogge 577654a5a5
fix #183030 2023-05-31 10:26:37 -05:00
Johannes Rieken a8ef81ebbd
fix https://github.com/microsoft/vscode-internalbacklog/issues/4324 (#183961) 2023-05-31 17:26:15 +02:00
Henning Dieterichs 58b32d628a
Fixes https://github.com/microsoft/monaco-editor/issues/3920 (#183960) 2023-05-31 17:25:14 +02:00