Matt Bierner
6403b4367b
Pick up latest TS for building VS Code ( #207096 )
2024-03-07 12:59:59 -08:00
João Moreno
e469272e45
remove inline sourcemaps from build files ( #198842 )
2023-11-22 14:05:46 +01:00
Matt Bierner
10d94ba0f3
Pick up latest TS nightly for building VS Code ( #194631 )
2023-10-02 19:40:35 +01:00
Johannes
696c1cf199
build utils with source map to enable JS debug console
2022-11-10 15:05:47 +01:00
Matt Bierner
e7e403d83f
Bump target for build scripts ( #165287 )
2022-11-03 12:19:54 -07:00
Matt Bierner
2a84b0fb6d
Enable alwaysStrict for build scripts ( #152778 )
...
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Logan Ramos
7cde1becc6
Huge telemetry reduction 🎉
2022-02-04 14:34:09 -05:00
Alexandru Dima
c1eb24b027
Load expensive node modules lazily
2020-12-22 19:55:56 +01:00
Alexandru Dima
d1fff1a083
Check in `.js` files from the `/build/` folder to improve build speeds
2020-12-14 11:13:16 +01:00
João Moreno
2469bf6832
remove build compilation output
2020-09-22 11:12:55 +02:00
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