Commit Graph

109219 Commits

Author SHA1 Message Date
Connor Peet 8fb20bec0b testing: add context keys for testing/item/context contribution (#182529)
For https://github.com/microsoft/vscode-python/issues/21238#issuecomment-1548226209
2023-05-23 12:35:24 -07:00
David Dossett a90d8d7b7e Add gap to chat response rating buttons (#183256) 2023-05-23 12:35:03 -07:00
David Dossett 2dab8e33c6 Add border radius to monaco-hover (#183254)
* Add border radius to monaco-hover

* Add to remaining hovers
2023-05-23 21:06:12 +02:00
Kartik Raj 046a314621 Merge pull request #182914 from microsoft/kartik/terminalupdates
Correctly show descriptions for each scope
2023-05-23 11:34:03 -07:00
David Dossett 75b90a6c15 Give chat send icon button some breathing room (#183250)
* Add more breathing room to chat input send icon button

* Update position
2023-05-23 20:23:13 +02:00
Daniel Imms 1a6ca93ee4 Merge pull request #183090 from jeanp413/fix-183087
Fix cannot hide terminal find widget when pressing `esc`
2023-05-23 11:15:08 -07:00
Benjamin Pasero 6fb9b055e7 WorkbenchContextKeysHandler accesses hasCapability on undefined (fix #183226) (#183248) 2023-05-23 20:11:34 +02:00
Daniel Imms 7e41715e1d Merge pull request #183217 from microsoft/tyriar/xterm_230523
xterm@5.2.0-beta.49
2023-05-23 11:05:53 -07:00
Daniel Imms da1049ec76 Merge pull request #183214 from microsoft/tyriar/embedder_api
Add embedder API for creating simple readonly terminals
2023-05-23 11:03:45 -07:00
Connor Peet fe14808460 testing: fix filter button position
Updated right margin of test filter
2023-05-23 11:02:11 -07:00
Kartik Raj d3ffc565ea Correctly show descriptions for each scope 2023-05-23 17:38:56 +00:00
Megan Rogge c9bce57328 Merge pull request #182884 from microsoft/merogge/task-close
finalize `TaskPresentationOptions.close`
2023-05-23 12:09:45 -05:00
Daniel Imms f043f49fc5 Merge pull request #182883 from microsoft/tyriar/179476
EnvironmentVariableMutatorOptions API proposal
2023-05-23 09:33:00 -07:00
Daniel Imms 438eb68ef6 Actually fix the tests, options is an empty object not undefined 2023-05-23 09:02:42 -07:00
Johannes Rieken b7e813f22f only allow resolveCompletionItem to change documentation, detail, and additionalTextEdits (#183224)
https://github.com/microsoft/vscode/issues/183092#issuecomment-1559125716
2023-05-23 08:44:50 -07:00
Sandeep Somavarapu 23188a46b6 fix #180893 (#183221) 2023-05-23 08:44:21 -07:00
Sandeep Somavarapu 84495ce5dc Merge pull request #182635 from Juneezee/refactor/includes
refactor(userDataSync): replace `indexOf` with `includes`
2023-05-23 17:41:05 +02:00
Megan Rogge 4847f3211a Merge pull request #183220 from microsoft/merogge/ext-rate
round ext rating to 2 decimal places
2023-05-23 10:40:37 -05:00
Johannes Rieken b8559c13a3 upon create send over the list of existing status bar items and their props (#183219)
https://github.com/microsoft/vscode/issues/167874
2023-05-23 15:40:14 +00:00
Johannes Rieken 545faa5c5c relayout widget when menubars change (#183209)
* relayout widget when menubars change

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

* remove console.log
2023-05-23 15:36:39 +00:00
Daniel Imms 27293f19d2 Fix env var collection api tests 2023-05-23 08:34:06 -07:00
Jacek Kopecký fc063a533a fixed tab sizing: restore tab widths when the last tab is closed (#183188)
* restore tab widths when the last tab is closed

* Remove unused editor index

Nothing was using the index and beforeCloseEditor could
never get anything but undefined anyway.

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-05-23 15:17:51 +00:00
Aiday Marlen Kyzy eebf2352fa Merge pull request #183124 from microsoft/aiday/interactiveEditorIssue4164
Fixing the incorrect pointing of the collapse/expand arrows
2023-05-23 17:17:02 +02:00
Daniel Imms 8b079fafea Remove unwanted log 2023-05-23 07:38:47 -07:00
Matt Bierner 5d9a937187 Try to position code action widget from markers view better (#182707)
#141958 added a `height` parameter to the anchor. I believe this is causing the code action widget to be pushed too far down the screen since we were also manually adding the`height` to compute the `y` value

By removing this, the code action widget should show closer to the mouse position
2023-05-23 16:15:47 +02:00
meganrogge 43cf22b41a round ext rating to 2 decimal places 2023-05-23 09:07:43 -05:00
Benjamin Pasero b94f299fb3 eng - add a way to easily ask users for confirmation (#183205) 2023-05-23 06:56:43 -07:00
Daniel Imms 35bdb61be5 Add mutator options to some tests 2023-05-23 06:47:21 -07:00
Daniel Imms 2fe1a30dad Fix test failures 2023-05-23 06:42:46 -07:00
Daniel Imms 16533f55e6 Merge branch 'main' into tyriar/179476 2023-05-23 06:31:15 -07:00
Daniel Imms 81d508ef30 xterm@5.2.0-beta.49
Fixes #161316
Fixes #181242
2023-05-23 06:29:44 -07:00
Daniel Imms b932def314 Remove logs 2023-05-23 06:21:40 -07:00
Daniel Imms 3634912e8e Prefer import type in web.api 2023-05-23 06:20:43 -07:00
Daniel Imms 9d557663d4 Add embedder API for creating simple readonly terminals 2023-05-23 06:07:11 -07:00
Aiday Marlen Kyzy e3074e49e0 refactoring 2023-05-23 14:13:38 +02:00
Henning Dieterichs 36b7d5beb3 Fixes #182329 (#183206) 2023-05-23 14:11:36 +02:00
Henning Dieterichs 7515bfdc7e Fixes observable implementation bug. (#183202) 2023-05-23 13:58:05 +02:00
Alex Ross 9cf00f5cd8 Update cgmanifest for php grammar (#183190) 2023-05-23 13:52:42 +02:00
Henning Dieterichs d9956d81a3 Don't throw when invariant breaks (#182331) 2023-05-23 13:32:05 +02:00
Joshua Hunt 46c5512909 Merge branch 'microsoft:main' into dev/fix-test-exporer-filter-ui-margin 2023-05-23 09:30:35 +01:00
Aiday Marlen Kyzy 0a02b55975 Merge branch 'main' into aiday/interactiveEditorIssue4164 2023-05-23 09:51:21 +02:00
Aiday Marlen Kyzy 5a53f66c9f cleaning the code 2023-05-23 09:50:17 +02:00
Aiday Marlen Kyzy e7229101ba cleaning the code 2023-05-23 09:50:13 +02:00
Aiday Marlen Kyzy adc156661a Revert "testing other implementation?"
This reverts commit e8012a9a3e.
2023-05-23 09:39:30 +02:00
Rob Lourens 91070deb06 Chat codeblock improvements (#183173) 2023-05-22 18:04:55 -07:00
Rob Lourens 7bbede29b7 Remove broken cmd+K clear keybinding (#183167) 2023-05-22 17:34:56 -07:00
Rob Lourens 8cf7172a54 Get rid of chat history setting (#183166) 2023-05-23 01:01:10 +02:00
Rob Lourens fb46eb97a3 Temp disable new proposed api check. (#183165)
If this went out before the copilot chat extension update went out, it would break the extension
2023-05-23 00:56:30 +02:00
Megan Rogge 41766c0c7a Merge pull request #183150 from microsoft/merogge/chat-toolbar
always render toolbar when in screen reader mode
2023-05-22 17:44:06 -05:00
Joyce Er bc1090cc10 Initial share provider API and UI (#182999)
* Formalize share provider API

* i18n.resources.json

* Don't introduce a generic Success dialog severity
2023-05-22 15:32:43 -07:00