Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 08f6a25478 add tasks 2023-12-04 14:36:39 -06:00
meganrogge bce2ab95d8 add to grooming labels 2023-12-04 14:34:15 -06:00
Connor PeetandGitHub 81ea8669f2 eng: support runGlob in browser unit tests (#199979)
Fixes #183507
2023-12-04 12:14:25 -08:00
Megan RoggeandGitHub e575f28d21 Merge pull request #199978 from microsoft/merogge/focus-hover
only apply accessible view hint to hover when it is focused, not shown
2023-12-04 14:01:27 -06:00
meganrogge 3c6b75d54b fix #199959 2023-12-04 13:45:14 -06:00
Aaron MungerandGitHub 397bf0fd1c remove theme participant (#199975) 2023-12-04 11:07:16 -08:00
7bc7686565 aux window: add barrier waiting for styles to load (#199882)
* wip

* aux window: add barrier waiting for styles to load

The debug toolbar needs to compute its size and positioning, which without this fails if executed in onDidChangeActiveContainer. The result of these changes is a new property on the ILayoutService.

* address comments

* address comments

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-12-04 19:33:03 +01:00
Aiday Marlen Kyzy 054898d8dd polishing the code 2023-12-04 18:22:18 +01:00
Aiday Marlen Kyzy c8175b5198 setting the configuration change listener 2023-12-04 18:19:03 +01:00
Aiday Marlen Kyzy 705d1e324e extract the logic about whether to show the code action 2023-12-04 18:11:09 +01:00
Johannes RiekenandGitHub 23f27634a4 fix https://github.com/microsoft/vscode/issues/188441 (#199967) 2023-12-04 09:06:27 -08:00
Matt BiernerandGitHub c7a0dee66f Add issue grooming notebook (#199966) 2023-12-04 17:56:05 +01:00
Aiday Marlen Kyzy ca10111d83 adding change from review 2023-12-04 17:30:04 +01:00
3ff7d4545b Update cli/src/commands/args.rs
Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2023-12-04 08:12:05 -08:00
Johannes RiekenandGitHub 97082b0ca5 warn/report invalid code lenses but don't surface them in the UI (#199962)
re https://github.com/microsoft/vscode/issues/197643
2023-12-04 16:45:25 +01:00
Johannes RiekenandGitHub d5fe76749a fix https://github.com/microsoft/vscode/issues/177059 (#199952) 2023-12-04 15:01:57 +01:00
Simon SiefkeandGitHub 38347ca237 fix: memory leak in color picker widget (#199815) 2023-12-04 15:00:02 +01:00
Johannes RiekenandGitHub 56934582c3 fix https://github.com/microsoft/vscode/issues/173431 (#199951) 2023-12-04 14:48:29 +01:00
Ulugbek AbdullaevandGitHub 3786cdcf9e meta: settings.json: wrap lines for github-issues notebooks (#199950) 2023-12-04 14:41:17 +01:00
Benjamin PaseroandGitHub 7e67ab1991 aux window - allow AUX_WINDOW_GROUP in openEditor(s) to open in new window (#199945) 2023-12-04 14:13:37 +01:00
Aiday Marlen Kyzy 32061410ab boolean showAiIcon 2023-12-04 12:41:23 +01:00
Aiday Marlen Kyzy fe7b080ab8 Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-04 12:38:13 +01:00
Johannes RiekenandGitHub dc732fc25e fix https://github.com/microsoft/vscode/issues/170041 (#199942) 2023-12-04 12:33:55 +01:00
Aiday Marlen Kyzy 8fe85d5d47 adding empty space 2023-12-04 12:30:12 +01:00
Aiday Marlen Kyzy 3fa07c69bc checking that values include input.enabled 2023-12-04 12:26:29 +01:00
Johannes RiekenandGitHub 6ff96367c0 Merge pull request #195409 from RobbyCBennett/main
make gotoErrorWidget styling of relatedInformation more consistent with that of markerHoverParticipant
2023-12-04 12:18:25 +01:00
Johannes RiekenandGitHub 0feb1e20dd Merge branch 'main' into main 2023-12-04 11:25:23 +01:00
Benjamin PaseroandGitHub b04250d322 output - allow to open any file backed channel as editor (#199850)
* output - allow to open any file backed channel as editor

* address feedback
2023-12-04 11:19:57 +01:00
João MorenoandGitHub 8610f916a4 improve async data tree default collapsed state computation (#199899)
* improve async data tree default collapsed state computation

fixes #199441

* unset forceExpanded flag
2023-12-04 11:12:50 +01:00
Alexandru DimaandGitHub 4276925e10 Schedule animation frame runners in each editor's window (#199933)
Schedule animation frame runners in each editor's window (fixes #199868)
2023-12-04 10:29:34 +01:00
Johannes RiekenandGitHub 86f1cc0eaf update feature-labels list (#199930) 2023-12-04 09:55:44 +01:00
Benjamin PaseroandGitHub 07eba0ac37 Aux window: show screen reader status entry everywhere (fix #199428) (#199920)
* Aux window: show screen reader status entry everywhere (fix #199428)

* .
2023-12-04 09:49:08 +01:00
Sandeep SomavarapuandGitHub 784bd835de Merge pull request #199902 from sandy081/sandy081/developing-swordfish
change log level format in argv file
2023-12-04 09:45:04 +01:00
Aiday Marlen KyzyandGitHub 83722efcc0 Do not show when sparkle icon when showAiIconMode is Off (#199642)
* using the setting in order to control if the AI icon is shown

* add a method to clear the classes before an early return is done

* reverting the code and placing the check inside of the _update method
2023-12-04 09:35:45 +01:00
Benjamin PaseroandGitHub a46fe7114a aux window - introduce and adopt methods to check on active and focused elements (#199897)
* aux window - introduce and adopt methods to check on active and focused elements

* simplify

* .

* .

* .

* .
2023-12-04 09:13:42 +01:00
Rob LourensandGitHub ada980d563 Merge interactiveUserActions proposal into chatAgents2Additions, and get rid of the old global event (#199916)
Towards #197687
2023-12-04 05:58:17 +01:00
Rob LourensandGitHub f0d15e2878 Let the chat open action take isPartialQuery to set text in the chat input (#199913) 2023-12-03 17:54:32 -08:00
Rob LourensandGitHub ef7a4529be Fix chat history not being deduped (#199915)
Fix #199719
2023-12-04 01:45:18 +01:00
Rob LourensandGitHub 34d475b9c9 Fix cmd+up/down in chat input to match my expectations (#199912) 2023-12-04 11:38:02 +11:00
Rob LourensandGitHub 967abeaacb Fix error message: "Cannot read properties of undefined (reading 'chatDynamicVariableModel')" (#199909)
Fix #199818
2023-12-03 23:56:17 +01:00
Sandeep Somavarapu dd998e0294 change log level format 2023-12-03 21:30:33 +01:00
samhanic 0148753af2 add updateExtensions option to cli 2023-12-03 15:58:37 +01:00
samhanic 74c419b5bd add cli update-extensions prototype 2023-12-03 14:25:40 +01:00
Ladislau SzomoruandGitHub 4b9608ccce SCM - SCMInputWidget toolbar 💄 (#199885) 2023-12-03 10:56:35 +01:00
Benjamin PaseroandGitHub 21048de4d6 eng - fix hygiene (#199883) 2023-12-03 08:30:02 +01:00
Daniel ImmsandGitHub d3799912b7 Merge pull request #199821 from cpendery/build/enable-suggestions
build: enable suggestions when 'shellIntegration.suggestEnabled' is true
2023-12-02 18:59:34 -08:00
RoboandGitHub ef804e738b chore: update electron@25.9.7 (#199854)
* chore: update electron@25.9.7

* chore: bump distro
2023-12-02 08:17:36 -07:00
Benjamin PaseroandGitHub f48cf5f196 aux window - patch HTMLElement.focus() to focus owning window (#199837)
* aux window - patch `HTMLElement.focus()` to focus owning window

* fix tests
2023-12-02 14:31:26 +01:00
Benjamin PaseroandGitHub 8c24af1bf4 aux window - track input focus properly (#199729) (#199839) 2023-12-02 08:26:08 +01:00
Benjamin PaseroandGitHub 0a13aeb3f4 aux window - fix web (#199836) (#199838) 2023-12-02 08:25:30 +01:00