Commit Graph
111205 Commits
Author SHA1 Message Date
Daniel Imms eaabdddee2 Merge pull request #187870 from microsoft/tyriar/187772
Always create terminal on empty terminal view show
2023-07-13 14:43:36 -07:00
Daniel Imms 7b17343101 Always create terminal on empty terminal view show
Part of #187772
2023-07-13 12:46:42 -07:00
Daniel Imms 49cbe8c1c5 Merge pull request #187787 from jeanp413/fix-terminal-find-action-shorcut
Fix missing terminal find widget shorcuts in tooltip
2023-07-13 12:20:28 -07:00
Sandeep Somavarapu 092a43cfaa Merge profile name and configuration pickers (#187862) 2023-07-13 10:54:37 -07:00
Tyler James Leonhardt c9d8ab642c Add two alternative UX's for the Quick Question experience (#187780)
* Add two alternative UX's for the Quick Question experience

Main changes:
* Changes to the chat to have an alterative rendering of the input on the top... needs polish but decent for now
* The inclusion of a setting to choose which mode you would like to use for the UX
* 2 new modes: `InputOnBottomChat` and `InputOnTopChat` which do what you expect.

* Move where the enum is to hopefully fix tests
2023-07-13 19:14:05 +02:00
Joyce Er 7123ddb559 Merge pull request #187860 from microsoft/dev/joyceerhl/accurate-vicuna
Refactor: share code for chat slash command blocks
2023-07-13 10:13:26 -07:00
Sandeep Somavarapu fe22b24f8e finetune message and fix quickpick styling (#187855)
* finetune message and fix quickpick styling

* update desc
2023-07-13 09:52:45 -07:00
Megan Rogge 62fb5545cb Merge pull request #187759 from microsoft/merogge/focus-last
focus last if input box is focused
2023-07-13 09:42:42 -07:00
Joyce Er 6821322421 Share code for chat slash command blocks 2023-07-13 09:31:16 -07:00
Logan Ramos 634a9ce37b Dispose of test instantiation service (#187848)
* Dispose of test instantiation service

* Feedback
2023-07-13 17:56:49 +02:00
meganrogge d7bdb0a08a clean up 2023-07-13 08:55:59 -07:00
Megan Rogge 4301e889f1 Merge pull request #186930 from microsoft/merogge/buffer-defer
defer buffer creation
2023-07-13 08:48:37 -07:00
Daniel Imms f102dfa444 Merge pull request #187781 from jeanp413/fix-186781
Fix can't use cmd+up/down in terminal after closing find widget
2023-07-13 08:22:25 -07:00
meganrogge ae5d6a8663 use widget that we have already 2023-07-13 08:21:03 -07:00
Megan Rogge 1e2f0c3142 Merge pull request #187739 from microsoft/merogge/fix-status
announce ghost text to screen reader users in inline chat
2023-07-13 08:18:03 -07:00
Connor Peet 22bb4b95cc build: exclude the cli third party notices from hygenie (#187843)
This might get moved later on, but for now exclude them
2023-07-13 16:50:43 +02:00
Sandeep Somavarapu 7a2d479ab9 implement feedback (#187841) 2023-07-13 16:21:53 +02:00
Johannes Rieken 5284fb5840 make live preview always show a side-by-side diff (#187840) 2023-07-13 16:18:33 +02:00
Henning Dieterichs 201401dc6d Sends telemetry when a line is slow to tokenize. (#187835)
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4454
2023-07-13 16:08:48 +02:00
João Moreno b92a1b8e74 Do not show "Show Update Release Notes" for recovery releases (#187838)
fixes #187828
2023-07-13 16:04:45 +02:00
Johannes Rieken 034fd05183 inline chat - workaround not being able to hide all lines of an editor (#187836) 2023-07-13 16:00:16 +02:00
João Moreno d40162dd41 update distro (#187830) 2023-07-13 15:36:14 +02:00
Joyce Er 930a745d60 Improve slash command rendering in inline chat (#187769)
* Render inline chat slash commands as blocks

* Allow backspace to delete slash command block

* Remove unnecessary template string literal
2023-07-13 15:18:12 +02:00
Henning Dieterichs 8e7d6f87e7 Merge pull request #187810 from microsoft/hediet/b/unaware-leech
Fixes #162450 -  Support Inner Diff Line Alignment
2023-07-13 14:17:10 +02:00
Alex Ross ca6ebd67d1 Update shellscript grammar (#187811) 2023-07-13 14:09:30 +02:00
Sandeep Somavarapu 429d6d203a remove the extension action to apply in all profiles #157492 (#187815) 2023-07-13 14:09:05 +02:00
Sandeep Somavarapu 7895f9bc23 revert the feature (#187816)
#176813 revert the feature
2023-07-13 14:08:47 +02:00
Alex Ross fe0645573d Comments widget input box indistinguishable from rest of comments widget when it has content (#187819)
Fixes #187745
2023-07-13 14:08:06 +02:00
Aiday Marlen Kyzy c719be703c Merge pull request #187580 from microsoft/aiday/colorPickerPresentationOverlap
Placing the color representation to the right of the codicon in the color picker
2023-07-13 12:47:35 +02:00
Aiday Marlen Kyzy f73d83fc52 adding changes from review 2023-07-13 12:30:58 +02:00
Henning Dieterichs c8fe3e58a9 Fixes #162450 - Support Inner Diff Line Alignment 2023-07-13 11:28:25 +02:00
jeanp413 6b3e4d31db Show terminal find input action shorcuts in label 2023-07-12 21:05:10 -05:00
jeanp413 5f8f10b511 Fix #186781 2023-07-12 19:53:36 -05:00
Joyce Er 2f1013a310 Render slash commands as blocks (#187620) 2023-07-12 17:00:32 -07:00
Raymond Zhao 3ffd570e52 Exclude node_modules from CodeQL (#187773)
Exclude node_modules
2023-07-13 01:41:30 +02:00
Sandeep Somavarapu 3881831877 Apply extension to all profiles (#187767)
Apply extension to all profiles #157492
2023-07-12 16:20:50 -07:00
Megan Rogge 4bacd64925 Merge pull request #187762 from microsoft/merogge/acc-buffer-bindings
use diff't keybinding for navigating commands in the accessible buffer for mac when in screen reader mode
2023-07-12 16:19:36 -07:00
Sandeep Somavarapu 5b9cf3d53b Fix #176813 (#187750)
* Fix #176813

* fix tests

* fix tests

* address feedback
2023-07-12 15:40:53 -07:00
meganrogge 6809b95ed0 better approach 2023-07-12 14:32:17 -07:00
Joyce Er 4529b4af39 Fix Cloud Changes enablement placeholder (#187761) 2023-07-12 23:29:31 +02:00
Anthony Stewart ae0d63d5a1 Increate the max width of action widgets to 80% of the browser width (#186157) 2023-07-12 21:28:09 +00:00
Raymond Zhao 600b5192e8 Render the tree once rather than once per key (#187742) 2023-07-12 14:28:05 -07:00
meganrogge 6e0d58ef7e fix #186678 2023-07-12 14:17:40 -07:00
Matt Bierner a4fde6f2eb Add more specific error for TS web server (#187752)
This should help us better understand why the access failed
2023-07-12 14:09:01 -07:00
meganrogge 8303f042cd focus last if input box is focused 2023-07-12 13:56:17 -07:00
Megan Rogge 14b9b06a74 Merge pull request #187757 from microsoft/merogge/acc-style
align accessible view top with that of quickpick
2023-07-12 13:55:33 -07:00
Matt Bierner e0e8ca87f3 Pick up latest TS for building VS code (#187751) 2023-07-12 13:51:53 -07:00
meganrogge cfaa152f70 fix #187753 2023-07-12 13:40:09 -07:00
João Moreno 9bca8bebfc switch update/release notes actions (#187740) 2023-07-12 21:15:48 +02:00
meganrogge 588b36f058 make changes 2023-07-12 12:00:29 -07:00