Commit graph

112 commits

Author SHA1 Message Date
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
dependabot[bot] c361eb93a6
Bump lodash from 4.17.11 to 4.17.19 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 11:09:27 +00: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
Alex Dima 5e6729d9bd
commit generated files 2020-06-22 18:17:04 +02:00
Logan Ramos 919cf3630c
Update the version of the telemetry extractor (#100501) 2020-06-22 09:30:52 -04:00
Fedor Nezhivoi 24e0a82229
Move encoding to common for #79275 (#100539)
* move encoding.ts to common for #79275

* load iconv-lite-umd and jschardet in web version for #79275

* move EncodingOracle to the AbstractTextFileService for #79275

* review

* update to new iconv-lite-umd

* add workaround for jschardet types

* fix indentation

* add iconv-lite-umd and jschardet to workbench.html

* fix paths for modules

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-20 10:47:29 +02:00
Fedor Nezhivoi 314b58c8e1
switch to use iconv-lite-umd for #79275 (#100472)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-18 16:08:17 +02:00
Matt Bierner 9edf21fd74 Update to latest TS version 2020-06-17 15:12:03 -07:00
Benjamin Pasero 3675f28129 Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)""
This reverts commit 495112ded5.
2020-06-17 10:45:58 +02:00
Benjamin Pasero 495112ded5 Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)"
This reverts commit 1dbfecd37f.
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi 1dbfecd37f
decouple vs/base/node/encoding.ts from node streams for #79275 (#99413) 2020-06-17 09:09:12 +02:00
Matt Bierner b3fb87f556
Build VS Code using TS 4.0 (#100033)
* Build VS Code using TS 4.0

Also updates to an eslint alpha build that supports the new TS version

* Fix  hygiene
2020-06-12 14:28:08 -07:00
Matt Bierner 8ca456495d Revert 5865db6ca8
We are blocked on using TS 4.0 until eslint supports it
2020-06-05 13:57:42 -07:00
Matt Bierner 5865db6ca8 Update to build using TS 4.0-nightly 2020-06-05 13:21:22 -07:00
Matt Bierner ef0c32c1e4 Update to build with latest TypeScript version 2020-05-20 15:39:08 -07:00
Robo d5372eb159
Reland "fix: use electron-osx-sign instead of manual code signing (#97582)" (#98145)
This reverts commit f291767f09.
2020-05-20 10:06:15 +02:00
deepak1556 f291767f09 Revert "fix: use electron-osx-sign instead of manual code signing (#97582)"
This reverts commit a1ddfae782.
2020-05-19 00:49:44 -07:00
João Moreno a1ddfae782
fix: use electron-osx-sign instead of manual code signing (#97582)
* fix: use electron-osx-sign instead of manual code signing

* build/gulpfile.vscode.darwin.js -> build/darwin/sign.ts

* fix script call in pipeline

* fix incorrect keychain path

* fix update path to entitlements

* sign children first

* move electron-osx-sign deps to build/

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-05-18 08:43:30 -07:00
Matt Bierner d7cf608460 Build VS Code with TS 3.9 rc 2020-05-04 16:34:31 -07:00
Matt Bierner c77dfdc6b8 Pick up new TS version 2020-04-27 12:02:42 -07:00
Matt Bierner c96976d991 Update to latest typescript version to build vscode 2020-04-20 12:17:24 -07:00
João Moreno 4e8408d4c4 remove deps 2020-04-17 09:47:18 +02:00
João Moreno 2c97c71f73 deemon 2020-04-16 11:35:34 +02:00
Matt Bierner 0e7a911256 Pikc up latest TS@next 2020-04-13 16:30:07 -07:00