Commit graph

110110 commits

Author SHA1 Message Date
Megan Rogge 6a491c730a
Update src/vs/base/browser/ui/tree/abstractTree.ts 2023-06-19 14:22:59 -07:00
meganrogge 98cb279e79
allow passing in info 2023-06-19 14:26:50 -04:00
meganrogge fa35e8dee8
fix layout issue 2023-06-19 14:11:06 -04:00
meganrogge 2c9da742fa
add type 2023-06-19 13:53:55 -04:00
meganrogge b33d65406a
fix 2023-06-19 13:46:24 -04:00
meganrogge 3599eb127b
use typescript for code 2023-06-19 13:44:07 -04:00
meganrogge 4641821cba
help menu 2023-06-19 12:05:52 -04:00
meganrogge 082c8623b5
fix terminal issue 2023-06-19 11:53:21 -04:00
meganrogge 345ef685bd
fix 185127 2023-06-19 11:52:43 -04:00
meganrogge 4148d30227
fix #184620 2023-06-19 11:27:28 -04:00
meganrogge 5f8e69f0ba
get it to work 2023-06-17 13:59:22 -05:00
meganrogge 9aacad6645
try something else 2023-06-16 15:44:22 -05:00
meganrogge 9c534efc13
start on accessible chat view 2023-06-16 15:27:55 -05:00
Megan Rogge 23b487b0a9
Merge pull request #185375 from microsoft/merogge/status-usage
`alert` -> `status`
2023-06-16 14:18:33 -05:00
Aaron Munger fe3462e13a
Merge pull request #185372 from microsoft/aamunger/interactiveFocus
set notebook widget to visible when focusing the IW Editor
2023-06-16 12:02:38 -07:00
meganrogge 6dd5f94c82
part of #185371 2023-06-16 14:02:01 -05:00
aamunger 797fd9c6e7
change function name 2023-06-16 11:44:36 -07:00
aamunger 3804adfd96
set notebook widget to visible when focusing the IW Editor 2023-06-16 11:40:29 -07:00
Samuel Williams a0a662c8fd
testing: add configuration to show all test messages. (#185197)
* Add configuration to show all test messages.

Introduce `testing.showAllMessages` configuration, which defaults to
true. When false, only the first message is shown, and the rest are
ignored. When true, the most recent message for each line is shown from
all past test runs.

* Change from Map -> Set.
2023-06-16 11:40:20 -07:00
Megan Rogge f945c1f84c
Merge pull request #185368 from microsoft/merogge/use-status
allow `aria-live: polite` to be used on macOS, use status instead of alert for chat response announcement
2023-06-16 13:35:14 -05:00
Michael Lively f4547a67b9
Nb Workbench Toolbar -- separator fixes, test improvements (#185370)
* fix: hidden items between separators -> 2x sep

* improve testing: add extra separator case, add secondary actions
2023-06-16 20:34:07 +02:00
Daniel Imms b435e295bc
Merge pull request #185358 from microsoft/tyriar/185349
Replace escape sequence logging with terminal log channel
2023-06-16 11:06:23 -07:00
Megan Rogge af93ce2437
Merge pull request #185361 from microsoft/merogge/cue-touch-up
follow up cue work
2023-06-16 12:57:02 -05:00
meganrogge 4d42fcf809
use status instead of alert 2023-06-16 12:56:43 -05:00
Daniel Imms 8adc6e0aac
Fix tests and remove unused method 2023-06-16 10:42:49 -07:00
Megan Rogge f929eaa79f
Update src/vs/platform/audioCues/browser/audioCueService.ts 2023-06-16 12:33:05 -05:00
Daniel Imms cc76abec73
Fix edge case where logLevel got set back to info 2023-06-16 10:29:42 -07:00
meganrogge cc025ebac8
follow up cue 2023-06-16 12:11:48 -05:00
Raymond Zhao 2dad7f52ad
Bump emmet-helper (#184616) 2023-06-16 19:10:07 +02:00
Megan Rogge 08eab96083
Merge pull request #185268 from microsoft/merogge/loop-cue
add audio cues for AI panel chat
2023-06-16 12:07:15 -05:00
Daniel Imms 6287e1f583
Replace escape sequence logging with terminal log channel
Fixes #185349
2023-06-16 09:51:41 -07:00
Daniel Imms bda8ac3f2f
Merge pull request #185345 from microsoft/tyriar/codeql_suppress
Suppress UI label-related codeql report
2023-06-16 09:07:19 -07:00
Johannes Rieken 5d4149be53
Merge pull request #185351 from microsoft/joh/smoggy-alligator
for embedded diff editors link word highlighters
2023-06-16 18:03:56 +02:00
Johannes 5fbb86ad46
stop before using other ranges 2023-06-16 17:41:59 +02:00
Johannes Rieken aedd8038a2
suppress warnings from codeql (#185348)
https://github.com/microsoft/vscode-internalbacklog/issues/4378#issuecomment-1594839449
2023-06-16 17:28:23 +02:00
Ladislau Szomoru 4a395962a6
GitHub - basic handling of push errors due to GHAS push protection (#185344) 2023-06-16 17:10:57 +02:00
Daniel Imms bcd19281bb
Suppress UI label-related codeql report 2023-06-16 08:01:58 -07:00
Henning Dieterichs 3b2671fe9b
Fixes bug when innerChanges is not defined. (#185340) 2023-06-16 16:56:31 +02:00
Johannes Rieken 72e2af69c9
joh/high loon (#185337)
* allow session creation to be cancelled

* define background colors, make sure to reshow after session is ready, reset selection style on hide
2023-06-16 16:45:44 +02:00
Johannes Rieken e4324a5cb6
chore - StopWatch sugar, make high-res the default, use globalThis, faster _now function (#185330)
* chore - StopWatch sugar, make high-res the default, use `globalThis`, faster `_now` function

* d'oh

* make layerscheck happy
2023-06-16 16:34:52 +02:00
Henning Dieterichs e44d44a55e
Merge pull request #185215 from yshaojun/fix/184108
fix: inline completion not displaying(#184108)
2023-06-16 16:33:28 +02:00
Joyce Er 26a530f8b4
Implement GlyphMarginWidgets (#184375)
* Implement GlyphMarginWidgets

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2023-06-16 15:18:46 +02:00
Alexandru Dima 19b9e08dae
Pick distinct names for suites (#185332) 2023-06-16 15:15:05 +02:00
Robo 10cf7f040a
chore: add distro info to telemetry on linux (#185261) 2023-06-16 14:55:59 +02:00
Johannes Rieken e2470cf410
tweak resolve info so that we know if resolve was needed and if it already finished, also make telemetry gate more fair (#185327)
* tweak resolve info so that we know if resolve was needed and if it already finished, also make telemetry gate more fair

* also log the resolve duration
2023-06-16 14:36:10 +02:00
Johannes Rieken dedbfed269
fix build (#185325) 2023-06-16 13:57:14 +02:00
Johannes Rieken 7322bbd289
update whole range visual decoration after changes are applied (#185315)
* update whole range visual decoration after changes are applied

* fix tests
2023-06-16 13:18:15 +02:00
Johannes 6cf7b9d8cd
for embedded diff editors link word highlighters 2023-06-16 12:32:29 +02:00
Aiday Marlen Kyzy 977b6a17f2
Merge pull request #185241 from microsoft/aiday/changingTheInlineChatBackgroundColor
Making zone widget background same as selection if inside of the selection
2023-06-16 11:38:03 +02:00
Johannes Rieken 61ba389b0a
use default btn styles only on opt-in (#185313) 2023-06-16 11:07:57 +02:00