Commit Graph

117229 Commits

Author SHA1 Message Date
Francis Chartrand
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
5bf577b08a make sure super.dispose is called inside overridden dispose methods (#200342) 2023-12-08 13:45:44 +01:00
Alexandru Dima
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
62a957135b feat(stash): return the stash result (#177732)
re #177726
2023-12-08 12:29:19 +01:00
Ladislau Szomoru
fe055af0a4 Git - improve branch picker when merging (#200331)
* Git - improve branch picker when merging

* 💄
2023-12-08 12:26:40 +01:00
Tomer Chachamu
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
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
2d826896fc protect against faulty canUndo result (#200323)
https://github.com/microsoft/vscode/issues/200223
2023-12-08 11:19:31 +01:00
Alexandru Dima
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
ab0520decb Bump to version 1.86-insiders (#200284)
Update package.json
2023-12-08 01:45:50 +01:00
Raymond Zhao
fb524480ac chore: exclude more labels (#200275) 2023-12-07 23:47:42 +01:00
Connor Peet
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
3058bca393 testing: show individual test output when selected in results (#200272)
Fixes #193589
2023-12-07 13:56:12 -08:00
Daniel Imms
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
Raymond Zhao
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
f971dd7345 small notebook output settings tweaks (#200269)
small settings tweaks
2023-12-07 12:16:42 -08:00
Andrea Mah
bf8e6000e6 add extra logging for file search perf (#200205) 2023-12-07 20:04:12 +01:00
Chapman Pendery
b07c5df84f Merge branch 'main' into fix/terminal-suggestion-positioning__accept-completions 2023-12-07 10:53:22 -08:00
Connor Peet
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
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
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
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
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
Benjamin Pasero
d5307c5afa Have workspace.save and workspace.saveAs methods that return the URI (fix #178713) (#200222) 2023-12-07 17:38:11 +01:00
Daniel Imms
033705cd7a Move to new module, add tests 2023-12-07 08:36:33 -08:00
Aiday Marlen Kyzy
797f78fb64 wip 2023-12-07 17:30:32 +01:00
Aiday Marlen Kyzy
4fce419132 Merge pull request #200237 from idootop/fix/enum-check
fix: invalid enum check in HoverFocusBehavior logic
2023-12-07 17:21:46 +01:00
Daniel Imms
5fc9540a47 Allow always option for multi line paste warning
Fixes #199625
2023-12-07 08:10:41 -08:00
Daniel Imms
66c869c41f Merge pull request #200107 from cpendery/refactor/terminalContrib-terminal-suggestions
refactor: xterm suggestion addon into terminalContrib
2023-12-07 06:36:22 -08:00
Isidor Nikolic
6afe6d4cfb Merge pull request #200243 from microsoft/isidorn/developing-primate
Update distro hash in package.json
2023-12-07 14:28:29 +00:00
Daniel Imms
12a540ff13 Merge pull request #200197 from microsoft/merogge/reset-tab-color
fix terminal tab multi-action issues
2023-12-07 06:13:01 -08:00
isidor
55add1cf65 Update distro hash in package.json 2023-12-07 15:04:52 +01:00
Alex Ross
defb8cd64f Allow file level comments to be collapsed initially (#200241)
Part of microsoft/vscode-pull-request-github#5512
2023-12-07 14:52:46 +01:00
Johannes Rieken
e1950559a8 Eager inline UI shouldn't show info message nor placeholder to prevent flicker (#200236)
fixes https://github.com/microsoft/vscode-copilot/issues/3194
2023-12-07 12:12:30 +01:00
Isidor Nikolic
7a339f6d3e Merge pull request #200235 from microsoft/isidorn/repulsive-shark
Add ensureNoDisposablesAreLeakedInTestSuite utility function
2023-12-07 11:10:51 +00:00
Johannes Rieken
89c2f0f343 fix https://github.com/microsoft/vscode-copilot/issues/3187 (#200233) 2023-12-07 12:06:03 +01:00
WJG
6d448e0f69 fix: invalid enum check in HoverFocusBehavior logic 2023-12-07 19:00:38 +08:00
isidor
d2062e54fa Add ensureNoDisposablesAreLeakedInTestSuite utility function
#200091
2023-12-07 11:55:54 +01:00
Aiday Marlen Kyzy
40ba1b93fb when additional text edits are done do not hide the color picker 2023-12-07 11:49:34 +01:00
Ladislau Szomoru
a8c22985d2 Engineering - adopt disposable store with disposableTimeout() (#200230) 2023-12-07 11:46:28 +01:00
Benjamin Pasero
80763f56b0 diff - show flip action more prominently (#200227) 2023-12-07 11:12:17 +01:00
Robo
12fece34ed chore: update to electron 27 (#197539)
* chore: update electron@27.0.2

* chore: update debian dependencies

* chore: bump electron@27.0.4

* chore: bump electron@27.1.0

* chore: bump electron@27.1.3

* chore: bump distro
2023-12-07 10:48:24 +01:00
Aiday Marlen Kyzy
bdef7fd3fb Merge pull request #200127 from microsoft/aiday/refactoringHoverFile
Refactoring the hover.ts file
2023-12-07 09:29:51 +01:00
Connor Peet
9bbc169b62 cli: a running code tunnel/serve-web subcommands as root (#200207)
Fixes #193932
2023-12-07 03:32:36 +01:00