Commit Graph

2233 Commits

Author SHA1 Message Date
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
Rob Lourens
2ab6474f93 Bump distro 2020-06-26 08:30:56 -05:00
Alex Dima
93be71f689 Remove duplicate 2020-06-26 10:49:07 +02:00
Alex Dima
93587d6a1c Add a shortcut: yarn run watch-web 2020-06-26 10:48:28 +02:00
Alex Dima
7f68cd8102 Update to latest webpack to unblock gulp watch-web on the mac 2020-06-26 10:48:28 +02:00
Martin Aeschlimann
bf31134f0d add watch-web & compile-web to scripts 2020-06-26 10:35:10 +02:00
chrisdias
a329954da0 update distro 2020-06-25 10:59:28 -07:00
Alex Dima
faec90a386 update distro 2020-06-24 22:49:06 +02:00
Alex Dima
df1e39661f vscode-textmate@5.1.2 2020-06-24 22:00:03 +02:00
Benjamin Pasero
1be5b73ad9 🆙 distro 2020-06-24 17:48:42 +02:00
Martin Aeschlimann
0869754d4e update distro 2020-06-24 08:58:10 +02:00
Sandeep Somavarapu
0a8fc5766b update distro 2020-06-23 13:10:36 +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
Martin Aeschlimann
83ed704964 update distro 2020-06-22 17:22:03 +02:00
Sandeep Somavarapu
72a1da7705 update distro 2020-06-22 17:12:08 +02:00
Benjamin Pasero
68bf05a59c 🆙 distro 2020-06-22 09:43:32 +02:00
João Moreno
a036ab0399 remove coveralls 2020-06-21 17:03:51 +02:00
Benjamin Pasero
9c142ea383 🆙 distro 2020-06-20 10:55:06 +02: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
deepak1556
d2f06fbcec chore: bump electron@8.3.3 2020-06-19 11:12:28 -07:00
Sandeep Somavarapu
b015e717a4 upgrade semver 2020-06-19 09:48:40 +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
Rob Lourens
7cabd75aab bump distro 2020-06-16 14:02:17 -05:00
Martin Aeschlimann
6d5bed6ac9 update distro 2020-06-16 09:17:15 +02:00
Martin Aeschlimann
420c8bb5ad update distro 2020-06-16 00:14:58 +02:00
João Moreno
cb29362cc7 fixes #100168 2020-06-15 10:28:35 +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
Martin Aeschlimann
477701acee update distro 2020-06-11 10:25:02 +02:00
Martin Aeschlimann
1ba4280e23 update distro 2020-06-11 10:18:39 +02:00
rebornix
be7c29a633 update distro 2020-06-10 15:02:18 -07:00
Eric Amodio
bb97e452f1 Fixes #99666 - moves code-web into resources/ 2020-06-09 10:59:15 -04:00
rebornix
ae31a0ca47 update distro 2020-06-08 16:58:15 -07:00
Rob Lourens
426bc71d35 Revert "Bump vscode-ripgrep"
This reverts commit d1220da072.
2020-06-08 11:52:29 -05:00
Martin Aeschlimann
a5a6a2057f update distro 2020-06-08 10:20:39 +02:00
Rob Lourens
d1220da072 Bump vscode-ripgrep 2020-06-07 14:32:05 -05:00
Matt Bierner
5fe78a13a4 Update eslint versions
The class-name-casing rule has also been replaced by the configurable `naming-convention` rule
2020-06-05 14:09:41 -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
70a3cb373d Update distro 2020-06-05 13:04:20 -07:00
Dirk Baeumer
247e9e325a Bump version number to 1.47.0 2020-06-05 16:28:30 +02:00
kieferrm
e25e9d4be9 distro update 2020-06-04 17:24:30 +00:00
Sandeep Somavarapu
6041d7b0ed update distro 2020-06-03 21:15:43 +02:00
Andre Weinand
be56575162 use DAP final version 2020-06-03 17:53:20 +02:00
Dirk Baeumer
a276865712 Run OSS tool for v1.46 and update distro hash 2020-06-03 16:05:28 +02:00
deepak1556
595d2b9b91 chore: bump electron@7.3.1 2020-06-02 20:52:17 -07:00