Commit Graph

97915 Commits

Author SHA1 Message Date
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
Sandeep Somavarapu
28e9322f72 cleanup: initialize profiles when state is initiaized (#153002)
clean up:
- initialize profiles when state is initiaized
2022-06-23 17:21:28 +00:00
Henning Dieterichs
080c9a2611 Merge pull request #152529 from MonadChains/wrapping-indent-bugfix 2022-06-23 18:51:00 +02:00
Joyce Er
a6b2cf5d28 Debt - register setting from contribution file (#152996) 2022-06-23 16:49:49 +00:00
Daniel Imms
fec9c80842 Merge pull request #152990 from microsoft/tyriar/152989
Alt -> Option in open recent
2022-06-23 09:40:37 -07:00
Sandeep Somavarapu
6d35288333 CLI: initialize state and profiles (#152994)
- create state service (readonly)  in node
- split state service between node and main
- split profiles service between node and main
- set up and init state and profiles services in cli
2022-06-23 18:37:10 +02:00
Daniel Imms
15ba4631e8 Clean up and disable command detection in common protocol 2022-06-23 09:30:38 -07:00
Johannes Rieken
c54d6fb533 Merge pull request #152991 from microsoft/joh/positive-bobcat 2022-06-23 18:25:30 +02:00
SteVen Batten
971d66bc3e fixes #151892 (#152908) 2022-06-23 17:52:07 +02:00
Henning Dieterichs
9e00a5231a Merge pull request #152986 from microsoft/3wm 2022-06-23 17:51:17 +02:00
Daniel Imms
ccc0a7267b Merge remote-tracking branch 'origin/main' into tyriar/146587 2022-06-23 08:50:11 -07:00
Daniel Imms
f19bd14d08 Alt -> Option in open recent
Fixes #152989
2022-06-23 08:44:28 -07:00
Henning Dieterichs
cc17bc2be6 Fixes #151865. 2022-06-23 17:42:50 +02:00
Alex Dima
c8916ac797 Reduce duplication 2022-06-23 17:42:05 +02:00
Alex Ross
ffef15948c Disable editor commenting in zen mode (#152983)
Fixes #149176
2022-06-23 17:40:20 +02:00