Commit Graph

301 Commits

Author SHA1 Message Date
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
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
dependabot[bot]
1eb8ce65e7 Bump minimist from 1.2.2 to 1.2.3 in /build
Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-05 21:23:47 +00:00
Matt Bierner
2b9e8b4aa0 Pick up latest TypeScript@next
Fixes one type check issue and works around  https://github.com/microsoft/TypeScript/issues/37480
2020-03-27 14:31:12 -07:00
Matt Bierner
b7bfce30be Use latest TS next to build VS Code 2020-03-16 20:23:17 -07:00
dependabot[bot]
8be261b49d Bump minimist from 1.2.0 to 1.2.2 in /build
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 19:54:33 +00:00
Matt Bierner
075794da3c Update TS versions
Also replaces a weird use of `.bind` that was causing issues with the update. I've tried to refactor the code to preseve the existing behavior
2020-03-13 13:02:33 -07:00
Matt Bierner
222d157dc9 Pick up new TS nightly for building VS Code 2020-03-05 12:52:18 -08:00
Matt Bierner
ff253a8f60 Build VS Code with TS 3.9-nightly 2020-02-29 11:45:48 -08:00
Matt Bierner
9c0899f286 Pick up TS 3.8.2 2020-02-20 21:38:14 -08:00
Matt Bierner
ea54f48dda Update TS 3.8.1-rc
Updates to build VS Code using TS 3.8.1 (which require fixing a newly caught type error)

Also updates our shipped JS/TS version to 3.8.1-rc
2020-02-07 17:43:56 -08:00
Matt Bierner
d99bbafe17 Pick up new TS version for building VS Code 2020-01-28 11:00:02 -08:00
Matt Bierner
22fad2a49c Update VS Code build with TS 3.8 beta 2020-01-10 18:19:41 -08:00
Matt Bierner
cb47915e3b Pick up latest ts nightly for building VS Code 2020-01-08 15:37:59 -08:00
Matt Bierner
464ee368df Update build to use latest TS 3.8 nightly
We want more testing of the TS nightly bits
2020-01-06 10:15:38 -08:00
Benjamin Pasero
9349e9a2fd build - try to fix eslint compile issue in builds folder 2020-01-06 10:59:05 +01:00
Johannes Rieken
ca8a717f5e tslint removal 2020-01-03 09:01:41 +01:00
Johannes Rieken
4db80066b4 use ts-es-tree-typings, support import-equals 2019-12-30 14:08:44 +01:00
Johannes Rieken
b0d38052b5 use rulesdir instead of rules-module 2019-12-30 09:46:58 +01:00
Benjamin Pasero
7909462634 tslint - rewrite globals rule to not use tslint (#87754)
* tslint - rewrite globals rule to not use tslint

* comments
2019-12-27 08:57:03 +01:00
Matt Bierner
007b3032ad Update to TS 3.7.3 for building VS Code 2019-12-11 15:58:59 -08:00
Matt Bierner
ed9f435931 Pick up TS 3.7 final
Fixes #83935
2019-11-05 13:05:08 -08:00
Joao Moreno
71a8d1c540 remove dependencies to documentdb 2019-11-05 10:35:54 +01:00
Joao Moreno
bbf3ae9b56 use sprocs to publish builds 2019-11-04 14:06:57 +01:00
Matt Bierner
998028c4b8 Update to build vscode with 3.7 rc 2019-10-24 14:10:34 -07:00
Matt Bierner
9d125dd690 Re-enable building VS Code with TS 3.7 (#82289)
* Re-enable building VS Code with TS 3.7

Reverts 5b0cdadc87

Blocked from check in due to https://github.com/microsoft/TypeScript/issues/33936

* update d.ts for ts 3.7
2019-10-17 14:14:20 -07:00
Matt Bierner
5b0cdadc87 Revert "Build VS code using TS 3.7-beta"
This reverts commit 11f24f64e7.
2019-10-10 14:39:59 -07:00
Matt Bierner
11f24f64e7 Build VS code using TS 3.7-beta
Fixes #82286
2019-10-10 14:16:26 -07:00
Benjamin Pasero
6869239fd8 🆙 terser@4.3.8 (#82057) 2019-10-07 20:33:16 +02:00
Benjamin Pasero
0030e6ee92 🆙 terser@4.3.1 (#80627) 2019-09-10 10:57:54 +02:00