Commit graph

115333 commits

Author SHA1 Message Date
Daniel Imms 1532b5aebd
Add xterm scope to moore places 2023-11-02 06:34:09 -07:00
Daniel Imms 3a351bdc29
Move to xterm scoped image addon 2023-11-01 14:47:59 -07:00
Daniel Imms 160d8bd150
Fix module path mapping 2023-11-01 13:03:47 -07:00
Daniel Imms 9d1bc6ae59
Move to scoped xterm.js packages
xterm-addon-image is excluded currently as there are some publishing
issues.

See xtermjs/xterm.js#4859
2023-11-01 12:15:41 -07:00
Andrea Mah 99f3094224
Opening quick text search in a diff editor doesn't put selected text in input (#197096)
Fixes #194675
2023-10-31 20:10:03 +01:00
Daniel Imms fb1c770dc5
Merge pull request #173368 from rehmsen/terminal_welcome_view_switch
Layout when switching from welcome to terminal.
2023-10-31 11:51:37 -07:00
Andrea Mah 6384066be7
adopt ensureNoDisposablesAreLeakedInTestSuite in search (#197014)
* adopt ensureNoDisposablesAreLeakedInTestSuite in search

* linux tests
2023-10-31 18:39:03 +01:00
Daniel Imms 13df0753e3
Fix compile 2023-10-31 10:13:31 -07:00
Andrea Mah 96d48e8481
Duplicate Lines In Search Editor (#197038)
Fixes #192113
2023-10-31 08:58:36 -07:00
Sandeep Somavarapu 9732347d2c
Merge pull request #197070 from microsoft/sandy081/floating-debug-toolbar
Support debug tool bar float on custom title bar
2023-10-31 16:54:54 +01:00
Sandeep Somavarapu 14d7452f0c
feedback 2023-10-31 16:29:43 +01:00
Daniel Imms 14849e4a53
Merge pull request #197073 from microsoft/tyriar/197071
Fix localization issues in terminal find and history hint
2023-10-31 08:21:51 -07:00
Daniel Imms e6040ba4b8
Merge pull request #197075 from microsoft/tyriar/xterm_231031
Update xterm.js
2023-10-31 08:18:02 -07:00
Daniel Imms 5f7ea174d6
Add _ prefix 2023-10-31 08:07:02 -07:00
Daniel Imms b40adad43c
Merge branch 'main' into terminal_welcome_view_switch 2023-10-31 07:49:36 -07:00
Daniel Imms 0a06579a7f
Update xterm.js
Fixes #151181
2023-10-31 07:39:09 -07:00
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 Imms db2c8785d4
Merge pull request #197069 from microsoft/tyriar/devmode_font
Set font for terminal dev mode
2023-10-31 06:44:32 -07:00
Daniel Imms 9ed9400671
Set font for terminal dev mode 2023-10-31 06:28:38 -07:00
Sandeep Somavarapu f8f9f06401
whenWorkbenchRestored was not implemented in the driver in previous releases (#197068) 2023-10-31 13:43:02 +01:00
Benjamin Simmonds 8a2bfc6384
Allow breadcrumbs with no tab bar (#197061) 2023-10-31 12:12:29 +01:00
Sandeep Somavarapu 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
Benjamin Simmonds 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 Pasero 8e991e784c
Aux window: Enable screencast mode support (fix #196087) (#197047) 2023-10-31 09:10:23 +01:00
n-gist 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 Kirschner 841dc70e4a
Merge pull request #197036 from microsoft/digitarald/slow-fox
Remove unnecessary watermark definition
2023-10-31 01:08:31 -07:00
Sandeep Somavarapu 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
Matt Bierner 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 Mah 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 Lourens 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
Benjamin Pasero 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 Imms 6b283c0553
Merge pull request #197026 from microsoft/tyriar/197024
Enable TextAreaSyncAddon when in devMode
2023-10-30 13:49:03 -07:00
Daniel Imms 9795b10a26
Merge pull request #197025 from microsoft/tyriar/196758
Fix textarea sync edge cases
2023-10-30 13:34:41 -07: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 Mah d0cdbac820
Quick search should select the term when it's auto filled (#197020)
Fixes #195180
2023-10-30 20:20:30 +01:00
Daniel Imms 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
Andrew Branch 82ece597ee
Add setting for preferring type-only imports (#196123) 2023-10-30 18:14:58 +00:00
Megan Rogge 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 Bierner b93c7bcfa6
Pick up latest TS for building VS Code (#197005) 2023-10-30 10:19:33 -07:00
Megan Rogge 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 Imms 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 Zhao 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