Aiday Marlen Kyzy
b20636596c
adding css rul into the views.css file
2023-12-08 17:28:21 +01:00
Aiday Marlen Kyzy and GitHub
14d593fb5f
Adding colors vscode-editorStickyScroll-border and vscode-editorStickyScroll-shadow ( #200239 )
...
* adding two more colors
* rewording text and making the border color null
2023-12-08 17:25:59 +01:00
Aiday Marlen Kyzy
bd5917f219
removing useless import
2023-12-08 17:10:43 +01:00
Aiday Marlen Kyzy
54b9bd693f
setting the default enablement to true
2023-12-08 17:10:11 +01:00
Daniel Imms and GitHub
26723a2f2e
Merge pull request #200377 from microsoft/tyriar/sticky_scroll_issue
...
Add terminal-sticky-scroll to issue grooming notebook
2023-12-08 08:00:47 -08:00
Daniel Imms
d2163dce8e
Add terminal-sticky-scroll to issue grooming notebook
2023-12-08 07:46:07 -08:00
BeniBenj
fb019c37d0
💄
2023-12-08 16:32:21 +01:00
Benjamin Pasero and GitHub
225e1ae838
aux window - make legacy action more explicit ( #200370 )
2023-12-08 16:25:40 +01:00
Alexandru Dima and GitHub
15c649493f
Allow setting indent size to an explicit number when it is computed from tab size ( #200368 )
...
Allow setting indent size to an explicit number when it is computed from tab size (fixes #199791 )
2023-12-08 16:11:14 +01:00
BeniBenj
d45c2c27eb
💄
2023-12-08 16:05:26 +01:00
Benjamin Simmonds and GitHub
a67b341968
Added highlight for toggled items in pane composite part (maximize, restore) ( #200367 )
2023-12-08 16:01:18 +01:00
Henning Dieterichs and Henning Dieterichs
62493d90ca
Fixes #162340
2023-12-08 15:57:02 +01:00
Aiday Marlen Kyzy
a36340275a
Merge branch 'main' into aiday/refactoringContentHoverFile
2023-12-08 15:56:08 +01:00
Aiday Marlen Kyzy
287d9ab0e1
undoing the rename
2023-12-08 15:55:23 +01:00
João Moreno and GitHub
434d2e1644
bump @vscode/test-electron ( #200361 )
...
fixes #200348
2023-12-08 15:53:05 +01:00
Aiday Marlen Kyzy
0cc93cf588
making one call to execute edits from the color picker
2023-12-08 15:45:53 +01:00
Ladislau Szomoru and GitHub
b0b6913211
Git - gif config should not throw if key does not exist ( #200358 )
2023-12-08 15:10:52 +01:00
Aiday Marlen Kyzy
b5ad415b68
adding new color for sticky scroll inside of the panel
2023-12-08 15:05:20 +01:00
Johannes Rieken and GitHub
2018d1523e
await undo, reuse code ( #200349 )
...
* Revert "protect against faulty `canUndo` result"
This reverts commit cc629533b9 .
* await undo, reuse code
https://github.com/microsoft/vscode/issues/200223
2023-12-08 14:41:43 +01:00
Aiday Marlen Kyzy
7c732be466
changing the color of the sparkle to be yellow
2023-12-08 14:25:30 +01:00
Johannes Rieken and GitHub
e529fdc05b
fix https://github.com/microsoft/vscode/issues/189911 ( #200347 )
2023-12-08 14:14:21 +01:00
bef295a70b
timeline: use follow option so timeline follow file beyond renames ( #187174 )
...
feat(git): use follow option so timeline follow file beyond renames
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2023-12-08 13:03:59 +00:00
Johannes Rieken and GitHub
5bf577b08a
make sure super.dispose is called inside overridden dispose methods ( #200342 )
2023-12-08 13:45:44 +01:00
Alexandru Dima and GitHub
745cb55422
Disable ligatures when fontLigatures is an empty string ( #200333 )
...
Disable ligatures when `fontLigatures` is an empty string (#198517 )
2023-12-08 12:43:55 +01:00
BeniBenj
b861c3a624
adapt size
2023-12-08 12:30:23 +01:00
Roberto Huertas and GitHub
62a957135b
feat(stash): return the stash result ( #177732 )
...
re #177726
2023-12-08 12:29:19 +01:00
Ladislau Szomoru and GitHub
fe055af0a4
Git - improve branch picker when merging ( #200331 )
...
* Git - improve branch picker when merging
* 💄
2023-12-08 12:26:40 +01:00
a28e68ad70
Wait for paste to finish in paste command ( fixes #196161 ) ( #196516 )
...
* Wait for paste to finish in paste command (fixes #196161 )
* 💄
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2023-12-08 12:15:02 +01:00
Aiday Marlen Kyzy and GitHub
02b9071476
Reverting pressing alt to keep hover open ( #200330 )
...
* removing the alt pressing functionality
* removing the css and and toggle locked method also
2023-12-08 12:12:14 +01:00
BeniBenj
f4104e8cb3
Added support for custom icons in various editor inputs
2023-12-08 11:33:50 +01:00
Johannes Rieken and GitHub
2d826896fc
protect against faulty canUndo result ( #200323 )
...
https://github.com/microsoft/vscode/issues/200223
2023-12-08 11:19:31 +01:00
Alexandru Dima and GitHub
57c5c8801d
Only use the PointerEventHandler on phones ( #200317 )
...
Only use the PointerEventHandler on phones (fixes #200304 )
2023-12-08 09:55:08 +01:00
Justin Chen and GitHub
ab0520decb
Bump to version 1.86-insiders ( #200284 )
...
Update package.json
2023-12-08 01:45:50 +01:00
Raymond Zhao and GitHub
fb524480ac
chore: exclude more labels ( #200275 )
2023-12-07 23:47:42 +01:00
Connor Peet and GitHub
4fcc79567d
debug: fix tasks get stuck when restoring a PTY ( #200273 )
...
It looks like we should prefer `.getKey()` when it exists since it's stable across reloads @meganrogge?
Fixes #193233
2023-12-07 23:02:05 +01:00
Connor Peet and GitHub
3058bca393
testing: show individual test output when selected in results ( #200272 )
...
Fixes #193589
2023-12-07 13:56:12 -08:00
Daniel Imms and GitHub
faacc5f480
Merge pull request #199706 from cpendery/fix/terminal-suggestion-positioning__accept-completions
...
fix: accepting terminal completions cursor positions
2023-12-07 13:00:40 -08:00
182f5125f2
test: add ensureNoDisposablesAreLeakedInTestSuite ( #200183 )
...
* test: add ensureNoDisposablesAreLeakedInTestSuite
* fix: register moar disposables
* chore: adjust some registrations
* chore: preferencesService is a singleton
* fix: revert to registering the input within the singleton
* make TestEditorService disposable and dispose its inputs
* rm leak
---------
Co-authored-by: Connor Peet <connor@peet.io >
2023-12-07 12:24:02 -08:00
Aaron Munger and GitHub
f971dd7345
small notebook output settings tweaks ( #200269 )
...
small settings tweaks
2023-12-07 12:16:42 -08:00
Andrea Mah and GitHub
bf8e6000e6
add extra logging for file search perf ( #200205 )
2023-12-07 20:04:12 +01:00
Chapman Pendery and GitHub
b07c5df84f
Merge branch 'main' into fix/terminal-suggestion-positioning__accept-completions
2023-12-07 10:53:22 -08:00
Connor Peet and GitHub
64c7a5976f
fix: only show "Looking for remote tunnel" on startup if user has used tunnel before ( #200264 )
...
cc @aeschli
Fixes #194799
2023-12-07 11:52:38 -07:00
Daniel Imms and GitHub
aab735c131
Merge pull request #200260 from microsoft/tyriar/151902
...
Don't copy on selection when terminal find is focused
2023-12-07 10:52:13 -08:00
Chapman Pendery
cc49e8469d
Merge branch 'main' into fix/terminal-suggestion-positioning__accept-completions
2023-12-07 10:52:05 -08:00
Daniel Imms
94de0c2d64
Don't copy on selection when terminal find is focused
...
Fixes #151902
2023-12-07 09:51:30 -08:00
Daniel Imms and GitHub
7b0185b7bd
Merge pull request #200252 from microsoft/tyriar/199625
...
Allow always option for multi line paste warning
2023-12-07 09:41:26 -08:00
Daniel Imms and GitHub
cea7c824a5
Merge pull request #200254 from microsoft/tyriar/200091
...
Adopt no leaks util in more tests
2023-12-07 09:17:09 -08:00
Daniel Imms
93b02ca945
Adopt no leaks util in more tests
...
Part of #200091
2023-12-07 09:00:56 -08:00
Johannes Rieken and GitHub
8c039cedf8
fix https://github.com/microsoft/vscode/issues/195440 ( #200250 )
2023-12-07 17:43:20 +01:00
Daniel Imms
bbb7ff3839
Add legacy and invalid value cases
2023-12-07 08:39:38 -08:00