Commit graph

122661 commits

Author SHA1 Message Date
Johannes Rieken 63d0666760
fix https://github.com/microsoft/vscode/issues/216791 (#216794) 2024-06-21 11:25:42 +02:00
Sandeep Somavarapu defc051a7b
fix #214341 (#216790)
* fix #214341

* remove unwanted
2024-06-21 11:01:22 +02:00
Christof Marti e0a7112fd5 Test custom root certificate (microsoft/vscode-copilot-release#1294) 2024-06-21 10:39:28 +02:00
Christof Marti 40e700a8d2 Fix module patching (microsoft/vscode-copilot-release#1294) 2024-06-21 09:18:21 +02:00
Johannes Rieken 9bb13791c7
fix https://github.com/microsoft/vscode/issues/216720 (#216736) 2024-06-21 09:08:49 +02:00
Ladislau Szomoru d701eb5a30
SCM - switch logs to trace level (#216784) 2024-06-21 08:58:20 +02:00
Justin Chen 4bbebd8af9
splits up process explorer and issue reporter services (#216766)
* split up process explorer and issue reporter services

* more cleanup

* fix comment

* remove comments
2024-06-20 18:56:01 -07:00
Rob Lourens ee173b0e65
Tools API tweaks, merge into lmTools (#216750)
* Tools API tweaks, merge into lmTools

* Rename more id -> name

* Fix

* Add lmTools API version
2024-06-20 18:54:00 -07:00
Bhavya U 5f330d3864
Fix sort order of chat variables in quick pick (#216773) 2024-06-20 17:34:00 -07:00
Cody Beyer 824eaf572b
Merge branch 'main' into cobey/add_vector_ai_tags 2024-06-20 16:50:31 -07:00
David Dossett 8aee206cb5
Merge pull request #216765 from microsoft/ddossett/zonal-buzzard
Polish inline chat compact styles
2024-06-20 16:48:21 -07:00
Raymond Zhao 16fa357a0d
chore: disable APIScan to fix build (#216767) 2024-06-20 16:38:44 -07:00
David Dossett 0bb8c91f56
More polish 2024-06-20 16:28:47 -07:00
Cody Beyer eeb8299639 fixed bad quote type 2024-06-20 16:28:09 -07:00
Cody Beyer a15f5726f1 fixed missing quote on one line 2024-06-20 16:14:34 -07:00
Cody Beyer ec7a89ce13 updated file to include ai and vector db libs for py and js 2024-06-20 16:05:08 -07:00
Ladislau Szomoru 94e56caf84
SCM - rendering bugfix (#216758) 2024-06-20 15:35:53 -07:00
Henning Dieterichs 309351259c Implements experimental inline edits
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-06-21 00:35:09 +02:00
David Dossett 1e8fba7412
Polish inline chat compact styles 2024-06-20 15:30:38 -07:00
Raymond Zhao d6ffb9f68a
chore: append SDL scan to main build pipeline (#215598) 2024-06-20 14:16:57 -07:00
Henning Dieterichs 34899a7608 Fixes observable leak 2024-06-20 22:16:52 +02:00
Benjamin Pasero e6c0d82853
watcher - await parcel.subscribe (#216751) 2024-06-20 21:45:53 +02:00
Ladislau Szomoru fae9ee17dd
SCM - do not show a single commit in the history (#216748) 2024-06-20 20:33:25 +02:00
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
isidorn 8993f76c9f add proxy-bypass-list as argv argument
fixes #216642
2024-06-20 15:54:10 +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