Commit Graph

148 Commits

Author SHA1 Message Date
Matt Bierner
3feb2ece1e Pick up latest TS version for building VS Code
This new version also adds a new check for conditionals where you are testing a value that is a promise (the condition will always be true in strict mode)
2021-02-26 17:23:58 -08:00
Ladislau Szomoru
2b230e4b26 Azure DevOps build task to download built-in extension details (#116938) 2021-02-19 18:10:40 +01:00
Matt Bierner
2cc13674e3 Also bump build version and run formatter on all files 2021-02-16 14:09:38 -08:00
João Moreno
ca746af08a fix hygiene 2021-02-02 14:30:46 +01:00
João Moreno
35e1ee2ecc ext: extract to disk 2021-02-02 13:59:48 +01:00
João Moreno
7e0230677a improve ext ci output 2021-02-02 11:39:26 +01:00
João Moreno
76962b2583 ext: ci command 2021-02-01 17:08:49 +01:00
Robo
f73c011ae3 fix: disable rosetta option for universal build (#115280) 2021-01-27 20:34:19 -08:00
Robo
60bce0f628 feat: add macos universal build ci config (#114446)
* feat: add universal build ci config

* chore: skip .npmrc files added by terrapin

* ci: cleanup conditional vairables for universal

* ci: use publish variable instead of parameter
2021-01-25 10:29:02 -08:00
João Moreno
c6145fc306 ext (un)link 2021-01-19 16:17:25 +01:00
João Moreno
2bb41a1402 dev script 2021-01-18 15:47:36 +01:00
Alexandru Dima
8ad08b04f5 Do not compile /test/ and /build/ scripts during postinstall, the scripts get compiled explicitly during CI 2021-01-07 16:47:11 +01:00
João Moreno
22b9a2b1e8 update esbuild 2021-01-06 14:19:19 +01:00
João Moreno
7449d86b89 use esbuild for minification 2021-01-05 11:54:18 +01:00
Alex Dima
57e3aba4e1 Have /build/ compilation and createAsset.js be runnable independent of the root package.json 2020-12-21 10:47:16 +01:00
Alexandru Dima
20831dd3df Keep only @types/* deps in /build/ and share terser (#112718) 2020-12-18 19:51:10 +01:00
Alexandru Dima
dc169ce06d Merge remote-tracking branch 'origin/master' into alex/node-modules-build 2020-12-18 17:40:39 +01:00
Alexandru Dima
db82bc13aa Move /build/ dev dependencies to root (#112718) 2020-12-18 13:39:23 +01:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
bb157721fb /build/ and /test/ should only have devDependencies 2020-12-17 10:27:39 +01:00
Alexandru Dima
428008f3a5 Align versions across package.json files 2020-12-14 20:06:18 +01:00
Matt Bierner
542fa93eae Pick up new TS version for building VS Code 2020-12-09 14:08:15 -08:00
João Moreno
043c17ef7d update azure cosmos 🤷 2020-11-25 14:03:35 +01:00
Matt Bierner
acfd724aac Pick up latest TS 4.2 for building VS Code
Also fixes a newly identified error in terminal where function calls were missing
2020-11-19 22:42:12 -08:00
Matt Bierner
e57af55eaa Pick up latest TS nightly for building VS Code 2020-11-04 18:06:39 -08:00
Joao Moreno
8bd3d7d717 add gulp-azure-storage to build 2020-10-26 10:08:01 +00:00
Joao Moreno
3070165ff2 web cdn: gzip files by default 2020-10-26 10:08:01 +00:00
Matt Bierner
6ad1da9f79 Pick up new TS for building VS Code 2020-10-19 16:58:09 -07:00
Matt Bierner
5484453ae2 Update to latest TS nigthly for building VS Code 2020-09-24 23:28:29 -07:00
Matt Bierner
b160164e3d Pick up latest typescript nightly for building VS Code 2020-09-18 18:28:41 -07:00
Matt Bierner
50cc1d0e97 Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
Matt Bierner
4b222a704f Revert "Revert "Use TS 4.1-nightly for building VS Code""
This reverts commit 4e96ceff54.
2020-08-25 11:59:20 -07:00
Matt Bierner
4e96ceff54 Revert "Use TS 4.1-nightly for building VS Code"
This reverts commit 50a10934dd.

This seems to be causing with extension require statements
2020-08-24 20:00:01 -07:00
Matt Bierner
50a10934dd Use TS 4.1-nightly for building VS Code
Adds explicit `!!` operators for a few functions where we return `x is y` assertion types
2020-08-24 19:51:44 -07:00
Matt Bierner
219120f667 Use TS RC for building VS Code 2020-08-10 20:06:06 -07:00
Matt Bierner
bc976f13e5 Pick up latest typescript nightly to build VS Code 2020-08-05 12:28:44 -07:00
Matt Bierner
1bf598561c Pick up new TS build 2020-07-29 16:22:02 -07:00
Alex Dima
750baf0af6 Minify extension resources 2020-07-24 13:57:51 +02:00
Matt Bierner
9fe56bdaac Build VS code using latest TS 2020-07-22 15:22:40 -07:00
Matt Bierner
4d5a18af64 Update ts version used to build VS Code 2020-07-16 14:33:22 -07:00
Matt Bierner
e33f6ac218 Use latest typescript nightly for building VS Code 2020-07-08 14:35:21 -07:00
Benjamin Pasero
0e96426609 🆙 iconv-lite-umd@0.6.8 (fix #101905) 2020-07-08 17:29:59 +02:00
Benjamin Pasero
d95b65443d Encoding euckr does not exist anymore (fix #101847) 2020-07-07 14:03:23 +02:00
Matt Bierner
1512c95b66 Update to latest TS nightly for building VS Code 2020-06-29 14:40:15 -07:00
Fedor Nezhivoi
574779eb61 update iconv-lite-umd to 0.6.5 for #79275 (#101262) 2020-06-29 08:12:42 +02:00
Fedor Nezhivoi
b03f792383 update iconv-lite-umd to 0.6.4 for #79275 (#101213) 2020-06-28 10:05:39 +02:00
João Moreno
d4886b944e Revert "Revert "Update the version of the telemetry extractor (#100501)""
This reverts commit 9e2ef5593e.
2020-06-23 16:22:22 +02:00
João Moreno
9e2ef5593e Revert "Update the version of the telemetry extractor (#100501)"
This reverts commit 919cf3630c.
2020-06-23 15:59:01 +02:00
Matt Bierner
a8f1fedaf6 Update to latest TS 4.0 for building VS Code
Also removes an unused export that was causing compile issues
2020-06-22 15:02:52 -07:00
Logan Ramos
919cf3630c Update the version of the telemetry extractor (#100501) 2020-06-22 09:30:52 -04:00