Commit Graph
124157 Commits
Author SHA1 Message Date
Daniel Imms 6b5f845066 Improve translatable strings in history hint
Fixes #197071
2023-10-31 07:23:46 -07:00
Daniel Imms c953142b5b Remove simple find width history placeholder
The history hint causes it to double up.

Part of #197071
2023-10-31 07:23:10 -07:00
Daniel ImmsandGitHub db2c8785d4 Merge pull request #197069 from microsoft/tyriar/devmode_font
Set font for terminal dev mode
2023-10-31 06:44:32 -07:00
BeniBenj 44b0197182 showEditorActionsInTitleBar setting to enum 2023-10-31 14:29:50 +01:00
Daniel Imms 9ed9400671 Set font for terminal dev mode 2023-10-31 06:28:38 -07:00
Sandeep SomavarapuandGitHub f8f9f06401 whenWorkbenchRestored was not implemented in the driver in previous releases (#197068) 2023-10-31 13:43:02 +01:00
BeniBenj bcc5d53c78 remove already handled context keys 2023-10-31 12:53:55 +01:00
BeniBenj 97b5949807 Add IToolbarActions interface to editor.ts and
getEditorActions returns event
2023-10-31 12:43:33 +01:00
Benjamin SimmondsandGitHub 8a2bfc6384 Allow breadcrumbs with no tab bar (#197061) 2023-10-31 12:12:29 +01:00
Sandeep SomavarapuandGitHub 519c8072f3 poll to wait for workbench to be restored (#197059) 2023-10-31 11:23:50 +01:00
Sandeep Somavarapu 491c1f17c0 Fix drag handle coordinates in debugToolBar 2023-10-31 10:32:12 +01:00
7df50fe380 Scoped context keys for editor part (#197010)
* scoped context key service for editor part

* Refactor editor part context keys

* Remove conext keys changes for none maximize

* safer access to potential `undefined` context keys

* Fix MockScopableContextKeyService

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-10-31 09:53:15 +01:00
Benjamin PaseroandGitHub 8e991e784c Aux window: Enable screencast mode support (fix #196087) (#197047) 2023-10-31 09:10:23 +01:00
5240f7230a Add pinned tab button (icon) control setting (#196896)
* add pinned tab button (icon) control setting - workbench.editor.pinnedTabButton

* Update editor tab unpin action

* Update editor tab action buttons location and visibility settings mechanics

* Mount tab action button visibility into intermediate TabAction class

* Refactor editor tab actions and settings

---------

Co-authored-by: BeniBenj <besimmonds@microsoft.com>
2023-10-31 08:09:53 +00:00
Harald KirschnerandGitHub 841dc70e4a Merge pull request #197036 from microsoft/digitarald/slow-fox
Remove unnecessary watermark definition
2023-10-31 01:08:31 -07:00
Sandeep SomavarapuandGitHub bee0ea18bd Move wait for workbench restoration to Application (#197053)
#195850: Move wait for workbench restoration to
Application#checkWindowReady
2023-10-31 09:00:40 +01:00
Sandeep Somavarapu f5e777073e support debug toolbar on title bar 2023-10-31 08:14:29 +01:00
Andrew MaustandGitHub aacf2cf54a Merge branch 'main' into verified-domain-tooltip 2023-10-30 19:51:04 -04:00
Andrew Maust 8731f22d1a Adds "verified domain" identifier to url tooltip 2023-10-30 19:46:34 -04:00
Matt BiernerandGitHub 0279c52a02 Switch back to node as default for moduleResolution (#197031)
Fixes #196554

Looks like bundler breaks `require()` intellisense
2023-10-31 00:40:44 +01:00
Harald Kirschner 51528d8faa Remove unnecessary watermark definition 2023-10-30 16:34:40 -07:00
Andrea MahandGitHub c1ec0edf78 Removing the space after % for quick text search (#197028)
Quick Search - consider removing the space after `%` for text search
Fixes #191503
2023-10-30 15:55:57 -07:00
Rob LourensandGitHub 602125c14a Port candidate fixes to main (#197027)
* Don't show "ask a question" while chat provider is activating
Fix microsoft/vscode-copilot#2506

* Fix chat agent codicon avatar color
Override aggressive list codicon styles
#196870

* Remove "Ask a question" text while extension is loading
Better fix for microsoft/vscode-copilot#2506
2023-10-30 15:42:35 -07:00
Megan Rogge 23f4cdd00b use custom prompt regex 2023-10-30 15:31:20 -07:00
Benjamin PaseroandGitHub 85f0a2e10a Clear Recently Opened function doesn't display pop-up prompt when no windows are open - macOS (fix #196971) (#197015) 2023-10-30 14:52:21 -07:00
Daniel ImmsandGitHub 6b283c0553 Merge pull request #197026 from microsoft/tyriar/197024
Enable TextAreaSyncAddon when in devMode
2023-10-30 13:49:03 -07:00
Daniel ImmsandGitHub 9795b10a26 Merge pull request #197025 from microsoft/tyriar/196758
Fix textarea sync edge cases
2023-10-30 13:34:41 -07:00
Sandeep Somavarapu 32f0bc498b sticky hover 2023-10-30 21:19:15 +01:00
Daniel Imms 8ace0045b0 Enable TextAreaSyncAddon when in devMode
Fixes #197024
2023-10-30 12:56:34 -07:00
Daniel Imms a805b109d2 Fix textarea sync edge cases
- PowerShell is now handled with a specific regex which has an optional
  space at the end, if matched a space will be added to the end. This is
  needed because conpty may not 'render' the final space in the prompt.
- Return true in _cursorOnNextLine check if there is a single command as
  this means it's the first command, so any match should be correct.
- Increase polling to 1000ms (50x20ms) as it was being hit on my machine.

Fixes #196758
2023-10-30 12:52:15 -07:00
Andrea MahandGitHub d0cdbac820 Quick search should select the term when it's auto filled (#197020)
Fixes #195180
2023-10-30 20:20:30 +01:00
Daniel ImmsandGitHub d95f7c9743 Merge pull request #197018 from microsoft/tyriar/190503_2
Add last instances of test leak check
2023-10-30 12:12:23 -07:00
Daniel Imms 04d75b3f19 Add last instances of test leak check
Part of #190503
2023-10-30 11:57:18 -07:00
Benjamin PaseroandGitHub b7e5b09166 Merge branch 'main' into benibenj/hideTabsActionBar 2023-10-30 19:28:32 +01:00
Andrew BranchandGitHub 82ece597ee Add setting for preferring type-only imports (#196123) 2023-10-30 18:14:58 +00:00
Megan RoggeandGitHub 8905246ad4 Merge pull request #197008 from microsoft/merogge/acc-view-swap
Accessible Buffer -> Accessible Terminal View
2023-10-30 11:06:53 -07:00
Matt BiernerandGitHub b93c7bcfa6 Pick up latest TS for building VS Code (#197005) 2023-10-30 10:19:33 -07:00
Megan RoggeandGitHub 32eb05bb64 Merge pull request #197006 from microsoft/merogge/session
manage chat accessibility response/requests per session
2023-10-30 10:11:08 -07:00
meganrogge a718de5108 fix #195403 2023-10-30 10:07:34 -07:00
Daniel ImmsandGitHub 656a1410e6 Merge pull request #197002 from microsoft/tyriar/196953
Log an error instead of throwing for issues with quick fixes
2023-10-30 10:05:50 -07:00
Raymond ZhaoandGitHub e9e1f8a132 Revert "Separate Settings editor open and search steps" (#196997)
Revert "Separate Settings editor open and search steps (#196866)"

This reverts commit 932e49579b.
2023-10-30 09:53:19 -07:00
meganrogge ebf007b1fc fix #196735 2023-10-30 09:43:39 -07:00
Daniel Imms 732d38b764 Log an error instead of throwing for issues with quick fixes
Fixes #196953
2023-10-30 09:38:58 -07:00
Daniel ImmsandGitHub 67b2b79aba Merge pull request #196996 from microsoft/tyriar/constenum
Prefer const enum over const
2023-10-30 09:31:09 -07:00
Daniel Imms 0f245df144 Prefer const enum over const
Follow up from #196498
2023-10-30 09:04:35 -07:00
Megan RoggeandGitHub 8964288d1d Merge pull request #196994 from microsoft/merogge/error-details
allow chat error details to be reviewed in accessible view
2023-10-30 09:02:54 -07:00
Daniel ImmsandGitHub 0a9c32d57a Merge pull request #196498 from ctel/ctel/196493
First attempt for fixing bug submitted in #196493
2023-10-30 09:01:17 -07:00
Daniel ImmsandGitHub 614d06322c Merge pull request #196853 from microsoft/tyriar/action_context
Pass terminal context to relevant actions
2023-10-30 08:59:21 -07:00
BeniBenj ac5be49293 Refactor keybinding lookup in TitlebarPart 2023-10-30 16:53:24 +01:00
meganrogge 629dd98e60 fix #196903 2023-10-30 08:47:05 -07:00