Commit Graph

375 Commits

Author SHA1 Message Date
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
Benjamin Pasero
136dbe9e20 debt - move native dialog options 2019-09-26 19:01:58 +02:00
Benjamin Pasero
64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Benjamin Pasero
afde7913eb build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Benjamin Pasero
93bb67d7ef debt - use common/product over node/product 2019-09-16 11:35:11 +02:00
Benjamin Pasero
fd32392699 debt - common/product => common/productService 2019-09-16 11:31:22 +02:00
Benjamin Pasero
5e1179f0b8 web - move help actions to browser 2019-09-16 10:37:58 +02:00
João Moreno
ab10e26096 Fixes #80702 (#80705) 2019-09-11 13:31:42 +02:00
Martin Aeschlimann
9d4b47dbed optionDescriptions as parameter of parseArgs 2019-09-09 14:43:13 +02:00
Martin Aeschlimann
7a67a54e5e extensionDevelopmentPath is string[] 2019-09-05 15:46:05 +02:00
SteVen Batten
1727cc2de9 add msft internal identification logic (#79616) 2019-08-26 16:43:39 -07:00
Sandeep Somavarapu
8095541d7d inline product configuration in produt service 2019-08-15 16:08:11 +02:00
Logan Ramos
b54d772562 List possible categories (#78198)
* List possible categories

* TODO comment

* Message if category is invalid
2019-07-30 09:06:23 -07:00
Sandeep Somavarapu
92f31bf748 Call flush instead of dispose for flushing telemetry appenders
Wait until data is flushed in cli
2019-07-24 11:15:50 +02:00
Logan Ramos
b4734e8524 Filter extensions by category (#77306)
* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Provide option to filter by category

* ignore casing

* Remove unwanted build change
2019-07-23 07:29:35 -07:00
Sandeep Somavarapu
d685337db2 Use semver-umd everywhere 2019-07-18 15:33:53 +02:00
Sandeep Somavarapu
8ffcb49f4f disable some extension commands in web 2019-07-18 11:20:44 +02:00