Commit graph

97825 commits

Author SHA1 Message Date
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
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
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
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
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
Daniel Imms a1e9fa6bab
Merge branch 'main' into tyriar/151933 2022-06-22 13:16:23 -07:00
Daniel Imms 6aea4eba61
Add envMixin to in Windows 2022-06-22 13:14:21 -07:00
SteVen Batten 3997bb78d8
fixes #152509 (#152904) 2022-06-22 19:30:54 +00:00
Tyler James Leonhardt bce2e61e04
Allow nls in the base worker (#152887)
* Add localize call to platform

* Allow to use nls in the base worker

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-06-22 12:30:09 -07:00
Ladislau Szomoru b9484e8e16
SCM - Action button localization fix (#152903)
* Localization fix

* Fix typo in key
2022-06-22 19:27:27 +00:00
Miguel Solorio 901b2a0299
Add listActiveSelectionFocus color token (#152260)
* Add listActiveSelectionFocus color token (Refs #151577)

* Update colors

* Update color token name to `listFocusAndSelectionOutline` and re-order
2022-06-22 12:24:49 -07:00
Matt Bierner be1ee5d9f1
Re-validate md files when a linked to file is created or deleted (#152520) 2022-06-22 19:02:46 +00:00
Alexandru Dima 4878dfa5a1
After running extension tests, it is not necessary to exit the extension host process with a specific exit code (#152870) 2022-06-22 20:58:06 +02:00
Sandeep Somavarapu a1e1e307e3
introduce application config model (#152889)
* introduce application config model
- application configuration is active and used only in non default profiles
- read/write application scoped settings only from application layer and not from user layer
- extensions get application scoped values as global values
- settings editor does not show application scoped settings in non default profle
- added unit tests

* fix tests
2022-06-22 11:57:39 -07:00
SteVen Batten a1b53fde82
let app menu menus zoom out even though title cant (#152898)
* let app menu menus zoom out even though title cant
fixes #151803

* fix for zoom in behavior
2022-06-22 18:52:27 +00:00
Logan Ramos ab18a31ee8
Fix excludeGitIgnore (#152900) 2022-06-22 18:48:54 +00:00
Megan Rogge bf18ad0634
allow focusing of next and previous page w PageUp/Down when in navigation mode (#152522) 2022-06-22 11:16:03 -07:00
Anthony Stewart a0067e5dbf
Prefer the markdown description in the preferences page (#152860)
Fixes #152859

Co-authored-by: Anthony Stewart <anthonystewart@google.com>
2022-06-22 10:47:39 -07:00
Raymond Zhao 70392d7d51
Dispose custom hover after clicking link (#152800)
Ref #151787
2022-06-22 09:11:59 -07:00
Johannes Rieken 9024ed7c43
manually inline const-enum into webviewPreloads.ts because that file cannot have imports (#152880)
related to https://github.com/microsoft/vscode/issues/150025
2022-06-22 18:08:24 +02:00
Daniel Imms 96b90e7535
Merge pull request #152815 from microsoft/tyriar/151644
Always emit command finished sequence
2022-06-22 09:04:37 -07:00
Alexandru Dima 451c9a636f
When in between two columns, prefer the column which is closer to the mouse horizontal offset (#152866)
Fixes #152819: When in between two columns, prefer the column which is closer to the mouse horizontal offset
2022-06-22 07:04:06 -07:00
Ladislau Szomoru df0fc08407
Git - Fix configuration service warnings (#152867)
Fix configuration service warnings
2022-06-22 15:58:57 +02:00
Rob Lourens 28dc74bf76
Don't pass on CKS change events from parent, when all changed keys are overridden by the child scoped CKS (#152775)
Fixes #125109
2022-06-22 14:52:47 +02:00
Benjamin Pasero d119d65734
cli - release --wait if opening fails (fix #152432) (#152856) 2022-06-22 14:33:12 +02:00
Matt Bierner 321423db2b
Standardize text/uri-list handling (#152756)
This creates a common set of functions for creating and parsing the `text/uri-list` mime type. As part of this, I also aligned us with the standard, which uses `\r\n` between lines instead of just `\n`
2022-06-22 13:53:37 +02:00
Alexandru Dima 09fa37468c
Add a context menu to show/hide the minimap (#152850)
Fixes #148131: Add a context menu to show/hide the minimap
2022-06-22 13:22:02 +02:00
Alexandru Dima d257875a04
Don't install keyboard layout change listener in CI (#152853)
Fixes #152840: Don't install keyboard layout change listener in CI
2022-06-22 11:09:01 +00:00
Ladislau Szomoru 08a46984d6
SCM - Add capability to disable the SCM action button (#152849)
Add capability to disable the SCM action button
2022-06-22 13:01:20 +02:00
Henning Dieterichs 58a042cb8e
Merge pull request #152762 from microsoft/3wm 2022-06-22 11:30:44 +02:00
Ladislau Szomoru 75362a6268
Git - add settings to control the branch protection indicator (#152469)
* Add settings to control the branch protection indicator

* Pull request feedback
2022-06-22 01:02:13 -07:00
Joyce Er 453ddc22f6
Use AuthenticationSession.account.id to dedupe sessions (#152774)
`AuthenticationSession.account.label` is not guaranteed to be unique
2022-06-22 09:41:06 +02:00
Matt Bierner d6e60d3051
Fix paste actions breaking paste on new line (#152809)
Fixes #151326
2022-06-22 08:20:56 +02:00