Commit Graph

122482 Commits

Author SHA1 Message Date
Henning Dieterichs
2fb5b16a23 Sets default placeholderText color 2024-06-20 20:20:58 +02:00
Henning Dieterichs
f4a72d079c Observable improvements 2024-06-20 20:16:44 +02:00
Rob Lourens
f08ce27b02 Add activation event for languageModelTools (#216742) 2024-06-20 20:13:53 +02:00
Daniel Imms
404abb1baf Merge pull request #216738 from microsoft/tyriar/211306
Use fixed positioning for terminal suggest
2024-06-20 11:04:30 -07:00
Sandeep Somavarapu
9a56f75db6 update distro (#216733) 2024-06-20 19:46:23 +02:00
Daniel Imms
05d0e6cd7e Use fixed positioning for terminal suggest
Fixes #211306
2024-06-20 10:35:11 -07:00
Daniel Imms
cdae24cc41 Merge pull request #216735 from microsoft/tyriar/216729
Fix terminal sticky scroll on HC themes
2024-06-20 10:15:42 -07:00
Daniel Imms
d6dcdf99c0 Fix terminal sticky scroll on HC themes
Fixes #216729
2024-06-20 09:58:13 -07:00
Alex Ross
e820af9c4c Comment Thread API: Newly created comment threads no longer auto-focus (#216732)
Fixes #214661
2024-06-20 18:48:01 +02:00
Daniel Imms
117f76afd0 Merge pull request #210898 from Timmmm/fix_opening_links
Fix opening links in the terminal with column numbers
2024-06-20 09:43:16 -07:00
Daniel Imms
6f013bf1a0 Tweak method and make comments smaller 2024-06-20 09:19:38 -07:00
Daniel Imms
6408de476f Merge branch 'main' into fix_opening_links 2024-06-20 08:56:13 -07:00
Daniel Imms
1ba11c32a2 Merge pull request #216724 from microsoft/tyriar/214869
Don't allow suggest on Windows PowerShell
2024-06-20 08:52:17 -07:00
Shoham Ben Shitrit
4d858a68c9 allow usage of extname(N) template in custom labels (#213033)
* allow usage of `filenamePart` template in custom labels

* use extname(n) instead of filename part

* change extname to return the full extensions and not just the last file extension

* Fix regex to match extname
Return match when N in `extname(N)` is larger than extensions amount

* Add tests

* Fix `.file` label assertion

* Make sure `extname` doesn't include leading dots
have filename return the file name from the start until the first non-leading `.`

* 💄

---------

Co-authored-by: BeniBenj <besimmonds@microsoft.com>
Co-authored-by: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com>
2024-06-20 17:38:44 +02:00
Daniel Imms
8fc26cd2ec Don't allow suggest on Windows PowerShell
Fixes #214869
2024-06-20 08:35:35 -07:00
Sandeep Somavarapu
62fbb97723 proposed support for proposed api versioning (#216719) 2024-06-20 17:13:30 +02:00
Sandeep Somavarapu
d7792c102e do not recommend version in the suggestions (#216718) 2024-06-20 16:36:07 +02:00
Ladislau Szomoru
b03fd7c498 SCM - switch to an experimental setting (#216713) 2024-06-20 15:40:52 +02:00
Ladislau Szomoru
05bd928e61 SCM - support multiple colors on the same column (#216708) 2024-06-20 14:50:58 +02:00
Johannes Rieken
07dcb7aff4 inline chat stable scroll should ensure first line stays visible (#216705) 2024-06-20 13:05:30 +02:00
Sandeep Somavarapu
4795e48fb5 enable install another version action for all gallery extensions (#216702) 2024-06-20 12:54:30 +02:00
Henning Dieterichs
7d07f6de4f Fixes #216434 2024-06-20 12:53:55 +02:00
Ladislau Szomoru
570e45bf44 SCM - distinct rendering for HEAD commit (#216691) 2024-06-20 11:17:25 +02:00
Aiday Marlen Kyzy
8ca1b8c195 Keepins same indentation if increaseIndentPattern is satisifed on line n and increaseNextLinePattern is satisfied on line n-1 (#216500)
* adding code

* polishing the code
2024-06-20 11:14:06 +02:00
Sandeep Somavarapu
d58a511a89 fix #216687 (#216688) 2024-06-20 11:07:07 +02:00
Aiday Marlen Kyzy
b41c889fec Increase the length of the drop-down shadow of sticky scroll (#216686)
increasing the length of the sticky scroll drop down shadow
2024-06-20 10:45:32 +02:00
Johannes Rieken
4bd8cce180 enable inlineChat.experimental.textButtons for the team (#216679) 2024-06-20 09:48:58 +02:00
Ladislau Szomoru
416476a0b1 SCM - maintain colors in history section (#216680) 2024-06-20 09:48:33 +02:00
Benjamin Pasero
13d82c160e Status bar: make neighbour items look good when there are multiple (fix #216637) (#216678) 2024-06-20 09:28:27 +02:00
Bhavya U
a3017010e9 Remove check for validity (#216675) 2024-06-20 08:41:51 +02:00
Tyler James Leonhardt
c8f4447710 Don't use an emitter so ExtensionSecrets doesn't have to be disposable (#216672)
ref https://github.com/microsoft/vscode/issues/214234
2024-06-20 07:02:22 +02:00
Robo
4b19907cc8 fix[x11]: crash in gpu process with software compositor (#216661)
* fix[x11]: crash in gpu process with software compositor

* chore: bump distro
2024-06-20 07:02:04 +02:00
Rob Lourens
6afc1c2793 Finalize chat participant "when" (#216670)
Fix #214379
2024-06-20 13:24:19 +09:00
Robo
d550ede2c3 chore: update glibc version checker for remote (#215599) 2024-06-20 04:30:41 +02:00
Ladislau Szomoru
eb4092a6de Git - more cleanup of the history item labels (#216648)
* Git - 💄 history provider cleanup

* Git - more cleanup of the history item labels
2024-06-20 01:23:05 +02:00
Ladislau Szomoru
f280d9980f Git - 💄 history provider cleanup (#216647) 2024-06-19 16:01:02 -07:00
Raymond Zhao
a37d32986d chore: add diagnostics to integration test runs (#216646) 2024-06-20 00:33:14 +02:00
Ladislau Szomoru
c67b31f3f1 SCM - open multi-file diff editor from history (#216645) 2024-06-20 00:26:05 +02:00
Gabriela Araujo Britto
878af0771b [typescript-language-features] Region-based semantic diagnostics for TypeScript (#208713)
* WIP

* invalidate diagnostics in range

* check whether should use region based diagnostics

* add ts-expect-errors

* make region opt off by default

* bump to expected 5.6

* update comments to refer to 5.6

* make region diagnostics on by default for insiders
2024-06-19 15:12:57 -07:00
Sandeep Somavarapu
7717059b2e fix #214294 (#216644)
* fix #214294

* fix version message

* finetune message
2024-06-19 23:57:39 +02:00
Raymond Zhao
0cce95eac9 Bump braces (#216643) 2024-06-19 23:23:15 +02:00
Michael Sorensen
51917e869e Fixes #182449 : Pressing Shift re-enables webview during Drag and Drop Events (#209211)
* added shift key listener to re-enable drag events for webview https://github.com/microsoft/vscode/issues/182449

* adding drag and drag over listeners to webview iframe(s)

updating html hash

adding shift release listener to drag and drag over events

adding new custom drag event handler to allow event bubbling

adding new event types

correcting comment:

removing drag over listener from drag monitor since we are converting this to drag events

making webview drag monitor stateful and adding missing events to iframe dom html file

Revert "Merge remote-tracking branch 'microsoft/main' into swordensen"

This reverts commit 47e38770cc69511ef7f35687ed087ec0e1b5ec9e, reversing
changes made to 8f719275613cd30cadf5b06d6a3c55d617e2406f.

Revert "making webview drag monitor stateful and adding missing events to iframe dom html file"

This reverts commit 8f719275613cd30cadf5b06d6a3c55d617e2406f.

Revert "removing drag over listener from drag monitor since we are converting this to drag events"

This reverts commit bfae5f1880bfc165eb99b34ffa24d59ce6c3b2dc.

Revert "correcting comment:"

This reverts commit 696facbbcae31f1899d94cd2ef21fcc94e08acce.

Revert "Merge branch 'main' into main"

This reverts commit 78ed36c09132045131d23a981406dedc76dcd745, reversing
changes made to 7b96d0eb9b21ce558e8d69b49ece1344da83e0d2.

Revert "adding new event types"

This reverts commit 7b96d0eb9b21ce558e8d69b49ece1344da83e0d2.

Revert "adding new custom drag event handler to allow event bubbling"

This reverts commit 39971e0367f2bf21f4e9b952b7c0d47bbb0725d8.

Revert "adding shift release listener to drag and drag over events"

This reverts commit 4f5d9e87dc355ae6dd7fccac0d44942b45ad3d07.

Revert "updating html hash"

This reverts commit 6a474cb4157b90bf07cf4862f583d3db324040aa.

Revert "adding drag and drag over listeners to webview iframe(s)"

This reverts commit 6688ec615686529b86413f68b55216c7e856fd85.

adding harmless change to see if this causes smoketests and integration tests to fail

adding sha hash

Revert "adding sha hash"

This reverts commit 830baa81d337ca4c22027083d6699b765fdee7b5.

Revert "adding harmless change to see if this causes smoketests and integration tests to fail"

This reverts commit ceb55f9f48c3b31c497826ee9b9f091c2d3f6d89.

Revert "Revert "adding drag and drag over listeners to webview iframe(s)""

This reverts commit 1baf4834090fc7b8b6cabfc2a2195a691fcf400a.

Revert "Revert "adding shift release listener to drag and drag over events""

This reverts commit 40bc29c1c21a0ff23c6b03abc6a5ec7a34a82a98.

Revert "Revert "adding new custom drag event handler to allow event bubbling""

This reverts commit 44f4fdacd9d981d5f3f85333d99c1e09ba91aa5f.

Revert "Revert "adding new event types""

This reverts commit 67f1aaa6a1f9d99140ab394c3549a129d90b6bdf.

removing internal drag listener

removing types. Maybe it's causing build issues?

renaming drag event to WebviewDragEvent to avoid collision with native DragEvent type

resolving conflict with correcting comment

Revert "Revert "Merge branch 'main' into main""

This reverts commit 1a4d711810762af8943c6095ccfb9c6847dd3923.

Revert "Revert "Merge branch 'main' into main""

This reverts commit 8520787fb68ae197bac5fae61131ec88a0be3809.

resolving conflict

Revert "resolving conflict"

This reverts commit c5b3f7fc40f3015fee5d9123a4d3d19dca3d1987.

Revert "Merge remote-tracking branch 'microsoft/main' into swordensen"

somehow i got assigned these changes in the process of unreverting my merges

fix: serialization of newline characters

removing console log

forgot the security hash when removing console log

* updating sha
2024-06-19 21:18:44 +00:00
Aaron Munger
36d874f090 override pgup pgdown for SR users (#216638) 2024-06-19 13:49:09 -07:00
Ladislau Szomoru
856fba0b67 SCM - more work related to history (#216641)
* Rename base to remote

* introduce base

* Remove resolveHistoryItemGroupBase

* 💄

* More 💄

* Remove file that is out of scope
2024-06-19 22:05:10 +02:00
Ladislau Szomoru
5c1b006c49 Statusbar - support more than 2 items in a group (#216605)
* Statusbar - support more than 2 items in a group

* 💄

* some 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-06-19 20:33:11 +02:00
Aaron Munger
2e6ee2cdc0 add config gear icon and make empty hint text consistent (#216633) 2024-06-19 11:21:51 -07:00
Connor Peet
48ab2a6a9a debug: fix cannot read properties of undefined (reading 'scheduler') (#216636)
Fixes #216576
2024-06-19 11:17:50 -07:00
Matt Bierner
54d9054371 Fix event registration in webviewIconManager (#216635)
For #214234
2024-06-19 11:16:15 -07:00
Ladislau Szomoru
484cd68eff SCM - history view (#216629)
* Hacked up the starting point

* More progress

* More progress

* Simplified algo, basic support for colors

* Add the concept of secondary colors for merge commits

* Further optimizations of the algo

* Bug fixes to clean-up algo

* Add support for curved branches

* Keep track of nodes that are moved so that the second parent for the merge commit is rendered in the correct swimlane

* Account for offset when drawing a base commit

* Algo rework completed

* Revert some of the hacks that were put in place to quickly get going

* Add caching to the history items used in the graph
Remove more hacks that were in place

* Added initial tests

* More work so that incoming/outgoing works along history

* Uncomment more code

* Bug fixes to edge cases

* Experiment with a new rendering for curved branches

* Handle repository with a single commit

* Maintain swimlanes

* Fix condition

* Saving my changes

* More polish and clean-up

* Remove code that is not needed

* Revert change

* Revert more changes

* More fixes

* Rename interface

* One last minor change

* Pull request feedback

* More refactoring

* More pull request feedback

* Fix layering issues
2024-06-19 19:45:06 +02:00
George Garside
1330e6d2b8 Fix merged table cells in extension marketplace readme rendering unmerged (#211666)
Fix merged table cells not rendering like marketplace

Marketplace website supports merged cells in tables for rendering the readme for an extension, but not inside VS Code causing tables to be broken. Add colspan and rowspan attributes to the allow list for parity with marketplace.visualstudio.com.
2024-06-19 17:38:29 +00:00