Commit Graph
3219 Commits
Author SHA1 Message Date
Matt Bierner 1512c95b66 Update to latest TS nightly for building VS Code 2020-06-29 14:40:15 -07:00
Martin Aeschlimann c99fe71f85 web: bring back temporary workaround for package.nls 2020-06-29 21:44:42 +02:00
Alex Dima 9f21680d43 Remove unnecessary excludes 2020-06-29 15:04:27 +02:00
Alex Dima 39c361cc2a ignore more things for vscode-textmate and vscode-oniguruma 2020-06-29 14:59:51 +02:00
Benjamin Pasero 1446000dc2 web - exclude more things from modules 2020-06-29 14:23:23 +02: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
Martin Aeschlimann 4f1997dcc7 fix windows path issues in yarn watch-web 2020-06-26 11:15:27 +02:00
Benjamin Pasero 880055cbd2 Revert "exploration - do not merge back to branch automatically to keep repo small"
This reverts commit e5d08ae4bc.
2020-06-26 07:45:53 +02:00
Martin Aeschlimann 24f7393beb add yarn watch-web 2020-06-25 17:34:12 +02:00
Benjamin Pasero e5d08ae4bc exploration - do not merge back to branch automatically to keep repo small 2020-06-25 10:04:45 +02:00
Robo 1c15b453c5 Update exploration-build.yml 2020-06-24 11:22:30 -07:00
Benjamin Pasero c0a4e9e84f bootstrap - add helper utility for node.js things 2020-06-24 17:43:52 +02:00
João Moreno 71021c2046 fix telemetry step 2020-06-23 16:22:55 +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 2e0445d5ab missing compilation cc @sandy081 2020-06-23 15:59:02 +02:00
João Moreno b0fcd23aee reenable telemetry 2020-06-23 15:59:02 +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
Sandeep Somavarapu 63e4a9c059 fix typo 2020-06-23 14:27:20 +02:00
谭九鼎 fb94ca50fc Use https for stackoverflow (#100655) 2020-06-23 10:59:52 +02:00
João Moreno 0913b1aa43 fixes #100829 2020-06-23 10:32:00 +02:00
Sandeep Somavarapu 129cc5a668 Comment out failing job 2020-06-23 08:35:04 +02:00
Matt Bierner c5e1438a6e Don't report literal errors on null 2020-06-22 15:43:13 -07: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
Sandeep Somavarapu f2a654c782 fix build - add contrib/views to i18n. @alexr00 FYI 2020-06-22 19:18:02 +02:00
Alex Dima 5e6729d9bd commit generated files 2020-06-22 18:17:04 +02:00
Sandeep Somavarapu f199d5321e check if package json exists 2020-06-22 17:09:02 +02:00
Sandeep Somavarapu 932aaadc32 Merge pull request #100755 from microsoft/sandy081/serverless/inlineBuiltinExtensions
Scan builtin extensions task
2020-06-22 17:07:07 +02:00
Alexandru Dima 45a222d4c5 Merge pull request #100729 from microsoft/alex/extension-host 2020-06-22 15:50:00 +02:00
Sandeep Somavarapu 7bfb55ece5 scan builtin extensions 2020-06-22 15:38:07 +02:00
Logan Ramos 919cf3630c Update the version of the telemetry extractor (#100501) 2020-06-22 09:30:52 -04:00
Alex Dima 5b363f0859 Package the web worker extension host 2020-06-22 10:36:14 +02:00
Benjamin Pasero 0fca6246e4 build - add web ignore file 2020-06-22 09:41:43 +02:00
Fedor NezhivoiandBenjamin Pasero 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 NezhivoiandBenjamin Pasero 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
Benjamin Pasero 7f49ef52e3 sandbox - configure nativeWindowOpen:true
This matches the behaviour of sandboxed Electron renderers.
2020-06-16 18:52:34 +02:00
Martin Aeschlimann 1136e2282c marketplace extensions need browser and uiKind 2020-06-16 14:15:15 +02:00
Martin Aeschlimann 5a571dd2e9 marketplace web extensions build 2020-06-16 00:05:44 +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
Benjamin Pasero 61c8144361 fix compile leftover 2020-06-12 10:04:05 +02:00
Martin Aeschlimann 917064c80c move polyfills to build/polyfills 2020-06-11 21:54:43 +02:00
João Moreno a780a45757 fix unnecessary regex 2020-06-11 17:32:55 +02:00
Martin Aeschlimann 6bcf827d48 package.json filter fix for build/lib/extensions 2020-06-11 10:18:39 +02:00
Martin Aeschlimann 9de8a85408 extensions in web build 2020-06-11 10:18:11 +02:00
João Moreno bcbe1ef91e fix oss setup 2020-06-10 18:25:42 +02:00
Eric Amodio bb97e452f1 Fixes #99666 - moves code-web into resources/ 2020-06-09 10:59:15 -04:00