Commit Graph

391 Commits

Author SHA1 Message Date
Sandeep Somavarapu 0ec4ce387d Fix #110574 2020-11-13 15:31:27 +01:00
Sandeep Somavarapu 88144f6d31 Fix #80698
- Inline semver
2020-10-26 12:12:07 +01:00
Sandeep Somavarapu b813399093 - use --install-builtin-extension arg instaed of --builtin flag to install builtin extension
- speed up installing extensions in cli
2020-10-22 22:31:52 +02:00
Sandeep Somavarapu 03912754be support user built in extensions 2020-10-09 17:08:38 +02:00
Sandeep Somavarapu 847f289f36 use async await 2020-10-09 09:08:49 +02:00
Sandeep Somavarapu 13b3a9f5c8 Revert "remove support for disabling syncing extension from cli"
This reverts commit 219a470363.
2020-10-09 09:08:49 +02:00
Sandeep Somavarapu 312a812441 Fix #108250 2020-10-07 19:10:55 +02:00
Benjamin Pasero 38a3d69caf code 💄 2020-10-05 08:06:13 +02:00
Sandeep Somavarapu 219a470363 remove support for disabling syncing extension from cli 2020-09-29 00:13:11 +02:00
Benjamin Pasero 4af670c204 debt - more native environment service adoption 2020-09-18 09:58:54 +02:00
Benjamin Pasero a60bbd1f0d environmentService => nativeEnvironmentService 2020-09-18 09:51:08 +02:00
Benjamin Pasero ae6e3bcb49 debt - introduce native environment service descriptor 2020-09-18 09:49:32 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Matt Bierner c348165cc0 Adding more explicit typings for promises
This gets us ready for TS 4.1
2020-09-09 09:21:56 -07:00
Benjamin Pasero 0280c04dc6 sandbox - lift some environment properties that are only used in workbench up 2020-09-03 15:03:54 +02:00
Benjamin Pasero ae942354ab sandbox - move native environment service to common layer 2020-09-03 11:30:08 +02:00
Benjamin Pasero 9b50b84c4c use import-type for modules we load async (#105594) 2020-08-31 10:58:16 +02:00
Benjamin Pasero 3c80a82a8e perf - load semver-umd only when needed in cli-process 2020-08-27 17:08:36 +02:00
Benjamin Pasero 653e7e26df sandbox - make lazyEnv fit for sandbox use 2020-08-24 11:09:34 +02:00
Sandeep Somavarapu 76aff83121 #100399 Update categories 2020-06-23 18:41:45 +02:00
Benjamin Pasero 7f132c907b debt - use platform over node.js OS 2020-06-22 09:04:56 +02: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 2f00b861e0 Merge branch 'master' into ben/electron-sandbox 2020-05-26 13:49:13 +02:00
Benjamin Pasero 0155d41405 web - support to open a file on a line 2020-05-26 10:48:01 +02:00
Benjamin Pasero 7f34cb5384 sandbox - ensure IElectronService is declared from electron-sandbox layer 2020-05-25 12:41:39 +02:00
Benjamin Pasero bd62ffe1f4 sandbox - move electron service into common/sandbox 2020-05-25 10:13:03 +02:00
Ladislau Szomoru 16460ceb51 CLI - Add a 1 second timeout for flushing the telemetry (#97622)
* Add a 1 second timeout for flushing the telemetry
2020-05-13 10:56:28 +02:00
Benjamin Pasero b19b7a7f41 es6 - use more find over filter 2020-05-04 09:44:59 +02:00
SteVen Batten 4abcc03d6a update to telemetry service/callstack or exception 2020-04-27 17:33:44 -07:00
Rob Lourens 9d6105b9d8 Merges changes from distro that should have gone into master
Update recommendations for C#.

The C# extension moved to a new publisher ID and the recommendations
need updating.
2020-04-07 14:50:35 -07:00
Benjamin Pasero 9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Benjamin Pasero f8432f8d9c debt - more usage of ES6 object assign 2020-04-06 08:58:37 +02:00
Benjamin Pasero a949694b25 debt - reduce usage of explicit any 2020-02-28 11:33:55 +01:00
Benjamin Pasero 646aaf67aa Cleanup open-url handling (#91234)
* cleanup open-url handling

* open url - allow to open a remote workpsace without opening a window first

* help build

* undo build change

* support files too
2020-02-23 16:54:53 +01:00
Sandeep Somavarapu 6b71b834f3 #90076 move config service to common 2020-02-18 08:59:43 +01:00
Sandeep Somavarapu 5608bb8185 Fix #90440 2020-02-11 13:14:38 +01:00
Benjamin Pasero 8a997f7321 Web: extension recommendations are not working (fix #90421) 2020-02-11 07:33:38 +01:00
Martin Aeschlimann 5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
Martin Aeschlimann 6c0fe8cb04 --diff does not work with WSL. Fixes #83473 2019-10-28 22:53:06 +01:00
Benjamin Pasero 06aadb28a7 debt - prepare for node 12 2019-10-28 09:54:19 +01:00
Martin Aeschlimann b8bb5e71b1 Cleanup src/vs/platform/environment/node/argv.ts. Fixes #76239 2019-10-24 10:15:21 +02:00
Benjamin Pasero 23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07:00
Martin Aeschlimann 6a90438f02 WSL window opening with windows path. Fixes https://github.com/microsoft/vscode-remote-release/issues/1537 2019-10-03 11:44:47 +02:00
Benjamin Pasero da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero 25fb4bcd78 debt - move enterWorkspace into workspace service 2019-09-30 11:35:50 +02:00
Benjamin Pasero 304693f37e debt - async import for cli 2019-09-30 11:30:07 +02:00