Commit graph

97931 commits

Author SHA1 Message Date
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
Henning Dieterichs effdb8e2b4
Fixes #150817 by disposing everything properly. 2022-06-23 18:02:33 +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
Daniel Imms 9965fa6266
Allow modifying the recent command/dir in terminal
Fixes #150375
2022-06-23 08:39:40 -07:00
Henning Dieterichs 7ba13b1a69
Adopts category for commands. 2022-06-23 17:38:31 +02:00
Henning Dieterichs a2eccb109e
Merge pull request #152865 from microsoft/3wm 2022-06-23 17:35:24 +02:00
Johannes 214e276bd5
have compilation#transpileTask as a separate place for tweaks 2022-06-23 17:32:20 +02:00
Alex Dima 4b53d6fa28
Align duplicated code before merging 2022-06-23 17:32:19 +02:00
Daniel Imms e733f73119
Merge pull request #152973 from microsoft/tyriar/152780
Fix terminal selection contrast in solarized light
2022-06-23 08:28:13 -07:00
Alex Dima b6afe5e0f1
Configure if the regular console should also be used via IExtensionHostInitData 2022-06-23 17:25:47 +02:00
Henning Dieterichs 472663f81c
Fixes #152949 2022-06-23 17:23:39 +02:00
Alex Dima 921d63cb93
Extension host console forwarding always uses VSCODE_VERBOSE_LOGGING 2022-06-23 17:12:28 +02:00
Alex Dima e525b3f4e0
Configure if console stacks should be sent via IExtensionHostInitData 2022-06-23 17:10:22 +02:00
Henning Dieterichs 08d36d9de2
3wm: Adds compare commands. 2022-06-23 17:09:05 +02:00
Alexandru Dima f9acb97f3c
Set up console forwarding in the extension host separately of bootstrap-fork.js (#152980) 2022-06-23 17:01:00 +02:00
Henning Dieterichs 725c0c9ceb
Implements checkbox context menu. 2022-06-23 17:00:05 +02:00
Logan Ramos cb2b861191
Update vortex web endpoint (#152981) 2022-06-23 07:56:37 -07:00
Alex Ross 54e286f8f0
Command to toggle editor commenting (#152978)
Part of #149176
2022-06-23 10:44:57 -04:00
Tyler James Leonhardt fa57e29908
use new logic around nls (#152761) 2022-06-23 07:41:55 -07:00
Johannes b942d2ea65
use a different _internal_ API to get the output file names for a TS input file and its config... way faster than creating a program and using its internal API but needs some massage... 2022-06-23 16:20:21 +02:00
Ladislau Szomoru 1513f91ac2
Git - fix regression with creating an empty commit (#152974) 2022-06-23 16:06:06 +02:00
Ladislau Szomoru ac51869561
SCM - SCMInput should use StorageScope.APPLICATION (#152878)
SCMInput should use StorageScope.APPLICATION
2022-06-23 06:58:16 -07:00
Raymond Zhao 70738ed4f2
Fix Emmet integration test warning, fixes #152827 (#152925) 2022-06-23 06:57:26 -07:00
Martin Aeschlimann 30970aed7d
Fix warning for missing property "scope" (#152977) 2022-06-23 06:55:28 -07:00
Daniel Imms fc7ba026bf
Fix terminal selection contrast in solarized light
Fixes #152780
2022-06-23 06:05:06 -07:00
Daniel Imms f0cf1ea129
Fix initial compilation problem matching in tsc-watch
Fixes #152966
2022-06-23 04:48:25 -07:00
Sandeep Somavarapu 72c723502f
remove defaultProfile from IUserDataProfileService (#152960) 2022-06-23 13:42:29 +02:00
Martin Aeschlimann 4b48304259
theme service: adopt storage scopes (#152838) 2022-06-23 09:01:02 +02:00
Martin Aeschlimann 315bccd0b1
Use x-forwarded-host when evaluating the remote authority (#152871)
Use x-forwarded-host
2022-06-23 08:58:07 +02:00
Sandeep Somavarapu 87a6ba590a
fix default profile (#152915)
- send all profiles to window and shared process
- set first profile as default profile
2022-06-23 08:57:47 +02:00
Robo 668c538b8d
chore: update electron@18.3.4 (#152927) 2022-06-22 18:11:36 -07:00
Daniel Imms 6041abdb5e
Merge pull request #152802 from microsoft/tyriar/151933
Allow manual install of shell integration
2022-06-22 15:35:55 -07:00
Andrea Mah da823b2e25
Remove icons from debug consoles in quick access (#152918)
Fixes #152917
2022-06-22 15:29:00 -07:00
Logan Ramos 2d32e4041e
Refactor telemetry appenders to reduce duplicated code (#152877)
* Reactor telemetry appenders to reduce duplicated code

* Update tsconfig

* Do not use Object.create(null) because we need object.hasOwnProperty
2022-06-22 18:25:00 -04:00
Matt Bierner 07144d22c4
Rename types in the markdown extension (#152905)
Renames in the markdown extension

This renames some types and splits up some files as part of an exploration towards a proper LSP. Changes:

- `SkinnyTextDocument` -> `ITextDocument`
- Moved `ITextDocument` to own file
- `MdWorkspaceContents` -> `IMdWorkspace`
2022-06-22 14:12:48 -07:00
Raymond Zhao 5f0a3888b4
Fix command encoding. Fixes #151364 (#152896) 2022-06-22 14:12:32 -07:00
Babak K. Shandiz f37b4817a8
🎁 Add "Remove expression" as an action bar command to debug watch expressions (#152861)
* 🎨 Define icon for `watchExpressionRemove` menu item

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🎨 Apply icon and change group for `watchExpressionRemove` menu item

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🎁 Add "Remove expression" as an action bar command for watch expressions

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Remove unused parameters from `getContextForWatchExpressionMenu`

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-06-22 13:54:46 -07:00
Martin Aeschlimann 7a9ac3005e
preview themes also for built-in themes (#152885) 2022-06-22 22:24:44 +02:00