Commit Graph

16 Commits

Author SHA1 Message Date
Matt Bierner
ff253a8f60 Build VS Code with TS 3.9-nightly 2020-02-29 11:45:48 -08:00
Alex Dima
b4445a9f73 Move away from deprecated gulp-util 2019-02-05 22:21:05 +01:00
Matt Bierner
3fcb671444 Use es2017 as target for build scripts (#60707)
Upgrades our build scripts to target ES2017 since they are run on modern versions of node

This allows us to remove shims for es6 features such as `Object.assign`, and also remove a few extra typings packages
2018-10-12 11:24:15 -07:00
Johannes Rieken
f429984045 try-catch for build stats telemetry 2018-09-24 12:55:32 +02:00
Ramya Rao
ae526292df Upgrade appinsights (#58999)
* Upgrade appinsights

* Env, global updates before starting shared process

* Disable console logging from appinsights Fixes #55417

* Move workaround to helper
2018-09-22 23:09:48 -07:00
Benjamin Pasero
df2af5cc51 add compilation leftover 2018-09-12 08:59:56 +02:00
Johannes Rieken
f8e67cef5d bundle stats - include commit 2018-09-07 10:26:36 +02:00
Johannes Rieken
934593d7fd bundle stats: JSON stringify before sending data 2018-09-06 20:02:37 +02:00
Johannes Rieken
9c3d240c9b build stats - send one object with size and count properties 2018-09-06 18:41:31 +02:00
Johannes Rieken
94c4825153 bundle stats, rename event, tweak gdpr comment 2018-09-06 11:40:52 +02:00
Johannes Rieken
9536dde3b4 app insights challanges 2018-09-06 10:25:45 +02:00
Johannes Rieken
cf94186168 tweak event name, add GDPR comment 2018-09-05 10:30:12 +02:00
Johannes Rieken
293b1a4eef stats - send telemetry event about bundle size and file count in extensions 2018-09-04 14:12:26 +02:00
Johannes Rieken
07141d4e6b print all stats at the end of the package task 2018-09-03 11:51:26 +02:00
Johannes Rieken
165bb1aa63 tweaks, add the stream to the bundle step 2018-08-31 13:28:24 +02:00
Johannes Rieken
14596e9475 add a statsStream that aggregates the number of files and bytes so that we can handle them 2018-08-31 11:21:09 +02:00