Commit Graph

345 Commits

Author SHA1 Message Date
Robo 227d533937 Revert "chore: update to electron 9-x-y (#102011)" (#103599)
This reverts commit 3d0d50caf8.
2020-07-30 08:35:43 -07: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
Benjamin Pasero e5b3ff76ba Enable sandbox and contextIsolation for process explorer when running with --__sandbox (#102924)
* sandbox - allow to enable sandbox and contextIsolation for process explorer

* fix asar lookup
2020-07-20 10:30:20 +02:00
Benjamin Pasero dac94e27b9 Reading from stdin via tmp file and pipe raise an exception #102085 2020-07-10 12:45:00 +02:00
Johannes Rieken b36c0e1906 move globalStorageHome, workspaceStorageHome to shared env-service, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Benjamin Pasero 73d89afbdc diag - add a cli arg to open devtools when window opens 2020-07-09 10:25:31 +02:00
Sandeep Somavarapu 927c007649 fix #101248 2020-06-30 08:33:21 +02:00
Benjamin Pasero 7f132c907b debt - use platform over node.js OS 2020-06-22 09:04:56 +02:00
Benjamin Pasero 694abe219e 💄 stdin polish 2020-06-18 16:09:18 +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
Sandeep Somavarapu 99a07407c8 Fix #99674 2020-06-11 16:40:55 +02:00
Dan Foad 235f6f803a Allow numeric CLI argument (#99540)
* safely convert to string before checking length

* use String(arg) instead
2020-06-08 14:38:34 +02:00
Matt Bierner cadabab73f Mark _serviceBrand properties using declare (#99312)
_serviceBrand is only used for typing and should not result in emit

Also adds readonly
2020-06-05 11:04:15 -07:00
Sandeep Somavarapu d774ade0cc rename donot-sync to do-not-sync 2020-06-03 20:58:19 +02:00
Sandeep Somavarapu 37c72e77a0 Add ability to not to sync an extension while installing using cli 2020-05-29 15:56:36 +02:00
Sandeep Somavarapu f676774cb7 Revert "Revert "allow setting default tag while installing extensions""
This reverts commit 40559425c7.
2020-05-28 08:07:47 +02:00
Matt Bierner 40559425c7 Revert "allow setting default tag while installing extensions"
This reverts commit a2bc061bc6.

Revert "merge metadata into local extension"

This reverts commit b354b435ce.
2020-05-27 17:18:08 -07:00
Sandeep Somavarapu a2bc061bc6 allow setting default tag while installing extensions 2020-05-27 20:31:11 +02:00
Benjamin Pasero 3c4820c794 sandbox - move more things around 2020-05-26 09:07:12 +02:00
Benjamin Pasero 3fab5de0b1 diag - introduce crash-reporter-directory to enable crash reporter for local folder 2020-05-07 07:59:29 +02:00
Benjamin Pasero 6a8b201c8a smoke - restore skip-release-notes CLI arg (#96459) 2020-04-29 12:40:04 +02:00
Martin Aeschlimann a80db0cce4 Fix 'The operand of a 'delete' operator must be optional' errors in VS Code codebase. For #96022 2020-04-24 16:01:35 +02:00
Sandeep Somavarapu 08d87a8038 Merge branch 'sandy081/cacheExtensionDownloads' 2020-04-24 10:06:53 +02:00
Sandeep Somavarapu 029ba89947 Change the embedder api
- separate enabling sync by default and logged in account
2020-04-22 12:12:05 +02:00
Sandeep Somavarapu 4ccf59448b Provide support to sync to an account by default 2020-04-22 11:32:26 +02:00
Christof Marti 4db9f2c9ca Allow --log-net-log (#93595) 2020-04-16 07:39:50 +02:00
Rachel Macfarlane 2a1f167165 Fix #94888, preferences sync gets reenabled on reload 2020-04-10 10:41:26 -07:00
Rob Lourens 19c169a1a7 Add warning about long generated IPC paths, fix #86382 2020-04-07 11:48:24 -07:00
Benjamin Pasero 9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Christof Marti 9f9b9be2d0 Fix typo (#93595) 2020-03-31 07:25:35 +02:00
Daniel Imms 3636940beb vscode-minimist -> minimist 2020-03-30 14:10:10 -07:00
Benjamin Pasero 9bd87e3852 extensions - wire in proposed API enablement (for #92908) 2020-03-30 08:51:48 +02:00
Benjamin Pasero 88d189b479 quick access - more renames towards less quick open usage 2020-03-26 13:38:59 +01:00
Daniel Imms 75f05c222b Move --telemetry to bottom of troubleshooting
It's at the bottom as it's a different kind of troubleshooting to
the rest of the items.

Fixes #93283
2020-03-25 05:42:01 -07:00
Sandeep Somavarapu 7a20db3ee4 #92516 move sync cli category 2020-03-24 13:55:44 +01:00
Benjamin Pasero 80b0200dea argv help 💄 2020-03-24 08:01:20 +01:00
Sandeep Somavarapu f50e303304 #86678 define snippets home property in env service 2020-03-19 15:57:43 +01:00
Sandeep Somavarapu 74b4831485 #86678 Prepare for syncing snippets
- Get conflicts resources from syncronisers
- adjust conflicts handling methods to take conflicts resources
- fix back up local data before accepting incoming changes
2020-03-18 16:52:46 +01:00
Sandeep Somavarapu 2c3c137b19 - rename gallery machined it to service machine id
- extract getting service machine id
2020-03-16 10:01:39 +01:00
Sandeep Somavarapu 48fa5b2a39 Fix #92516 2020-03-13 22:30:06 +01:00
Benjamin Pasero d46fa87e07 fix #91701 2020-03-12 16:10:50 +01:00
Benjamin Pasero e1d6bfe8b1 debt - push down more native only environment properties 2020-03-02 12:46:04 +01:00
Benjamin Pasero a949694b25 debt - reduce usage of explicit any 2020-02-28 11:33:55 +01:00
Sandeep Somavarapu bddc5ef701 Fix #91486 2020-02-27 17:54:17 +01:00
Sandeep Somavarapu 79f83f0033 Fix #89046 2020-01-23 17:02:12 +01:00
Benjamin Pasero 13bf3f81ee bring back: add ignore-certificate-error & allow-insecure-localhost. Clarify unknown option warning 2020-01-23 08:24:59 +01:00
Benjamin Pasero 3aa538379f Revert "add ignore-certificate-error & allow-insecure-localhost. Clarify unknown option warning."
This reverts commit bc8aaad178.
2020-01-21 17:55:52 +01:00
Martin Aeschlimann bc8aaad178 add ignore-certificate-error & allow-insecure-localhost. Clarify unknown option warning. 2020-01-21 16:07:55 +01:00
Martin Aeschlimann 5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
Sandeep Somavarapu 63afb95647 Enable keybindings synchronization 2019-12-01 20:51:03 +01:00