Commit Graph
112220 Commits
Author SHA1 Message Date
Megan RoggeandGitHub c19f62dbc1 Merge branch 'main' into merogge/xterm-acc 2023-08-14 08:16:55 -07:00
Daniel ImmsandGitHub 6565a8b7ca Merge pull request #190417 from microsoft/tyriar/xterm_230814
xterm@5.3.0-beta.39
2023-08-14 08:01:57 -07:00
Alex RossandGitHub 0ea34aed3c Capture the errors that tunnel providers throw (#190282)
and show those errors to the user if the port forward was user initiated.
2023-08-14 08:01:20 -07:00
Daniel ImmsandGitHub 62fcea09f5 Merge pull request #190192 from andyleejordan/andyleejordan/iswindows
Guard `$IsWindows`
2023-08-14 07:58:08 -07:00
Daniel ImmsandGitHub 35e0b75d32 Merge pull request #190351 from Timmmm/sail_lines
Support . as a row:column separator in terminal link detector
2023-08-14 07:57:31 -07:00
Daniel Imms 0c6b510904 xterm@5.3.0-beta.39
Fixes #190374
Fixes #190371
2023-08-14 07:37:54 -07:00
Henning DieterichsandHenning Dieterichs bda54250c8 Fixes #190413 2023-08-14 16:16:43 +02:00
Henning DieterichsandHenning Dieterichs 538698f1ac Fixes #188470 2023-08-14 15:28:49 +02:00
Daniel ImmsandGitHub bf5538618f Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1 2023-08-14 05:37:02 -07:00
Aiday Marlen KyzyandGitHub f7f8fea209 Merge pull request #187698 from microsoft/aiday/limitingWidthOfHover
Limiting the width of the content hover to the content inside
2023-08-14 14:28:14 +02:00
Henning DieterichsandHenning Dieterichs 11c5aa2370 Marks editor.experimental.asyncTokenizationVerification as experimental 2023-08-14 11:44:06 +02:00
Tim HuttandGitHub b7ebbb6990 Update dev container node version (#190346)
VSCode requires version Node version 18-20, however 20 doesn't work because it is incompatible with `eslint-plugin-jsdoc@39.3.2`.

Fixes #190331
2023-08-14 16:47:40 +09:00
Connor PeetandGitHub b6b13f9670 up distro (#190376) 2023-08-14 08:37:19 +02:00
Daniel Imms 945442130e Add more test cases for new row.col pattern 2023-08-13 10:55:46 -07:00
Tim Hutt a029c9576d Support . as a row:column separator in terminal link detector
The motivation here is the Sail language compiler which outputs errors conforming to the GNU style

https://www.gnu.org/prep/standards/html_node/Errors.html

I think they must be the only people in the world actually using the `line0.col0-line1.col1` format. I did have an attempt to capture the ending line/column but it is very difficult with regex, and not that useful anyway so I've opted for the simpler option of just ignoring the `-` part.
2023-08-13 10:37:50 +01:00
Connor PeetandGitHub 2d9cc42045 testing: menu contribution points around messages (#190298)
- Implements the proposal in #190277 by adding a `contextValue` to
  TestMessages added to test runs.
- Make the `FloatingClickMenu` reusable outside the editor, and uses
  it to implement a `testing/message/content` contribution point.

With this extensions can do things like:

![](https://memes.peet.io/img/23-08-68e2f9db-abc4-4717-9da6-698b002c481c.png)
2023-08-12 08:03:01 -07:00
David DossettandGitHub 1b8729178c Remove background color for chat requests (#190297)
Don't use background color for chat requests
2023-08-12 07:58:25 -07:00
David DossettandGitHub 9ce4b05916 Align input part content with list content (#190299)
* Remove border top from input

* Bring back border, adjust metrics

* Remove border top
2023-08-12 07:57:49 -07:00
Megan RoggeandGitHub fffa5874ce Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts 2023-08-11 15:08:27 -07:00
Megan RoggeandGitHub 436a8af787 Update src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts 2023-08-11 15:07:46 -07:00
meganrogge bb9d98b82e check if screen reader optimized, support for right prompts 2023-08-11 15:05:46 -07:00
Megan RoggeandGitHub 6cff4df147 Merge pull request #190279 from microsoft/merogge/hover-hint
fix hovers, make sure content is read before accessible view hint
2023-08-11 14:12:56 -07:00
Daniel ImmsandGitHub 9ba4f3ec5c Merge pull request #190289 from microsoft/tyriar/xterm_230811
Update xterm and fix several issues
2023-08-11 14:06:39 -07:00
meganrogge 98512a70f6 only call status if not '' 2023-08-11 13:55:37 -07:00
Daniel Imms 3ec4d30288 Adopt xterm cursorInactiveStyle and reduce type repetition
Fixes #190246
2023-08-11 13:40:46 -07:00
Daniel Imms 40e49b473f xterm@5.3.0-beta.32
Fixes #187082
Fixes #190270
Part of #190246
2023-08-11 13:39:47 -07:00
meganrogge a7a8242b70 simplify 2023-08-11 13:22:04 -07:00
Alex RossandGitHub ee88f3f4d2 Update no ports welcome to include local case (#190284) 2023-08-11 21:10:56 +01:00
Aaron MungerandGitHub 87df237fb7 Merge pull request #190283 from microsoft/aamunger/outputDto
strip object down to dto for event
2023-08-11 13:08:55 -07:00
Aaron MungerandGitHub 3f769af470 Merge pull request #190273 from microsoft/aamunger/scrollToggleFix
bump the version as part of resetting an output renderer
2023-08-11 12:55:20 -07:00
Aaron Munger aa72eda325 strip object down to dto for event 2023-08-11 12:53:36 -07:00
Megan RoggeandGitHub bb62f085f8 Merge pull request #190280 from microsoft/merogge/acc-view-help
when in accessible view, don't add hint about opening help menu
2023-08-11 12:47:44 -07:00
meganrogge ea912c1b39 start on acc xterm 2023-08-11 12:33:41 -07:00
meganrogge 5f06a7d563 fix #190272 2023-08-11 12:06:42 -07:00
meganrogge 081ebb4f8d fix #190261 2023-08-11 11:52:49 -07:00
David DossettandGitHub 367ebb564a Use editorBackground for chat code blocks (#190271)
* Use `editorBackground` for chat code blocks

* Remove import

* Revert CSS removal and try more specific rules

* Update selectors to apply editor background color
2023-08-11 19:31:53 +01:00
Aaron Munger 25d06a85b7 bump the version as part of resetting renderers so it wont assume the version is already rendered 2023-08-11 10:47:11 -07:00
Meghan KulkarniandGitHub 01d8f7d47c regex fix for codeql (#190211)
* regex fix

* added suppression comment
2023-08-11 10:24:32 -07:00
Connor PeetandGitHub 76985ae781 build: fix alpine cli build (#190266) 2023-08-11 17:27:41 +01:00
Aaron MungerandGitHub 4751626eea Merge pull request #190191 from microsoft/aamunger/copyOutput
copy output command from output toolbar
2023-08-11 09:15:56 -07:00
Alex Dima 00b98a892a Reuse _contentWidth 2023-08-11 18:07:22 +02:00
Daniel ImmsandGitHub a02d88b8e2 Merge pull request #190247 from microsoft/tyriar/distro_230811
Update distro
2023-08-11 09:01:33 -07:00
Kartik RajandGitHub 03525027e8 Merge pull request #190223 from microsoft/kartik/inadequate-bandicoot
Do not show description for all workspace folders when viewing environment contributions of a specific one
2023-08-11 08:57:44 -07:00
Alex Dima 8a578df4a3 Merge remote-tracking branch 'origin/main' into aiday/limitingWidthOfHover 2023-08-11 17:40:54 +02:00
Alex Dima 684270ac2e Use consistent names for variables, fall back to defaults when wrapping is on 2023-08-11 17:39:24 +02:00
SteVen BattenandGitHub 61740bb6d2 listen to account menu storage change (#190260)
fixes #190224
2023-08-11 08:38:20 -07:00
a572838e31 Content hover minimum width update (#189155)
* setting minimum width to 150 unless natural rendering width is smaller than 150

* Tweaks to minimum width computation

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2023-08-11 16:28:35 +01:00
Alexandru DimaandGitHub 6e7ea55068 Merge branch 'main' into aiday/limitingWidthOfHover 2023-08-11 17:17:07 +02:00
Johannes RiekenandGitHub f6a8e3a56e joh/eastern slug (#190250)
* more explicit error handling/logging when post messages fails

https://github.com/microsoft/vscode/issues/188347

* print the worker name that fails to send message
2023-08-11 06:06:05 -07:00
Daniel Imms 99dad5da82 Update distro 2023-08-11 05:10:59 -07:00