Commit graph

80245 commits

Author SHA1 Message Date
Daniel Imms 96065290c8
Update distro 2021-04-16 05:32:39 -07:00
Daniel Imms 3ae9ec0051
Adopt requireTrust in terminal 2021-04-16 05:29:28 -07:00
Daniel Imms aeb9b2051c
Remove only 2021-04-16 04:50:14 -07:00
Daniel Imms 0358f14713
Fix unit tests 2021-04-16 04:49:47 -07:00
Daniel Imms ba5e81ab09
Fix import 2021-04-16 04:34:40 -07:00
Daniel Imms 31016ade1e
Merge remote-tracking branch 'origin/main' into tyriar/shell_resolve_refactor 2021-04-16 04:31:33 -07:00
Sandeep Somavarapu ce791d27dc
Fix #121362 2021-04-16 12:35:05 +02:00
Sandeep Somavarapu 564bcfe4cd
render tree on trust / trust settings change 2021-04-16 12:29:33 +02:00
Martin Aeschlimann ba531de198
fix ExtensionRecommendationsService test 2021-04-16 12:11:29 +02:00
Sandeep Somavarapu bb43ee6190
Fix #121297 2021-04-16 11:48:13 +02:00
Ladislau Szomoru 9699bd793c
Smoke test fix 2021-04-16 11:44:23 +02:00
Martin Aeschlimann 1f385f70e6
reduce usage of extensionDevelopmentLocationURI 2021-04-16 11:30:39 +02:00
Alex Ross 5ef190e98a
Fix port log line and add regex check 2021-04-16 11:25:18 +02:00
isidor cfdce94277
#116731 2021-04-16 10:25:06 +02:00
Sandeep Somavarapu 42e271dd2e
do not show dialog if workspace trust is not enabled @lszomoru FYI 2021-04-16 09:58:04 +02:00
Sandeep Somavarapu ddbc8ae408
fix remote integration tests - do not show trust dialog when change is coming from cache @lszomoru fyi 2021-04-16 09:52:34 +02:00
Sandeep Somavarapu 3c31f0903e move workspace trust service out of config service 2021-04-16 07:59:49 +02:00
Jackson Kearl b7ba430dce
Begin to allow extensions to contribute start items 2021-04-15 20:11:06 -07:00
SteVen Batten 402c9bee09 always show intro modal 2021-04-15 16:48:00 -07:00
Daniel Imms dedc2d1150
Add other platform settings 2021-04-15 16:11:33 -07:00
Daniel Imms 8859256f86
Merge remote-tracking branch 'origin/main' into tyriar/shell_resolve_refactor 2021-04-15 16:09:04 -07:00
Daniel Imms 03333c995e
Resolve icon in terminal asap
This makes the default terminal icon not flicker on launch
2021-04-15 16:01:17 -07:00
Eric Amodio bd493ff734 Reduces validation timeout 2021-04-15 18:36:36 -04:00
Eric Amodio ba4954af20 Ensures that the validation message shows up 2021-04-15 18:36:35 -04:00
Eric Amodio 0f890eeb17 Calls focus method 2021-04-15 18:36:35 -04:00
rebornix 155df27d8d
💄 2021-04-15 14:49:11 -07:00
Daniel Imms 9f027210ce
Update distro 2021-04-15 14:43:16 -07:00
Daniel Imms a1a9adb917
Merge remote-tracking branch 'origin/main' into tyriar/shell_resolve_refactor 2021-04-15 14:41:13 -07:00
Daniel Imms a6b849a8f9
Use icon of default profile 2021-04-15 14:33:29 -07:00
Jackson Kearl 28b2a0f19f
Fix #121193 2021-04-15 14:31:15 -07:00
Daniel Imms 8894f893da
Add platform override to default system shell 2021-04-15 14:15:43 -07:00
Daniel Imms 05bd596a61
Move new service to sandbox 2021-04-15 14:09:22 -07:00
SteVen Batten 6e84c224f4 allow for markdown dialogs and custom icons 2021-04-15 14:03:48 -07:00
Daniel Imms 77f067f065
Merge remote-tracking branch 'origin/main' into tyriar/shell_resolve_refactor 2021-04-15 14:03:35 -07:00
rebornix d531f3b054
Merge branch 'notebook/dev' into main 2021-04-15 14:00:38 -07:00
rebornix 662ea12128
NotebookCellRange is now NotebookRange. 2021-04-15 13:09:37 -07:00
Logan Ramos df1214ddee
Rename and move combined service 2021-04-15 15:59:17 -04:00
rebornix ebb0a7165b
update integration test. 2021-04-15 12:39:19 -07:00
Daniel Imms 25ea3341e0
Guess synthetic profile icon 2021-04-15 12:04:31 -07:00
Daniel Imms dbbf332521
Simplify service context by moving into browser
Not going to use it on server
2021-04-15 11:53:19 -07:00
Daniel Imms 40ed9160e1
Implement browser profile resolver 2021-04-15 11:44:24 -07:00
rebornix 2459b4fab9
💄 2021-04-15 11:39:36 -07:00
Logan Ramos 4edba25ca9
Central service for notebooks and custom editors (#120426)
* Central service for notebooks and custom editors

* Tie central service into opening of custom editors and notebooks

* Start adopting new API for custom editors

* Fix recursive opening

* Avoid duplicated checking

* Onboard custom editors to combined service

* Track editor  priority too

* Switch to using common priority type

* Register notebook contributions

* Add override logic to openEditors

* Initial diff editor work for custom editors

* Don't allow undefined

* Fix user association getting ignored

* Code cleanup

* Notebook diff support

* Fix notebook diff

* Make notebook work with cell uri

* Respect defaults again

* Remove scheme

* Support relative glob patterns as suggested by @rebornix

* Code cleanup

* Fix compile errors

* Fix broken tests

* Remove unsued registration function

* Cleanup unused storage service

* Remove unused imports

* Cleanup more unused code

* Show all contributions in picker for untitled files

* Fix integration tests
2021-04-15 18:38:08 +00:00
rebornix d9a371b9fd
update comments. 2021-04-15 11:34:52 -07:00
rebornix ae5aeabcd7
flatten custom* metadata. 2021-04-15 11:34:51 -07:00
rebornix 271189bbab
isReadOnly contributed by the file service. 2021-04-15 11:33:19 -07:00
rebornix a3b1c9550d
remove cellEditable. 2021-04-15 11:33:17 -07:00
rebornix 060d417505
remove editable and breakpointMargin. 2021-04-15 11:32:45 -07:00
Sandeep Somavarapu bcecbeb2ad
change to async 2021-04-15 20:27:23 +02:00
Sandeep Somavarapu dd4350388f
adopt to workspace trust storage service
- create the service during initialization
@lszomoru FYI
2021-04-15 20:13:09 +02:00