Граф коммитов

112579 Коммитов

Автор SHA1 Сообщение Дата
Sandeep Somavarapu cafcb59c16
fix #190228 (#191207) 2023-08-24 13:32:29 +01:00
Sandeep Somavarapu 1e8ccdc0ff
#189481 scope to web (#191204) 2023-08-24 14:25:39 +02:00
Sandeep Somavarapu 7b7f33106a
fix #189872 (#191206) 2023-08-24 14:16:31 +02:00
Henning Dieterichs 92b1178b55 Fixes #190325 2023-08-24 14:02:59 +02:00
Sandeep Somavarapu 3fac7f9a6b
Merge pull request #191034 from greenie/main
Fix scroll to top button colour consistency
2023-08-24 12:21:49 +02:00
Henning Dieterichs 681cd1b481 Fixes https://github.com/microsoft/vscode/issues/187889 2023-08-24 12:20:54 +02:00
Aiday Marlen Kyzy 10c075ce56
Merge pull request #191072 from microsoft/aiday/modelTooLargeForTokenization
Turning off sticky scroll when model is too large for tokenization
2023-08-24 12:09:23 +02:00
Sandeep Somavarapu eac8efd2cd
fix #189339 (#191187) 2023-08-24 10:56:40 +01:00
Henning Dieterichs 65068af4f7 Fixes #191144 2023-08-24 11:43:06 +02:00
Aiday Marlen Kyzy 76ab868e1c
review comment 2023-08-24 11:18:24 +02:00
Alpha Romer Coma 7ef754c2f6
Fix supported markdown-lint violations in markdown files (#190750)
docs: fix supported markdownlint violations
2023-08-24 08:37:25 +00:00
Benjamin Pasero 42ff46c880
Hovering over an editor tab will "drop a white shadow" on the text (fix #189625) (#191165) 2023-08-24 10:35:07 +02:00
Sandeep Somavarapu c4b5dff608
fix #189798 (#191090) 2023-08-24 08:35:08 +01:00
Peng Lyu a0377f0c51
Fix #189809. Update tree options paddingBottom. (#191143) 2023-08-23 20:42:18 -07:00
Megan Rogge 1eff9f49d0
Merge pull request #191120 from microsoft/merogge/partial-command
enable navigation to the partial command
2023-08-23 17:10:48 -07:00
Ole e23be75182
Increase shortcut consistency of web with electron. (#191061)
On electron, nothing changes.
On web,
* "Focus Application Menu" changes from F10 to Alt+F10 (this action only
  exists on web)
* "Debugger: Step over" changes from Alt+F10 to F10 like on electron

While #183510 already added the F10 binding for the debugger
also on web, it did not actually have any effect, because of a conflict
with F10 for "Focus Application Menu" on web.

This change was agreed upon in #190180 due to the relatively low usage
of "Open Application Menu" in the interest of more overall consistency.

Fixes #190180.
2023-08-23 23:55:41 +00:00
Connor Peet f7a7d9488f
cli: serve-web listener improvements (#191146)
- Allow listening on a socket path (required manually implementing
  the Accept trait), fixes #191043
- Parse the host syntax correctly, fixes #191067
2023-08-23 16:47:31 -07:00
Matt Bierner ba35c622b0
Allow InteractiveProgressContent to return a markdown string (#191145)
This allows enabling of specific command uris in responses
2023-08-23 16:26:51 -07:00
Tyler James Leonhardt 9a69c2ab7c
One Provider per Type (#191136)
Simpler design due to feedback from Logan.
2023-08-23 16:03:45 -07:00
Joyce Er b82a7222ad
Fix chat response file tree border radius (#191142) 2023-08-23 15:49:45 -07:00
Tyler James Leonhardt e4a2928d14
bump distro (#191139) 2023-08-23 23:47:35 +01:00
Matt Bierner bf9604c568
Add event for when inlay hints are provided (#191134) 2023-08-23 23:15:07 +01:00
Peng Lyu 7b70717792
Fix #190631. Emit outline change event. (#191135) 2023-08-23 23:13:21 +01:00
Megan Rogge f0740c61d0
Merge pull request #191126 from microsoft/merogge/fix-lineNumber
use correct line number for textarea sync
2023-08-23 14:46:32 -07:00
Connor Peet d91da92c70
testing: fix treatment of first child test items (#191131)
Fixes #190976
2023-08-23 14:36:39 -07:00
Andrea Mah 9f9ac66203
notebook-related bugfixes for quick search (#191130) 2023-08-23 14:35:50 -07:00
Alex Ross f605341af6
Syntax highlighting incorrect in vscode.python for the word 'file' (#191111)
* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190

* Update colorization test
2023-08-23 22:17:23 +01:00
Matt Bierner 557695b920
Fix inlay hint location (#191122) 2023-08-23 14:10:55 -07:00
meganrogge eca80ba5f5
better names 2023-08-23 13:49:01 -07:00
meganrogge f96904ece9
don't use messy inline 2023-08-23 13:47:57 -07:00
meganrogge 9b9b9d5791
use correct line number 2023-08-23 13:41:33 -07:00
Andrea Mah 330fb1f905
Handle right arrow on quick search menu (#191115)
Fixes #191110
2023-08-23 13:37:12 -07:00
meganrogge fe71c9a5eb
fix #188926 2023-08-23 12:48:54 -07:00
Megan Rogge aa1fc8bd99
Merge pull request #191109 from microsoft/merogge/next
try to fix next/previous screen reader timing issue
2023-08-23 11:39:53 -07:00
Andrea Mah 4e628263ac
Add quick search to command center (#191105)
* Add quick search to command center
Fixes #191088

* Adjust commandCenterOrder

* Update src/vs/workbench/contrib/search/browser/search.contribution.ts

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-08-23 11:37:09 -07:00
Alex Ross c9481326e7
Use full line decorations for comment range (#191107)
Fixes #188901
2023-08-23 19:33:30 +01:00
Justin Chen 82643e93f5
Changed action widget header ellipses (#191096)
changed from ellipses to semi-colons
2023-08-23 19:28:35 +01:00
Alexandru Dima c08c2a789b
ignore unexpected dom nodes (#191113)
Fixes #169854: ignore surprising dom nodes
2023-08-23 19:19:44 +01:00
Kartik Raj 5257764dea
Merge pull request #191016 from microsoft/kartik/fluttering-pony
Finalize proposed env workspace collection API
2023-08-23 11:13:41 -07:00
meganrogge ccf71f1571
try to fix timing issue 2023-08-23 10:43:20 -07:00
Connor Peet 2ab4a3f547
tunnels: implement default port forwarding for managed RA's (#191099)
* tunnels: implement default port forwarding for managed RA's

The default implementation of port forwarding works from the shared
process to traditional addressed remote authorities. However, this
didn't work with managed remote authorities.

Rather than implementing a chain of message passing from the shared
process back up to the extension host, this PR reuses the
`NodeRemoteTunnel` to provide default forwarding logic in the Node ext
host. It also makes the `ManagedSocket` more generic for reuse there.

Fixes #190859

* fix

* address comments

* address comments, fix build

* rm import
2023-08-23 18:41:33 +01:00
meganrogge cbc3479604
Revert "Merge pull request #190776 from microsoft/merogge/delay"
This reverts commit 990da210e0, reversing
changes made to 1f76cf794b.
2023-08-23 10:41:27 -07:00
Alex Ross 30907cfef1
TreeItem.label ignored by resourceUri for untitled editor (#191103)
Fixes #189505
2023-08-23 19:31:51 +02:00
Alex Ross bd67b50dfd
Remove tree item checkbox proposal from tests (#191084)
Fixes #191081
2023-08-23 19:28:19 +02:00
Andrea Mah e681321ac6
Broken `search.action.replace` default mac shortcut (`⇧`+`⌘`+`1`) (#191102)
Fixes #189866
2023-08-23 19:18:57 +02:00
Mustafa Ateş Uzun 702a76bf5d
fix: localize string typo (#191046)
* fix: localize string typo

* fix: suffix typo
2023-08-23 16:16:16 +00:00
Joyce Er 6225119b0c
Show progress in chat placeholder content (#190782)
* Show progress in chat placeholder content

* Make property names consistent

* Rename more properties

* Address PR comments

* Dispose of markdown render result

* Look up `isPlaceholder` on `currentResponseData`
2023-08-23 09:13:21 -07:00
Henning Dieterichs ca2c1636f8 Improves moved code detection feature 2023-08-23 17:28:36 +02:00
Andrea Mah 2e95e033cf
support for fastAndSlow picks in quick search (#191002) 2023-08-23 08:20:33 -07:00
Hans 2d3235f747
immediately search after enter pressed in files to include/exclude te… (#190473)
immediately search after enter pressed in files to include/exclude text fields.
2023-08-23 08:17:37 -07:00