Commit graph

98540 commits

Author SHA1 Message Date
Aiday Marlen Kyzy 47a1f80c65
Adding keepLines feature to the settings (#154790)
* Adding the keepLines feature into the settings so the user can format while keeping the original line positions in json documents

* update service

* update dependencies

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-07-12 09:59:33 +02:00
Johannes Rieken c71e78d3d6
fix CSP for webWorkerExtHostIframe and also fix URL construction (#154899) 2022-07-12 09:35:41 +02:00
João Moreno f44c00cac8
Download policy translations for previous version if current version fails (#154892) 2022-07-12 07:58:50 +02:00
Benjamin Pasero 5a2c591b82
update nls comment (#153743) (#154890) 2022-07-12 07:12:25 +02:00
Stephen Sigwart 112b2d050c
Fix menu shortcuts not working after a webview is shown (#154648)
Release notes, markdown preview, etc. use a web view. The web view uses `WindowIgnoreMenuShortcutsManager`/`allowMenuShortcuts` to disable menu shortcuts.
However, `WindowIgnoreMenuShortcutsManager.didBlur` isn't being called when the editor is closed, so the menu shortcuts stay disabled.

This seems to be a side effect of the fix for #82670.

This does not solve using Cmd+M or Cmd+H while focused on a web view.  I looked into detecting those keys and enabling menu shortcuts, but it seems like MacOS still won't detect them if you enable menu shortcuts after the key stroke is pressed but before the event is finished processing.
2022-07-11 17:55:20 -07:00
David Dossett 1a7cae95fd
Update codicons (#154859) 2022-07-11 21:43:40 +00:00
Sandeep Somavarapu 2638da7780
do not scan web extensions in desktop (#154851) 2022-07-11 20:36:47 +00:00
Robert Jin e7e987e3b3
Add Expand all button in explorer view (#153614)
Add expand all button in explorer view to replace collapse all if all workspace root folders are collapsed
2022-07-11 16:30:13 -04:00
Daniel Imms 5cb38d753f
Merge pull request #154849 from microsoft/tyriar/update_xterm
xterm@4.20.0-beta.12
2022-07-11 13:07:04 -07:00
Logan Ramos 88f9806a97
Add installation context to install extension command (#154846)
* Add installation context to install extension command

* Update src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts

Co-authored-by: Joyce Er <joyce.er@microsoft.com>

Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2022-07-11 20:04:45 +00:00
Daniel Imms 5a7097e365
Merge pull request #154845 from microsoft/tyriar/154811
Temporarily disable some profile tests
2022-07-11 13:00:46 -07:00
Daniel Imms 9f3a127b41
xterm@4.20.0-beta.12
Fixes #151225
Fixes #154689
Fixes #154700
Fixes #154702
2022-07-11 12:54:50 -07:00
Daniel Imms 631780ec6f
Merge pull request #154725 from microsoft/tyriar/45705_2
Support missing pwsh keybindings using shell integration
2022-07-11 12:33:17 -07:00
Daniel Imms b358062d36
Temporarily disable some profile tests
Part of #154811
2022-07-11 12:32:14 -07:00
SteVen Batten 01afe20df1
fixes #154840 (#154841) 2022-07-11 19:00:50 +00:00
Logan Ramos c6d40837c0
Fix incorrect common.version (#154825) 2022-07-11 14:45:13 -04:00
Megan Rogge 1076bf59dd
add task quick pick smoke tests (#154532) 2022-07-11 11:38:08 -07:00
Daniel Imms 75bc124fe9
Remove todo 2022-07-11 11:35:10 -07:00
Daniel Imms f7817348e6
Merge branch 'main' into tyriar/45705_2 2022-07-11 11:34:27 -07:00
Daniel Imms 39319d4f21
Merge pull request #154839 from microsoft/tyriar/153743
Improve tasks localized strings
2022-07-11 11:33:33 -07:00
Daniel Imms 5b288e1191
Improve tasks localized strings
Part of #153743
2022-07-11 11:10:01 -07:00
Idefix2020 c137fb2ef7
Better TypedArray type checking (#153929)
Check if the object is an instance of any TypedArray (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#description)
2022-07-11 17:10:35 +00:00
Sandeep Somavarapu ca5430942d
broadcast profiles changes to other windows (#154782)
* broadcast profiles changes to other windows

* - add type to broadcast data
- adopt in storage service
2022-07-11 17:53:08 +02:00
Matt Bierner e02c71e3c6
Fix range of reference links (#154819)
Fixes #150921
2022-07-11 17:46:15 +02:00
Matt Bierner 30b6e1a9b7
Pick up latest TS nightly for building VS Code (#154821) 2022-07-11 08:41:41 -07:00
Daniel Imms 7f88187aa7
Merge branch 'main' into tyriar/45705_2 2022-07-11 08:29:01 -07:00
Ladislau Szomoru ada844686b
Button - Do no change the style on focus/blur if the button is disabled (#154253)
Do no change the style on focus/blur if the button is disabled
2022-07-11 17:23:07 +02:00
Matt Bierner 82687c84ee
Add hook for extending built-in html renderer (#154316)
Fixes #153836

Lets extension register a hook that is invoked after the html element is renderered
2022-07-11 08:21:02 -07:00
Daniel Imms 678e59a7d4
Merge pull request #152833 from jeanp413/proposal-130231
Proposal TerminalExitStatus.reason
2022-07-11 07:56:38 -07:00
Ladislau Szomoru 6701dd54d6
SCM - Commit action button accessibility improvements (#154817)
Commit action button accessibility improvements
2022-07-11 14:54:38 +00:00
Logan Ramos 51ae229d95
Move telemetry test from electron-browser to browser (#154805)
Update appender tests
2022-07-11 16:52:01 +02:00
Daniel Imms fcbef6895a
Merge branch 'main' into proposal-130231 2022-07-11 07:47:58 -07:00
Daniel Imms 59ba6de312
Merge pull request #154807 from microsoft/tyriar/remove_name_change
Remove onDidChangeName proposed API
2022-07-11 07:43:39 -07:00
Daniel Imms 1e00e60596
Fix typo 2022-07-11 07:22:00 -07:00
Daniel Imms 34b40746c7
setExitCode -> setExitStatus 2022-07-11 07:15:01 -07:00
Johannes Rieken d1de1c651c
Merge pull request #154801 from microsoft/joh/compact-ostrich
Allow to hide menu items from their respective menus
2022-07-11 16:09:26 +02:00
Daniel Imms 6d71bae807
Remove onDidChangeName proposed API
It's already stable
2022-07-11 07:07:09 -07:00
Daniel Imms ded49a19ef
Merge branch 'main' into proposal-130231 2022-07-11 07:06:18 -07:00
Johannes e209a0967f
fix tests... 2022-07-11 15:44:04 +02:00
Johannes Rieken 2631eaac77
Merge pull request #154474 from microsoft/joh/issue137884 2022-07-11 15:41:02 +02:00
PieterBranderhorst da71a350cb
Make hidden fold ranges independent of range provider, add manual fol… (#139779)
* squash all changes for keepCollapsedFolds

* change manual fold icon, auto unfold when del at end of first line

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-07-11 15:19:13 +02:00
Johannes 87f03d8a81
Merge branch 'main' into joh/issue137884 2022-07-11 15:09:22 +02:00
Johannes 4dc9d90a61
make to react properly to storage change events 2022-07-11 14:58:53 +02:00
Johannes 26852e0bcd
support to hide menu item from their context menu,
have persisted menu item hide states in menu service, create `MenuItemAction` with an util that can hide itself and its siblings (from the same menu), some adoptions
2022-07-11 14:44:19 +02:00
Benjamin Pasero 0dca5e1dcf
sandbox - move tests to node layer (#154779) 2022-07-11 14:30:25 +02:00
Johannes 21147b8c98
make MenuId#id a string and a strict identifier 2022-07-11 14:19:15 +02:00
Johannes 9457eb4f14
add array#removeFastWithoutKeepingOrder 2022-07-11 14:14:23 +02:00
Ladislau Szomoru 402d94a0be
Commit Action Button - Fix separator when button is disabled (#154781)
* Fix separator when button is disabled

* Pull request feedback
2022-07-11 05:14:06 -07:00
Robo 9925e5d4d3
chore: update electron@18.3.5 (#154795) 2022-07-11 13:54:04 +02:00
Alex Ross 473c57e261
Update make grammar (#154789) 2022-07-11 12:14:40 +02:00