Sandeep Somavarapu
f98e42d40e
Debt: remove unused dialog service and thereby static routing
2019-09-02 12:18:22 +02:00
Johannes Rieken
dedf0de944
change type of _serviceBrand from any to undefined, #79918
2019-08-30 15:40:46 +02:00
SteVen Batten
1727cc2de9
add msft internal identification logic ( #79616 )
2019-08-26 16:43:39 -07:00
Sandeep Somavarapu
8095541d7d
inline product configuration in produt service
2019-08-15 16:08:11 +02:00
Benjamin Pasero
262bb4c4ad
debt - make diagnostics service only accessible from node
2019-08-15 09:42:43 +02:00
Joao Moreno
3015179c04
strictPropertyInitialization
...
related to #78168
2019-08-05 15:38:13 +02:00
Sandeep Somavarapu
18c1b7eab5
fix compilation
2019-07-24 12:09:04 +02:00
Sandeep Somavarapu
8295e325ae
Enable download service for browser
2019-07-20 05:17:46 +02:00
Sandeep Somavarapu
8ffcb49f4f
disable some extension commands in web
2019-07-18 11:20:44 +02:00
Sandeep Somavarapu
957c83c4ef
move extension management ipc to common
2019-07-16 15:43:51 +02:00
Sandeep Somavarapu
2abb3579f9
move gallery service to common and enable it in web
2019-07-15 12:40:31 +02:00
Sandeep Somavarapu
c3a9e10a07
move extensionValidator to common
2019-07-15 12:34:25 +02:00
Sandeep Somavarapu
fe3e0cdcde
Support request service in web
2019-07-10 22:08:03 +02:00
Matt Bierner
98b5ee978b
Replacing IDisposible[] with DisposableStore
...
#74250
2019-07-02 16:37:35 -07:00
Rachel Macfarlane
3a6605a3c0
Report workspace stats in shared process
2019-06-24 10:25:30 -07:00
Sandeep Somavarapu
57f55c5bb9
#75713 Enable log level listening in web
2019-06-18 20:57:33 +02:00
Sandeep Somavarapu
0d0e4dfe40
Fix #75109
2019-06-11 09:55:20 +02:00
Sandeep Somavarapu
70d9efeac2
#75079 Use URI for settings
2019-06-07 18:44:32 +02:00
Sandeep Somavarapu
3dc76ed11f
Fix #74661
2019-06-04 12:30:04 +02:00
Sandeep Somavarapu
4026f653b4
#72906 Restructure spdlog service
2019-05-27 15:26:48 +02:00
Matt Bierner
0f32f0ef5f
Clean up some usages of IDisposable[]
...
Part of #74250
- Extend `Disposable` in classes where it makes sense
- Use `DisposableStore` for lists of disposables
- Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
2019-05-23 22:58:16 -07:00
Sandeep Somavarapu
cf87944720
do not check for ui extensions while installing on remote server
2019-05-23 05:44:28 +02:00
Sandeep Somavarapu
3c00afcb27
#72906 use async spdlog service
2019-05-22 04:36:21 +02:00
Sandeep Somavarapu
f329277979
- Define Machine Settings: Schema, Environment
...
- Scope machine settings
- Make remote settings scoped to machine settings
2019-04-10 18:25:13 +02:00
Andre Weinand
fd44b66c0f
cleanup multi extension debugging
2019-04-09 18:28:23 +02:00
Alex Dima
8fc88c6dc6
Move ipc.ts to /common/
2019-03-22 18:03:14 +01:00
Sandeep Somavarapu
cd10c5bde3
#70784 fix removing deprecated extensions on startup
2019-03-20 13:54:27 +01:00
Alex Ross
8f16a02e66
Move remote agent environment out of node ( #70568 )
2019-03-15 17:00:57 +01:00
Benjamin Pasero
76c330c3cd
electron 5 - bootstrap a nodeless configuration ( #68302 )
2019-03-11 09:01:45 +01:00
Sandeep Somavarapu
a50020021c
Fix #69940
2019-03-07 10:43:04 +01:00
Benjamin Pasero
1aee0c194c
debt - scaffold a service for package.json/product.json access
2019-02-21 12:55:46 +01:00
Sandeep Somavarapu
2acc653b8e
Ignore installing UI extensions on remote extension management server
2019-01-25 09:33:11 +01:00
Sandeep Somavarapu
a4dd9113c9
Use uris for changelog and readme of extension and transform them.
2019-01-10 10:09:03 +01:00
Johannes Rieken
653280d133
debt - Thenable -> Promise
2018-12-13 11:31:54 +01:00
Alex Dima
aa3ea85b0a
Explorations
2018-11-30 15:54:40 +01:00
Joao Moreno
d93caa1d3d
cleanup TPromise from sharedProcessMain.ts
...
related to #62716
2018-11-16 16:27:34 +01:00
Sandeep Somavarapu
74bb246cc0
Move uri transformer to shared process
2018-11-14 11:59:21 +01:00
Joao Moreno
8c2d3b40e1
add connection context to IPC
...
fixes #62949
2018-11-13 11:43:10 +01:00
Alex Dima
783ed71ad7
Tweaks
2018-11-08 23:28:29 +01:00
Ramya Rao
d7ac6e838f
Avoid creating AppInsightsAppender when --disable-telemetry ( #62353 )
2018-10-31 20:46:00 -07:00
Johannes Rieken
276aeea254
make delayed service instantiation opt-in #61917
2018-10-29 12:07:04 +01:00
Joao Moreno
e34c00f63e
fixes #61561
2018-10-26 10:47:30 -07:00
Matt Bierner
0318e90c93
Add null type annotations for the common x: T = null pattern
...
In these cases, the programmer has explicitly indicated that the type should be nullable
2018-10-11 14:13:20 -07:00
Matt Bierner
c63c97c128
Remove use strict directives in main vs code ts files
...
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Sandeep Somavarapu
9fa82e018e
Fix #59112
2018-09-21 17:18:54 +02:00
Ramya Rao
c0d1f91a8b
Add output channel for telemetry.log file ( #58846 )
...
* Add output channel for telemetry.log file
* Explain telemetry.log file in the first line
2018-09-20 10:39:35 -07:00
Joao Moreno
c403c7609f
remove TPromise from ipc.net
2018-09-10 16:50:45 +02:00
Martin Aeschlimann
30d0a61a8f
allow extensionDevelopmentPath to be a URI
2018-08-24 11:46:54 +02:00
Sandeep Somavarapu
45865de635
Merge branch 'master' into sandy081/syncExtensions
2018-08-21 13:00:54 +02:00
Sandeep Somavarapu
84ad71193c
Use URI transformer for download service channel
2018-08-20 23:39:49 +02:00