Commit Graph

1125 Commits

Author SHA1 Message Date
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
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
João Moreno
3de76f6b2c missing compilation 2020-05-27 15:27:42 +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
Benjamin Pasero
3514e96bf5 sandbox - add rules for new electron-sandbox layer 2020-05-22 12:21:25 +02: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
Sandeep Somavarapu
82a11a68d5 add views to localization resources 2020-05-18 08:40:31 +02:00
João Moreno
92cf6f4cfd Merge branch 'master' into pr/97266 2020-05-12 11:32:21 +02:00
Ladislau Szomoru
d357d0283e Add setting to control the sash size 2020-05-08 16:59:25 +02:00
Alex Dima
4578463f90 Do not tree shake interfaces or classes that extend or inherit from symbols defined in the default library 2020-05-08 14:41:03 +02:00
Johannes Rieken
fef9b12da1 fix tree shaker fyi @alexdima 2020-05-06 09:28:32 +02:00
Alex Dima
8032df1228 Do not create a sourcemap for loader.js 2020-04-25 15:33:03 +02:00
rebornix
b9eafe5f66 intergration tests. 2020-04-23 11:55:23 -07:00
Matt Bierner
5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
João Moreno
54442c1c7b move built-in extensions to product.json 2020-04-06 13:36:07 +02:00
João Moreno
0074066c39 Revert "extensions: allow built-in extensions on different qualities (#89199)"
This reverts commit 7ad58a9bd7.
2020-04-06 12:49:47 +02:00
João Moreno
1ef5d986de upgrade dependencies in build 2020-04-03 07:49:06 +02:00
Matt Bierner
273a4a389d Convert most ts-ignore-calls to ts-expect-error (#93617)
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments

This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Alex Dima
cc46bf5cfd Remove registerAndGetAmdImageURL and support for it in the build scripts 2020-03-27 19:45:41 +01:00
Benjamin Pasero
3364686d79 quick access - remove actionbar contributor that is no longer needed 2020-03-26 12:11:47 +01:00
Benjamin Pasero
df958c974f web - remove "Open in Desktop"
Instead it should move into the new remote picker that is enabled for web.
2020-03-25 08:21:45 +01:00
Rachel Macfarlane
2b86488f03 Add account context menu, #90385 2020-03-20 09:51:35 -07:00
rebornix
5194415bae Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-03-18 09:53:43 -07:00