Commit graph

97931 commits

Author SHA1 Message Date
Robo 69aaf7a58a
chore: bump electron@18.3.5 (#153091) 2022-06-24 13:17:44 +02:00
Johannes Rieken dfeb3e0050
joh/careful silverfish (#153089)
* don't show `openChange` command for merge editor

https://github.com/microsoft/vscode/issues/151125

* disable and not-place the conflicting merge-conflict navigation commands for the merge editor

https://github.com/microsoft/vscode/issues/153087

* disable (configurable) merge-conflict featues (code lens, decorations) when git is configured to use merge editor

https://github.com/microsoft/vscode/issues/153087
2022-06-24 09:33:06 +00:00
Ladislau Szomoru 4a72009c59
Git - Update git.terminalGitEditor default value (#153085)
Update git.terminalGitEditor default value
2022-06-24 10:54:24 +02:00
Henning Dieterichs 2936e8f5d2
Merge pull request #152992 from microsoft/3wm 2022-06-24 10:29:56 +02:00
Sandeep Somavarapu c8ee8a25c5
adopt snippets with profile change (#153079)
* adopt snippets with profile change

* feedback
2022-06-24 10:10:22 +02:00
Sandeep Somavarapu 45f9ce71fc
adopt keybindings for profile change (#153077) 2022-06-24 09:20:57 +02:00
Johannes Rieken 66b67e282c
Merge pull request #152892 from babakks/show-no-snippet-available-on-picker 2022-06-24 09:16:48 +02:00
Tyler James Leonhardt 173f4bea73
rev distro and only use nlsService when not using English (#153071) 2022-06-23 23:04:30 -07:00
Benjamin Pasero 0dfbf42795
tests - skip all flaky webview tests (#153066) (#153067) 2022-06-23 22:51:58 -07:00
Benjamin Pasero 2c036d15d8
fix #152854 (#153069) 2022-06-23 22:34:12 -07:00
Matt Bierner d6497d3db1
Use ResourceMap (#153051)
Replaces `Set` of uris with a `ResourceMap`
2022-06-24 01:00:05 +00:00
Megan Rogge 50d678d552
improve simple find widget accessibility (#153058)
fix #150379
2022-06-24 00:59:06 +00:00
Tyler James Leonhardt 0d85f1e23e
pass in fallbacktranslations for when there isn't a translation for a specific string (#153050)
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-06-24 00:58:29 +00:00
Matt Bierner 9b7696cc9c
Fix notebook links to other docs in edited markdown cells (#153052)
Fixes #148199

This makes us resolve links in notebooks relative to the notebook document instead of relaitve to the cell
2022-06-23 20:55:08 -04:00
Matt Bierner ab7bc9fb0b
Split up MD link tests (#153048)
This splits the markdown link tests in two:

- Tests for detecting links in md files (`MdLinkComputer`)
- Tests for the actual vs code editor link provider

Also fixes a few cases splitting these tests up caught
2022-06-23 17:53:56 -07:00
Logan Ramos 4a7a6a597a
Update extension telemetry modules (#153057) 2022-06-24 00:53:23 +00:00
Alexandru Dima 2980862817
Merge pull request #152470 from microsoft/alexd/worrying-bandicoot
Turn on `UtilityProcess` by default
2022-06-24 02:45:28 +02:00
Sandeep Somavarapu 0060853bc1
donot register profiles enablement setting in web (#153049) 2022-06-23 23:13:50 +00:00
Tyler James Leonhardt d40a95de40
Leverage the unpkg service to get translations of built-in extensions package.json (#152506)
reimplement with localizeManifest being inside of the scanner service
2022-06-23 16:06:49 -07:00
Sandeep Somavarapu 1e10d01f5a
fix deleting profiles and clean up default extensions profile (#153047) 2022-06-23 16:05:29 -07:00
Sandeep Somavarapu c480885fda
Enable settings profiles behind experimental flag (#153044)
Enable settings profiles under experimental flag
2022-06-23 15:52:56 -07:00
Daniel Imms 4bb6ebfac6
Pull history from shell history files into recent commands (#152936) 2022-06-23 22:39:16 +00:00
Megan Rogge bcfdcf57e3
add generic marker sequence and markers/decorations for problems (#152671) 2022-06-23 22:36:43 +00:00
Megan Rogge 36b313c6a6
fix #153033 (#153042) 2022-06-23 15:29:08 -07:00
Alexandru Dima 9cd2caf854
Always add a fallback to the editor font family (#153043)
Fixes #152566: Always add a fallback to the editor font family
2022-06-23 22:23:55 +00:00
Daniel Imms da296f0d35
Merge pull request #153027 from microsoft/tyriar/150241
Integration with bash-preexec
2022-06-23 15:22:37 -07:00
Sandeep Somavarapu bc50babf3c
filter extension management events per profile (#153036) 2022-06-23 23:55:51 +02:00
Alex Dima 1bd6ac77e0
Avoid START_NATIVE_LOG and END_NATIVE_LOG appearing in integration test output 2022-06-23 23:52:07 +02:00
Alexandru Dima 3268d1d47d
Fix hover highlight range flickering (#151235) (#153038) 2022-06-23 21:41:21 +00:00
Logan Ramos 556d6aa930
Send telemetry data on the base data object (#153034) 2022-06-23 21:19:33 +00:00
Sandeep Somavarapu 1e5e1a02e8
support application scoped extensions (#152975)
* support application scoped extensions

* fix tests
2022-06-23 17:04:34 -04:00
Alex Dima bae316c7ad
Merge remote-tracking branch 'origin/main' into alexd/worrying-bandicoot 2022-06-23 22:45:59 +02:00
Alexandru Dima 619ab6d1ba
Merge pull request #153024 from microsoft/alexd/ext-host-console-2
Clean up extension host console forwarding
2022-06-23 22:44:26 +02:00
Logan Ramos 26edd1f92e
Fix #152598 (#153025)
* Fix #152598

* Remove debug statement
2022-06-23 20:11:03 +00:00
Daniel Imms eb081298c0
Integration with bash-preexec
Fixes #150241
2022-06-23 13:01:36 -07:00
Joyce Er 0a432d2bba
Improve edit sessions authentication usability (#153011)
* Add account menu item to sign out of edit sessions

* Reset auth on token failure

* Improve auth quickpick title
2022-06-23 21:57:29 +02:00
Ladislau Szomoru 25cc6c0dd0
Git - Remove git.branchProtectionIndicator setting (#153020)
Remove git.branchProtectionIndicator setting
2022-06-23 21:56:54 +02:00
Alex Dima bbee9d7864
Reuse safeStringify 2022-06-23 21:54:47 +02:00
Alex Dima 938124008c
Share console wrapping code 2022-06-23 21:47:39 +02:00
Joyce Er 8ae90b3feb
Add improved logging for edit sessions (#153016) 2022-06-23 12:37:24 -07:00
Daniel Imms 4c60b2fd34
Merge pull request #152995 from microsoft/tyriar/146587
Support (degraded) shell integration for powerlevel10k and other prompts by supporting the common protocol
2022-06-23 12:33:56 -07:00
Matt Bierner 385bf5036b
Optimize NoLinkRanges lookup (#153010)
This switches us to use a map to check if a position exists inside the no link ranges
2022-06-23 11:38:13 -07:00
Daniel Imms 12de0cb94b
Merge pull request #152988 from microsoft/tyriar/150375
Allow modifying the recent command/dir in terminal
2022-06-23 11:26:02 -07:00
Justin Chen 7cb79a6027
Merge pull request #152383 from justschen/justin/CodeAction-Telemetry
Adding additional telemetry on CodeActions (trigger reasons)
2022-06-23 11:06:21 -07:00
SteVen Batten b8ac4260a3
fix compact menu coloring in the title bar (#153007)
refs #152906
2022-06-23 17:59:14 +00:00
SteVen Batten e0e194d405
only apply text-transform uppercase to panet title (#153005)
fixes #152982
2022-06-23 17:43:27 +00:00
Benjamin Pasero a9cacc5d9a
skip flaky webview test (#150682) (#153006) 2022-06-23 17:43:04 +00:00
Daniel Imms 96ca51210f
Merge pull request #152967 from microsoft/tyriar/152966
Fix initial compilation problem matching in tsc-watch
2022-06-23 10:31:51 -07:00
Alex Dima 5e5e4c86ba
Use const enums for marker strings 2022-06-23 19:26:46 +02:00
Johannes Rieken 3d6ab7cfe6
passing test for https://github.com/microsoft/vscode/issues/152882 (#152998) 2022-06-23 10:24:31 -07:00