Commit Graph

1050 Commits

Author SHA1 Message Date
Benjamin Pasero
b2acd8fa72 sandbox - make layers checker fit to complain about native things definedin common layer 2020-09-04 10:32:00 +02:00
Alex Dima
7396cb1990 Have the Toggle Keyboard Shortcuts Troubleshooting action open the renderer log 2020-09-03 22:46:37 +02:00
Alex Dima
61327846c6 Adopt latest asar 2020-09-02 22:33:15 +02:00
Martin Aeschlimann
1cf826c7f6 Merge branch 'master' into master 2020-08-31 13:32:36 -07:00
Benjamin Pasero
4491427ac7 web - move playground out of sources
We will consume the playground from https://github.com/microsoft/vscode-web-playground going forward.
2020-08-18 09:18:23 +02:00
Caio
c45e05e4a6 treat *.c++ and *.h++ files as c++ on macos 2020-08-17 21:40:18 -03:00
Robo
e4296330de chore: update to electron 9-x-y (#102011)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-08-11 11:30:23 -07:00
Alex Dima
cdde5c3bb1 Also download webBuiltInExtensions when running from source 2020-08-06 21:09:24 +02:00
Alex Dima
edf34c7cbc Allow passing in an exclude list to scanBuiltinExtensions 2020-08-03 23:22:39 +02:00
Alex Dima
49fd2b4f97 Do not inline vscode-web-playground (even if it is packaged) 2020-08-03 21:08:00 +02:00
Alex Dima
34005e2a48 Avoid NPE 2020-08-03 20:24:40 +02:00
João Moreno
2954ffb2fd build 2020-08-03 16:54:56 +02:00
João Moreno
05bdb6a975 split web extensions 2020-08-03 16:53:08 +02:00
Connor Peet
4d432f80da launch: fix build script 2020-07-31 11:39:48 -07:00
Connor Peet
262ab802d3 launch: check prerequisites in a pre-launch task
Fixes https://github.com/microsoft/vscode/issues/103708
2020-07-31 10:55:07 -07:00
Eric Amodio
c9a2f78283 Adds protection if the folder doesn't exist 2020-07-31 00:38:48 -04:00
Robo
227d533937 Revert "chore: update to electron 9-x-y (#102011)" (#103599)
This reverts commit 3d0d50caf8.
2020-07-30 08:35:43 -07:00
Alex Dima
bb09bae007 check in missing compiled file 2020-07-30 11:40:59 +02:00
Eric Amodio
ea63321bc6 Removes internal gh browser & adds external 2020-07-29 23:49:17 -04:00
Matt Bierner
17a691882e Check in built file 2020-07-29 15:00:58 -07:00
Matt Bierner
bdd3721849 Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
2020-07-29 14:05:44 -07:00
Alex Dima
3584cd9325 Builtin extensions: also inline the package.nls.json contents 2020-07-29 11:32:18 +02:00
Alex Dima
9198116ded Add IOptimizeTaskOpts.fileContentMapper 2020-07-28 17:40:06 +02:00
Alex Dima
547c1c2c61 Add web extensions filder in scanBuiltinExtensions 2020-07-27 14:23:10 +02:00
Alex Dima
c3ed1c89cb Fix problem with missing vscode-web-playground 2020-07-27 14:23:10 +02:00
Alex Dima
5ba8591765 Align build scripts 2020-07-27 13:18:17 +02:00
Alex Dima
d42e9162b9 Remove some extension package.json patching 2020-07-24 14:38:10 +02:00
Alex Dima
750baf0af6 Minify extension resources 2020-07-24 13:57:51 +02:00
Robo
3d0d50caf8 chore: update to electron 9-x-y (#102011)
* chore: bump electron@9.0.5

* remove exploration config

* fix compile error

* fix compile error

* crashReporter has to be called only once before app ready

* chore: bump electron@9.1.0

* enable LayoutNG

* fix cron schedule

* allow disabling appcenter crash reporting

* set additional crash reporting parameters

* start crashreporter for child process on linux

* setup crash parameters only once

* remove unused crashReporter.guid

* address review feedback

* reuse argv.json for storing crash reporter id

* remove trailing commas

* update localized name

* update argv based on telemetry optout

* update initial config based on setting

* fix conditional errors

* remove telemetry.enableCrashReporter

* move default crash reporter config to electron-main

* update comment for ext host crash reporting

* set default value for configuration

* some 💄 changes

* address review feedback

* do not use ES7 features in JS yet

* add app.focus({ steal: true }) usage

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-21 09:39:34 +02:00
João Moreno
0ff864739b Merge branch 'joao/innosetup6' 2020-07-08 17:17:38 +02:00
João Moreno
8c8db45d5a fix i18n 2020-07-08 16:17:14 +02:00
Alex Dima
bb95f3aa40 Adopt loader's amdModulesPattern option 2020-07-07 23:30:27 +02:00
Johannes Rieken
26c6cd5c40 check for totalmem before starting compiling 2020-07-03 09:56:04 +02:00
Martin Aeschlimann
c99fe71f85 web: bring back temporary workaround for package.nls 2020-06-29 21:44:42 +02:00
João Moreno
2e0445d5ab missing compilation cc @sandy081 2020-06-23 15:59:02 +02:00
Sandeep Somavarapu
63e4a9c059 fix typo 2020-06-23 14:27:20 +02:00
Matt Bierner
c5e1438a6e Don't report literal errors on null 2020-06-22 15:43:13 -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
7bfb55ece5 scan builtin extensions 2020-06-22 15:38:07 +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
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
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
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