Commit Graph

623 Commits

Author SHA1 Message Date
Logan Ramos d937389358 Add owners to all telemetry events (#150296) 2022-05-24 14:58:08 -04:00
Sandeep Somavarapu dda747f19d Fix #148646 2022-05-03 19:59:44 +02:00
Sandeep Somavarapu b9eedbb871 Merge branch 'main' into issue/146729 2022-04-25 17:53:58 +05:30
Johannes 310108c376 fix https://github.com/microsoft/vscode/issues/144555 2022-04-25 09:40:57 +02:00
Sandeep Somavarapu 5b242ed4ff Implement export/import profiles
- Introduce workbench profile service
- Implement settings, global state, extension profiles
- Implement import/export profile actions
2022-04-22 23:51:05 +05:30
Sandeep Somavarapu 6829684b64 Fix #145794 2022-03-24 17:32:38 +05:30
Sandeep Somavarapu c95aa8a8a6 Revert "Fix #145794"
This reverts commit ee0c8c4f01.
2022-03-24 15:49:22 +05:30
Sandeep Somavarapu ee0c8c4f01 Fix #145794 2022-03-24 15:06:18 +05:30
Sandeep Somavarapu c86a266cb4 Fix #141596 2022-03-23 16:59:06 +05:30
Sandeep Somavarapu aee3a5e1fa Fix #142581 2022-02-22 18:11:53 +01:00
Logan Ramos ec849f94fe Remove telemetry upsetting GDPR tool 2022-02-15 10:01:05 -05:00
Johannes Rieken 4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Sandeep Somavarapu 891164f3e2 Fix #141393 2022-01-26 18:31:19 +01:00
Sandeep Somavarapu b0ed3906a3 Fix #141279 2022-01-24 18:35:45 +01:00
Sandeep Somavarapu 1577f73256 change tasks as file synchronizer 2022-01-24 16:31:21 +01:00
Sandeep Somavarapu 49d77d4df6 Fix #122457 2022-01-23 18:57:58 +01:00
Sandeep Somavarapu 9b75bd1f81 #139015 more refactorings
- use getExtensions for querying by id or name
- introduce getExtensions in IExtensionsWorkbenchService
2022-01-22 23:33:55 +01:00
Sandeep Somavarapu 6e36378d9f fix sync tests 2022-01-22 14:00:52 +01:00
Sandeep Somavarapu c355928e10 Merge branch 'sandy081/syncTasks' 2022-01-22 14:00:51 +01:00
Sandeep Somavarapu 9f66b163f7 rename includePreRelease flag to preRelease for extensionInfo 2022-01-21 18:13:44 +01:00
Sandeep Somavarapu a7a87e3c4d Merge branch 'main' into sandy081/syncTasks 2022-01-21 11:35:14 +01:00
Sandeep Somavarapu 7753083011 #91286 handle too many requests on the client 2022-01-21 00:03:03 +01:00
Sandeep Somavarapu 1043ddfd4b #91286 use throttled delayer for auto sync 2022-01-21 00:03:02 +01:00
Sandeep Somavarapu f99b242c7b Fix #141010 2022-01-20 14:53:19 +01:00
Sandeep Somavarapu 8876017e2a Fix #140262 2022-01-20 14:31:16 +01:00
Sandeep Somavarapu 526adff766 support syncing tasks 2022-01-19 19:24:31 +01:00
Sandeep Somavarapu 87b365f433 #114640 change machine name format 2022-01-18 22:47:38 +01:00
Sandeep Somavarapu fb26bec610 #139015 refactor gallery service
- unify apis in IExtensionGalleryService
2022-01-17 20:21:38 +01:00
Johannes Rieken 1ab07c536a rename isPromiseCanceledError to isCancellationError, nudge folks towards CancellationError instead of canceled-function 2022-01-12 14:22:36 +01:00
Sandeep Somavarapu 2766a74d2a - move migration into a util function
- extract extension storage methods to a separate service
2022-01-08 00:36:52 +01:00
Sandeep Somavarapu 87bf1d8065 #126376 remove user configuration file service and use atomic read 2021-12-15 17:25:49 +01:00
Sandeep Somavarapu a56188e4d2 #138511 use new formatter 2021-12-10 11:07:18 +01:00
Sandeep Somavarapu 2a6a8c59b3 #138511 format only while displaying 2021-12-08 02:20:54 +01:00
Sandeep Somavarapu 10cdcbbe13 #138511 format only while displaying 2021-12-08 02:19:30 +01:00
Sandeep Somavarapu 46421dda25 #138511 simplify check if remote has changed and use throttled delayer for triggering local change 2021-12-08 01:36:43 +01:00
Sandeep Somavarapu 2189e66f27 proper fix for #138515 2021-12-08 00:42:30 +01:00
Sandeep Somavarapu c98dde4409 #138511 use json stringify 2021-12-08 00:42:29 +01:00
Sandeep Somavarapu 5a9e780f0a fix #138515 2021-12-07 14:07:45 +01:00
Sandeep Somavarapu ab394ee788 #15756 support pre-release while installing through cli and commands 2021-11-25 19:55:21 +01:00
Sandeep Somavarapu 4947eba7a5 #15756 rename 2021-11-24 23:42:26 +01:00
Sandeep Somavarapu a74b70781e #15756 sync prereleases 2021-11-24 23:42:26 +01:00
Sandeep Somavarapu ed5ebcbb03 #15756 - handle incompatible pre-release versions 2021-11-23 12:06:30 +01:00
Sandeep Somavarapu bea3784159 #15756 - Pre-release support for extensions 2021-11-23 00:34:09 +01:00
Sandeep Somavarapu 9b1d819745 #136424 Initialize remote with user synced extensions 2021-11-12 16:34:18 +01:00
Sandeep Somavarapu a315fd8f2e #133201 add more logging 2021-11-09 16:57:27 +01:00
Sandeep Somavarapu 1944e5d133 Fix #135935 2021-11-03 14:05:36 +01:00
Sandeep Somavarapu bda864be28 Fix #134909 2021-10-25 14:24:14 +02:00
Sandeep Somavarapu 5208c6a3b6 #134089 Fix compilation 2021-10-22 17:11:36 +02:00
Sandeep Somavarapu 532f25c4ac add debug logs 2021-10-13 11:07:52 +02:00
Sandeep Somavarapu b8ec99894e #132192 add some trace statements 2021-10-11 15:23:31 +02:00