Commit Graph
3196 Commits
Author SHA1 Message Date
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
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
Ladislau Szomoru 19ba31746f Remove code hygiene tasks from Windows and Mac. Will be executed as part of the Linux pipeline. (#99446) 2020-06-05 14:02:01 +02:00
João Moreno 3b55119a98 fixes #97961 2020-06-03 12:06:43 +02:00
deepak1556 113fd1b7bc chore: bump electron@7.3.0 2020-05-27 12:47:39 -07:00
Rachel Macfarlane a6c47beb1b Remove unused code in github auth provider 2020-05-27 09:37:54 -07:00
João Moreno fc574fb65e Merge branch 'master' into joao/win32-arm64 2020-05-27 17:58:13 +02:00
João Moreno 07e8e500a1 setup 2020-05-27 16:19:26 +02:00
João Moreno 3de76f6b2c missing compilation 2020-05-27 15:27:42 +02:00
João Moreno b1029cc2bc fix arm64 build 2020-05-27 15:14:43 +02:00
Rick van Galen 571b747c28 Containerfile support (#93184)
* Apply Dockerfile highlighting to Containerfile

* Recognize Containerfile in Search Editor highlighting

* Register opening Containerfile files on macOS

* Register opening Containerfile files on Windows
2020-05-27 14:47:27 +02:00
João Moreno 844a79ef8c fix build 2020-05-27 14:01:32 +02:00
João Moreno 0ca683f74c fix arm64 setup 2020-05-27 10:48:34 +02:00
Benjamin Pasero d637255b17 Merge branch 'master' into ben/electron-sandbox 2020-05-27 06:51:08 +02:00
deepak1556 876f2e70f9 Revert "chore: bump electron@8.3.0 (#98266)"
This reverts commit 820fd4048f.
2020-05-26 21:46:03 -07:00
João Moreno 0d2eaee1d6 fix inno updater 2020-05-26 20:50:52 +02:00
João Moreno 72d99a5f49 fix setup 2020-05-26 17:02:52 +02:00
João Moreno d3dafbf7e1 publish setup for win32-arm64 2020-05-26 16:18:03 +02:00
João Moreno e3af38bd6e fix codesigning 2020-05-26 11:15:56 +02:00
João Moreno e38535c251 enable codesign for arm64 2020-05-26 10:38:31 +02:00
João Moreno d4df9405ea Merge branch 'master' into joao/win32-arm64 2020-05-26 07:24:27 +02:00
João Moreno 1c5f7e3634 full fledged arm64 build 2020-05-25 21:50:08 +02:00
Benjamin Pasero 231bee5c77 sandbox - fix build 2020-05-25 12:25:59 +02:00