Martin Aeschlimann
4fa8dfa8e1
set `insertMode: replace` mode for snippets ( #236245 )
2024-12-16 17:42:26 +01:00
Alexandru Dima
d3bd083824
Scroll in the preview editor when necessary ( #236241 )
2024-12-16 17:20:04 +01:00
Connor Peet
7fe3227d13
cli: fix incorrect GLIBC version parsing ( #236082 )
...
* Fix incorrect GLIBC version parsing
Fixes #230370
* fixed formatting
* fixed formattting error
2024-12-16 07:57:12 -08:00
Alexandru Dima
cb279a8eb2
Use position:fixed to make sure to be on top of everything in the workbench ( #236236 )
2024-12-16 16:55:47 +01:00
Johannes Rieken
a58957af82
fix https://github.com/microsoft/vscode/issues/232918 ( #236233 )
2024-12-16 16:39:38 +01:00
Ladislau Szomoru
a31ec0d89a
GitHub - do not show the "Publish to GitHub" command in an empty workspace ( #236234 )
2024-12-16 16:39:11 +01:00
Benjamin Christopher Simmonds
3bbe456892
Polish tab bar focus styles ( #236232 )
...
polish tab bar focus + 💄
2024-12-16 16:23:54 +01:00
Ladislau Szomoru
6338f2920c
SCM - quick diff decorators use legancy diff algorithm to avoid touching diffs ( #236231 )
2024-12-16 16:21:01 +01:00
aslezar
386d58d0de
fixed formattting error
2024-12-16 20:49:25 +05:30
Shivam Garg
adb6e19bf2
Merge branch 'microsoft:main' into fix-glibc-parse
2024-12-16 20:45:22 +05:30
Aiday Marlen Kyzy
845f0ac17b
Refactoring hover controller ( #236228 )
...
refactoring hover computation
2024-12-16 15:48:58 +01:00
Johannes Rieken
9b05bdafb3
* make sure to cancel request when disposing session ( #236225 )
...
* make sure to stop editing when request is cancalled
fixes https://github.com/microsoft/vscode-copilot/issues/11349
fixes https://github.com/microsoft/vscode-copilot-release/issues/2684
2024-12-16 15:11:31 +01:00
Benjamin Christopher Simmonds
7abd349c80
Hide Panel (X) tooltip now includes key binding ( #236062 )
...
* #209193
* fix glitching render
2024-12-16 15:10:34 +01:00
Alexandru Dima
0c995148f4
Do not inherit outer editor padding ( #236219 )
2024-12-16 13:27:29 +01:00
Daniel Imms
c08aa73f66
Merge pull request #236216 from microsoft/tyriar/228136_2
...
Only add additional margin on hover children with bg
2024-12-16 03:35:15 -08:00
Daniel Imms
188b1f1b31
Only add additional margin on hover children with bg
...
Fixes #228136
2024-12-16 03:15:28 -08:00
Benjamin Christopher Simmonds
1bbe4e9d96
Focus panel if maximized otherwise editor ( #236211 )
...
fix #205584
2024-12-16 12:15:15 +01:00
Johannes Rieken
002eaa541a
remove console.log fyi @connor4312 ( #236209 )
2024-12-16 12:11:06 +01:00
Ladislau Szomoru
dc3bf2d878
Git - fix submodule decoration ( #236208 )
2024-12-16 11:45:03 +01:00
Aiday Marlen Kyzy
17320a061a
Fixing escape does not hide hover ( #236200 )
...
* fixing escape does not work
* making same fix
2024-12-16 11:40:19 +01:00
Johannes Rieken
27a8a26b36
update area labels ( #236207 )
2024-12-16 11:38:23 +01:00
Ladislau Szomoru
864d5d8aff
Revert "Git - ignore changes reported to the submodule folder ( #205125 ) ( #236098 )" ( #236206 )
...
This reverts commit 899afc0311
.
2024-12-16 11:28:44 +01:00
Henning Dieterichs
92d2d5d984
Observables: Adds debug logging ( #236205 )
2024-12-16 11:20:39 +01:00
Henning Dieterichs
3a1e3f7f92
Adds derived owners ( #236204 )
2024-12-16 11:16:31 +01:00
Alex Ross
8db8225de6
Allow file level comments to start collapsed ( #236201 )
...
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/6465
2024-12-16 11:05:31 +01:00
Benjamin Christopher Simmonds
276e247921
Align view and container actions ( #236199 )
...
align view and container actions
2024-12-16 11:03:13 +01:00
Ladislau Szomoru
85709a0cd6
SCM - only show visible quick diff providers in the quick diff widget ( #236192 )
2024-12-16 10:28:00 +01:00
Benjamin Pasero
737e2ed44a
Free SKU flow does not work with multiple accounts (fix microsoft/vscode-copilot#11323) ( #236190 )
2024-12-16 10:18:00 +01:00
Benjamin Pasero
7432213b30
debt - remove home indicator ( #236189 )
...
It was broken before and not shown, and there were no complains, so lets remove it for good.
2024-12-16 10:17:29 +01:00
Alex Ross
ce50bd4876
Remove unused showLocal proposal ( #236032 )
...
* Remove unused showLocal proposal
* No local build error??
2024-12-15 17:17:17 +00:00
Alexandru Dima
4325b8ce0d
Use console.error and console.warn for errors and warnings ( #236048 )
2024-12-15 18:13:05 +01:00
aslezar
5c525a4d56
fixed formatting
2024-12-15 16:54:08 +05:30
Shivam Garg
88cb8d5c36
Merge branch 'microsoft:main' into fix-glibc-parse
2024-12-15 16:48:49 +05:30
Benjamin Pasero
8fca93f9e2
Web: `homeIndicator` not respected anymore ( fix #171724 ) ( #236155 )
2024-12-15 16:14:46 +05:30
Benjamin Pasero
402f07b34c
debt - remove `handleTitleDoubleClick` ( #236154 )
...
Looks like this is not working anymore since app-region drag takes events away
2024-12-15 16:13:58 +05:30
Sandeep Somavarapu
6fb1f6fbdd
fix #168779 ( #236125 )
2024-12-14 21:52:39 +05:30
Sandeep Somavarapu
7606e11e89
fix #235878 ( #236129 )
2024-12-14 21:52:14 +05:30
notoriousmango
f7c3b1b474
use openDocumentLink
2024-12-15 00:11:54 +09:00
Jawad Najar
1dc517c0a4
Fix: When no results in search editor it throws an error ( #235031 )
...
* Fix: issue #233200
Added a null check for matchRange in the iterateThroughMatches
function to ensure setSelection is only called with valid arguments.
* Revert package.json and package-lock.json to original states
---------
Co-authored-by: Aly Ayyob <113083026+aayyob@users.noreply.github.com>
2024-12-14 14:39:46 +00:00
Connor Peet
31092ac1a0
debug: fix remote attach fails without message ( #236117 )
...
Fixes #235722
2024-12-13 17:40:57 -08:00
Connor Peet
cdec0c6a14
testing: improve performance of filtering file tests ( #236112 )
...
Fixes #235819 . Probably.
2024-12-14 00:53:23 +01:00
Connor Peet
eb70dfe409
testing: fix transparent background in test error badges artifacting ( #236109 )
2024-12-14 00:20:34 +01:00
Joyce Er
0d676289ff
fix: reduce race timeout for getting chat related files ( #236108 )
2024-12-13 23:40:29 +01:00
Joyce Er
c921e57456
fix: add aria label for chat working set ( #236106 )
...
fix: add aria label for working set region
2024-12-13 22:47:11 +01:00
Joyce Er
af9502d4b1
fix: don't cut off focus border for chat editing Add Files button ( #236102 )
2024-12-13 22:38:11 +01:00
Connor Peet
f7cbfef520
extensions: warn folks not to change the debug worker name :P ( #236104 )
...
Refs #232544
2024-12-13 22:26:02 +01:00
Ladislau Szomoru
899afc0311
Git - ignore changes reported to the submodule folder ( #205125 ) ( #236098 )
2024-12-13 13:01:05 -08:00
Megan Rogge
c1189b5a8e
add aria label for disable/enable current file context button ( #236077 )
...
fix #236076
2024-12-13 12:45:20 -08:00
Megan Rogge
afd3f0abf0
Check whether commands are executable before including them in terminal suggestions ( #235997 )
2024-12-13 21:19:39 +01:00
Matt Bierner
c99c6e2e92
Merge pull request #235968 from leopardracer/main
...
fix: typos in documentation files
2024-12-13 11:34:20 -08:00