Commit graph

80311 commits

Author SHA1 Message Date
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
Alexandru Dima
bdd072e51b
Add trust prompt 2021-04-16 13:07:24 +02: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
Ladislau Szomoru
7668affd16
Merge branch 'main' into lszomoru/workspace-trust-loose-file 2021-04-16 10:59:33 +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
Ladislau Szomoru
a387125e19
Merge branch 'main' into lszomoru/workspace-trust-loose-file 2021-04-16 09:05:26 +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
meganrogge
d85b11a2ac
use terminal service's instance status changed instead of instance.statusList.changed 2021-04-15 16:42:58 -07:00
meganrogge
d0a23bb066
revert some changes 2021-04-15 16:15:13 -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
meganrogge
d87ab38a49
only show widget for manual relaunch 2021-04-15 15:49:07 -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
Ladislau Szomoru
3d434efcc0
Progress on single file scenarios 2021-04-15 22:45:03 +02:00
meganrogge
b7d0ff397d
always fire ptyReconnect after relaunch 2021-04-15 13:37:23 -07:00
meganrogge
de1c13e539
mostly working 2021-04-15 13:29:45 -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