Commit Graph

300 Commits

Author SHA1 Message Date
Matt Bierner
a535507e06 Pull in new TS version for building VS Code 2022-01-10 15:28:07 -08:00
Matt Bierner
7e4ed924c1 Pick up new TS version for building VS Code 2022-01-05 14:06:11 -08:00
Logan Ramos
1216d0c578 Bump ES build to latest version 2021-12-10 11:42:52 -05:00
Logan Ramos
9ec4aed235 Fix #135360 2021-12-07 11:50:33 -05:00
Benjamin Pasero
aa21039c3c 🆙 iconv-lite 2021-11-22 11:51:08 +01:00
João Moreno
6ac63ccffb Use RBAC for builds (#137473)
* build: 👷 adopt latest azure storage account

* build: 💄

* missing compilation

* iterate faster

* try using AzureCliCredential

* fix indentation

* arg

* fix build

* use MSI for storage

* fix dependency

* argh

* debug

* fix!

* bring back

* argh

* use RBAC for cosmos

* empty
2021-11-18 12:37:23 -08:00
Matt Bierner
4415c0f105 Update ts@next for building VS Code 2021-11-15 18:16:01 -08:00
Matt Bierner
e5bb28a325 Pick up TS@next for building vscode 2021-11-08 14:34:21 -08:00
Matt Bierner
cbb63adc2f Pick up new TS for building VS Code 2021-10-29 13:07:46 -07:00
Matt Bierner
d46933ce87 Build using typescript@next 2021-10-21 19:57:32 -07:00
Matt Bierner
af345ef499 Pick up new TS version for building VS Code 2021-10-04 09:19:47 -07:00
Matt Bierner
bf1fcf0ecf Pick up new TS version for building VS Code 2021-09-27 13:39:25 -07:00
João Moreno
91ec524444 update vsce 2021-09-27 10:14:00 +02:00
Tyler Leonhardt
e54f90f0fd upload nlsmetadata 2021-09-16 09:16:47 -07:00
Matt Bierner
9e5ee5521a Pick up new TS version for building VS Code
Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
2021-09-14 14:24:53 -07:00
Matt Bierner
0b3e72d566 Roll back to last know stable TS version
Current nightly has issues with intl: https://github.com/microsoft/TypeScript/issues/45804

The previous nightly seems to have some regression around types that cause a build failure

Just go back to last known good build for now
2021-09-09 10:42:40 -07:00
Matt Bierner
b2aa5372a8 Go back to previous day TS
Work around regression in intl.2020 types
2021-09-09 10:24:52 -07:00
Matt Bierner
affcb67532 Pick up new TS version 2021-09-09 10:02:55 -07:00
Matt Bierner
44c4e57f13 Pick up new TS version 2021-09-02 10:09:25 -07:00
Matt Bierner
4c08ca59db Go back to older TS version to work around formatting inconsistency
Reverting to older TS nightly to avoid https://github.com/microsoft/TypeScript/issues/45645
2021-08-30 13:54:40 -07:00
Matt Bierner
e03f5d4e27 Bump TS version 2021-08-30 13:54:39 -07:00
Matt Bierner
c2d5e394c3 Pick up new TS version for building VS Code 2021-08-27 16:09:16 -07:00
Matt Bierner
acdb2d3cc3 Update TS version for building VS Code 2021-08-17 12:59:55 -07:00
Matt Bierner
08b1c2e68c Pick up newest TS for building VS Code 2021-08-10 20:34:20 -07:00
Matt Bierner
813c0b2178 Pick up newest TS versions 2021-08-09 11:24:34 -07:00
Robo
4fee848f2f fix: CXXABI requirements for older distros (#129360)
* fix: use clang and libcxx from chromium

* chore: add flags for Link-Time Optimization

libcxx builds from upstream are built with LTO, avoiding these
flags will cause miscompiles

* chore: add lto flags to compilation units
2021-08-06 08:48:45 -07:00
deepak1556
49af1cbe00 fix: native module bundling in universal builds
Fixes https://github.com/microsoft/vscode/issues/130222
2021-08-05 23:02:58 -07:00
Matt Bierner
6838cc17b5 Revert "Revert "Update to build with latest TS version""
This reverts commit 3bf817f0f8.
2021-08-03 12:01:56 -07:00
deepak1556
934d280a9f chore: bump vscode-universal-bundler
Fixes https://github.com/microsoft/vscode/issues/115262
2021-08-02 22:14:02 -07:00
Matt Bierner
3bf817f0f8 Revert "Update to build with latest TS version"
This reverts commit e53be27652.
2021-08-02 17:25:14 -07:00
Matt Bierner
e53be27652 Update to build with latest TS version 2021-08-02 15:33:27 -07:00
Matt Bierner
9c7eeafb1d Pick up latest TS nightly for building VS Code 2021-07-19 10:56:30 -07:00
Matt Bierner
1ac570edce Update to build using latest TS nightly 2021-07-14 14:42:43 -07:00
João Moreno
af7e67f8e4 use esrpcli.dll 2021-07-09 15:34:36 +02:00
Matt Bierner
0762d23ae7 Build VS Code using TS 4.4 (#127823)
* Build VS Code using TS 4.4

* Remove usages of deprecated `ClientRectList`

* Add any casts for missing `caretRangeFromPoint`

* Add temporary any casts for `zoom` css propery

This non-standard css property no longer exists in lib.dom.d.ts

* MouseWheelEvent -> WheelEvent

* Pick up new TS nightly

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2021-07-08 14:27:39 -07:00
Matt Bierner
0ec29f0fcf Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
Logan Ramos
ba3b75bafa Bump ES build to latest version 2021-06-07 09:51:49 -04:00
Benjamin Pasero
e3d03109a3 Revert ESBuild updates and fix #125518 (#125574)
* avoid strictNull bypass (fix #125518)

* Revert "Update lock file"

This reverts commit f843c51bca.

* Revert "Bump es build"

This reverts commit 8d87a66427.
2021-06-07 09:49:08 -04:00
Logan Ramos
8d87a66427 Bump es build 2021-06-04 11:03:14 -04:00
Matt Bierner
5e7cd99876 Bump TS build version 2021-05-28 13:44:40 -07:00
Logan Ramos
045e5d2f56 Store conflicting defaults in storage service (#124366)
* Revert "Revert "Closes #122433""

This reverts commit 29c61570a5.

* Get rid of ? to see if minifier is happy

* Bump ES build
2021-05-21 10:02:55 -04:00
Robo
bce4d71f64 chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Matt Bierner
248cbc49cf Update TS version for building VS Code 2021-05-03 15:58:26 -07:00
Matt Bierner
5c8ab73c2f Build using newer TS nightly 2021-04-26 16:18:40 -07:00
Matt Bierner
731402dce2 async override -> override async 2021-04-21 13:40:44 -07:00
deepak1556
3fb483e7ff chore: bump electron@12.0.4 2021-04-16 09:14:14 -07:00
Matt Bierner
ead5639bbe Pick up new TS nightly for building VS Code 2021-04-12 14:10:09 -07:00
deepak1556
f95b7e935f Revert "chore: bump electron@12.0.2"
This reverts commit 79a429d92d.
2021-04-09 14:17:02 -07:00
deepak1556
79a429d92d chore: bump electron@12.0.2 2021-04-09 03:20:20 -07:00
Matt Bierner
73ae56b82b Build with latest TS nightly (#120690)
* Pick up new TS 4.3

Also tests adding override keywords for extensions as part of #120675

* Update to daily TS and workaround TS 4.3 issue

Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00