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
Joao Moreno
2c7366cf33
fix broken layering
2018-08-20 17:58:07 +02:00
Sandeep Somavarapu
9f492373ed
- Use URI to install from vsix
...
- Implement zip and unzip extensions APIs
- Sync extension across management servers
- Download service to download zips
2018-08-20 15:16:40 +02:00
Sandeep Somavarapu
5e052fe868
ExtensionManagementChannelClient: Use URI transformer for outgoing calls
...
ExtensionManagementChannel: Just review URIs
2018-07-16 17:55:19 +02:00
Johannes Rieken
19f25e4801
add telemetry appender that writes to log ( #53603 )
...
* add log-telemetry-appender and wire it up in the shell
* enable log-only-telemetry in scripts/code.[sh|bat]
* Reduce noise, separate log file for telemetry
* Print telemetry events from shared process to corresponding log channel
* Telemetry events for cli go to the log file for cli
* Merge cli telemetry with all data with cli log
* Use LogAppender when running from source
* Skip check on isBuilt as the same is done in the shared process
* Telemetry events from main process go to corresponding log file
* Telemetry events from issue reporter go to corresponding log file
* Cleanup to reduce diff amount as I have OCD
* More cleanup
* Open telemetry log file via the Open Log File command
* Use regex to strip out common data
* Tests
2018-07-11 12:21:40 -07:00
Joao Moreno
d4b310ea01
fix UI calls from shared process
...
fix #54070
2018-07-11 17:24:15 +02:00
Sandeep Somavarapu
e89b02b448
Fix #53872
2018-07-09 15:12:20 +02:00
Joao Moreno
0f851d0fd5
ipc events should not use TPromise
2018-07-04 08:49:10 +02:00
Sandeep Somavarapu
3669afe7e9
Fix #48656
2018-06-25 18:20:20 +02:00
Joao Moreno
241f82afc2
refactor url service
...
related to #34404
2018-03-20 18:05:08 +01:00
Matt Bierner
82be8c8b01
Build with TS 2.7 ( #45348 )
...
* Pick up TS 2.7
* Fix formatter in build script
* Fix build error for ts 2.7
* Pick up new ts format and tslint versions
* Update lock
* use 2.7.2 for build
* Formatting
2018-03-08 16:58:32 -08:00
Benjamin Pasero
9fa1442003
debt - remove choice service in favour of dialog service
2018-03-07 12:23:40 +01:00
Benjamin Pasero
8a2df5e021
notifications - extract choice/confirm service from message service
2018-02-19 08:11:32 +01:00
Sandeep Somavarapu
191596365d
Fix #42447
2018-02-05 16:34:15 +01:00
Sandeep Somavarapu
1b54bafade
💄
2018-01-24 08:25:23 +01:00
Sandeep Somavarapu
07d50ff62e
Fix #39574
2018-01-23 20:31:07 +01:00
Sandeep Somavarapu
f2b303f3cc
#39574 Define interface ILogLevelSetter
2018-01-23 19:31:11 +01:00
Sandeep Somavarapu
de24732aa9
Implement #39574
2018-01-23 17:28:53 +01:00
Joao Moreno
9914a95ddf
buffer spdlog calls in main until singleton
...
fixes #41218
2018-01-09 15:55:10 +01:00
Benjamin Pasero
5875aad564
code main - partition windows into subfolders
2017-12-28 13:10:58 +01:00