Commit graph

108628 commits

Author SHA1 Message Date
Hermann Loose ad91a63f89
Fix color descriptions for comment icons (#181628) 2023-05-11 15:18:18 +02:00
Hermann Loose dff86132bf
Add separate overview ruler colors for resolved & unresolved comments (#181520) 2023-05-11 15:17:52 +02:00
Ulugbek Abdullaev bdbcda4cd9 abstractKeybindingService: add tests for empty-string/null keybindings 2023-05-11 15:10:42 +02:00
Bhavya U 92d9a37a3e
Clean up remoteMetadata initialization (#182160) 2023-05-11 10:41:05 +02:00
Peng Lyu 02298ef418
Extract embed diff editor context key. (#182135) 2023-05-10 16:45:05 -07:00
Matt Bierner 522b80f9bc
Don't throw on main thread when messaging disposed webviews (#182132)
Fixes #173291

It's possible for the ext host to try performing an action on a webview that has been disposed but where the dispose message hasn't yet reached the ext host.  We currently throw in these cases and there's nothing an extension could do to prevent this

With this change, I've removed the exception logic so these types of messages to the main thread will just noop. On the ext host side, we still throw an error if you try posting to a webview that the ext host knows for sure is disposed of. This is usually a real bug in extension code. Extensions can prevent it by checking if the webview they are holding has been disposed of before making a request to it
2023-05-11 01:23:26 +02:00
Raymond Zhao 075c89881f
Bump emmet-helper (#180583) 2023-05-10 16:17:58 -07:00
David Dossett bac40305c0
Remove final period characters on inline input messages (#182129)
Remove final periods on inline input messages
2023-05-11 01:04:18 +02:00
Tyler James Leonhardt a9c2b682ed
Make proposed API clearer (#182093)
* Add missing typedoc

* Also update docs for proposed

* rename getSessions to authGetSessions
2023-05-10 22:27:26 +00:00
Aaron Munger 8f92d4b1ef
Merge pull request #182117 from microsoft/aamunger/linkDetection
reduce false positive link detection
2023-05-10 15:06:07 -07:00
Peng Lyu 19545fea33
Fix isEmbeddedDiffEditor context key. (#182112)
Fix isInEmbeddedEditor context key.
2023-05-10 14:47:31 -07:00
Matt Bierner 4d38422afe
Add priority to paste / drop apis (#182109)
* Add priority to paste / drop apis

Fixes #181886

Replacement for #181453

* Make notebooks prefer text over creating attachments
2023-05-10 14:18:05 -07:00
Aaron Munger 54f486aba5
Merge branch 'main' into aamunger/linkDetection 2023-05-10 14:05:53 -07:00
aamunger 2a7639b907
use look behind so whitespace is not matched 2023-05-10 13:59:44 -07:00
Aaron Munger 46b7e7b02c
Merge pull request #181949 from r3m0t/interactive-window-compact-b
Interactive window- don't leave space for insert toolbar
2023-05-10 13:37:31 -07:00
aamunger 5cedfd4b84
reduce false positive link detection 2023-05-10 13:33:14 -07:00
Connor Peet d3d9f86116
cli: store cli in user data dir, separate per quality (#182102)
* cli: store cli in user data dir, separate per quality

Fixes #181017

On first run, the `~/.vscode-cli` will be migrated inside the user data dir of the currently running quality.

* use create_dir_all instead

* clippy fixes
2023-05-10 13:09:23 -07:00
Matt Bierner 8b11c814cc
Use better placeholder for move to file (#182108) 2023-05-10 12:56:25 -07:00
rebornix 2e440e12cd
introduce explicit isReadonly in notebook options 2023-05-10 12:00:39 -07:00
Ladislau Szomoru b4469cf109
Git - add setting to control default branch name (#181884)
* Initial implementation

* Refactor based on discussions

* More pull request feedback
2023-05-10 20:52:13 +02:00
Bhavya U 4bbf1ad5fb
Update remote tunnel action to execute action (#182103) 2023-05-10 11:17:47 -07:00
rebornix 831e530de9
Merge remote-tracking branch 'origin/main' into pr/r3m0t/181949 2023-05-10 11:15:22 -07:00
Daniel Imms cc443365dc
Merge pull request #182100 from microsoft/tyriar/181939
Make 633 parsing more strict
2023-05-10 10:42:26 -07:00
Daniel Imms 7518104a20
Add tests for 633 E capability 2023-05-10 10:27:25 -07:00
Daniel Imms 418a4e2333
Make 633 parsing more strict
Fixes #181939
2023-05-10 10:18:39 -07:00
Connor Peet e29ee620ca
testing: fix icon on the margin doesn't work (#182094)
Fixes #182056
2023-05-10 19:03:59 +02:00
Rob Lourens 67de6c1d53
Fix for multiple handlers on single list row (#182084)
Fix #97820
2023-05-10 16:41:06 +00:00
Sandeep Somavarapu de89c63acc
adopt to web platform specifier (#182072)
#180525 adopt to web platform specifier
2023-05-10 18:36:58 +02:00
Benjamin Pasero 478551bd07
Failing files unit tests (fix #182079) (#182089) 2023-05-10 18:34:32 +02:00
Alex Ross 21dda74a13
Cache auto port properties (#182081)
* Add session cach for port props and merge

* Only cache auto forwarded

* Cache properties before closing

* Add privacy mismatch log
2023-05-10 18:09:56 +02:00
Sandeep Somavarapu d0ca6131bf
skip failing tests (#182080) 2023-05-10 17:37:31 +02:00
Tomer Chachamu 761a1d3617 Notebook layout- hide between cells toolbar on readonly editors 2023-05-10 16:20:33 +01:00
Peng Lyu 93f610f6a9
Adopt slash command for notebook. (#182077) 2023-05-10 17:03:44 +02:00
Benjamin Pasero 4c45cff558
Data loss smoke test failures (fix #181952) (#182059) 2023-05-10 14:23:12 +00:00
Dirk Bäumer 66e8ef9385
Merge pull request #182057 from microsoft/dbaeumer/inevitable-flyingfish-coffee
Remove rich nav from pull requests
2023-05-10 16:00:47 +02:00
Ladislau Szomoru abc7a47753
SCM - fix action bar regression (#182032) 2023-05-10 15:35:59 +02:00
João Moreno eccad6a3c3
bump @vscode/proxy-agent (#182052) 2023-05-10 15:28:37 +02:00
Matt Bierner ca51a4b04c
Add paste as command (#181959)
For #30066

This command shows a quick pick that lets you select how to paste content
2023-05-10 06:17:42 -07:00
Ladislau Szomoru 4182ec739b
GitHub - clear branch protection when signing out (#182053) 2023-05-10 06:16:56 -07:00
Benjamin Pasero 45b57b3137
Merge pull request #181708 from microsoft/ben/readonly-files
Allow to mark files as readonly (#4873)
2023-05-10 15:07:46 +02:00
Dirk Baeumer 7ae091f067
Remove rich nav from pull requests 2023-05-10 14:59:30 +02:00
Benjamin Pasero 0cf09a1ffb
readonly - fix hygiene 2023-05-10 14:47:11 +02:00
Benjamin Pasero ffeea9d693
readonly - 💄 2023-05-10 14:17:45 +02:00
Isidor Nikolic 5820f8e540
update distro (#182048) 2023-05-10 14:03:36 +02:00
Sandeep Somavarapu f8a77b8f45
Merge pull request #182042 from microsoft/sandy081/comparable-skink
Use recovery fix in main
2023-05-10 13:57:57 +02:00
Benjamin Pasero d3d28dd009
readonly - 💄 2023-05-10 13:20:49 +02:00
Benjamin Pasero 83e7b4dcec
🆙 electron@22.5.2 (#182043) 2023-05-10 13:19:45 +02:00
Benjamin Pasero 1dc33251a6
readonly - settings 💄 2023-05-10 13:15:34 +02:00
Sandeep Somavarapu 8669224a52
cleanup only generated folders for removed extensions (#182028)
#181671 cleanup only generated folders for removed extensions
2023-05-10 12:37:09 +02:00
Sandeep Somavarapu 171b9acaab
Revert "use fileservice.del (#181890)"
This reverts commit 618dc85f33.
2023-05-10 12:35:56 +02:00