Connor Peet
dec4735ed6
server: fix cpu loop on SIGPIPE ( #170305 )
...
- One missed uncaughtException site was causing a loop (maybe we want
to handle this error on onUnexpectedError instead?)
- The SIGPIPE listener itself was causing a loop, as well. Only try to log once.
2023-01-17 19:25:58 +00:00
Sandeep Somavarapu
05d59b893e
Log: Enhancements and cleaup ( #171325 )
...
- Make logger service primary source for log level
- Automatically register output channels for loggers from anywhere
- Use logger channels on remote processes (server, pty)
- clean up loggers and log service
2023-01-14 19:46:46 +01:00
Sandeep Somavarapu
5167c393aa
proper fix for #165447 ( #169883 )
...
- use extensions location to get relative path
2022-12-23 10:47:34 +01:00
Logan Ramos
a3bde69a35
Allow machne id generation in main process ( #167449 )
2022-11-28 13:25:19 -08:00
Benjamin Pasero
d5e5981ac7
debt - use ITelemetryAppender interface ( #167067 )
...
//cc @lramos15
2022-11-23 08:01:54 -08:00
João Moreno
aa461e19a6
add trace logging to NativePolicyService ( #166462 )
...
related to #163418
2022-11-16 06:19:57 -08:00
Sandeep Somavarapu
e9db45a0de
Fix #164690 #164730 ( #165331 )
...
* Revert "Revert "Fix #164690 #164730 (#165279 )" (#165302 )"
This reverts commit d9ed6d1ef4 .
* store migration completion marker in profile
2022-11-03 12:02:53 +01:00
Megan Rogge
d9ed6d1ef4
Revert "Fix #164690 #164730 ( #165279 )" ( #165302 )
2022-11-02 17:48:32 -07:00
Sandeep Somavarapu
9c0c68c8cf
Fix #164690 #164730 ( #165279 )
...
- Maintain default installed extensions manifest always
- Adopt to default installed extensions manifest
- Add externally installed extension to default extensions manifest
2022-11-02 22:48:15 +01:00
Sandeep Somavarapu
66c63cc8f7
review feedback
2022-10-11 15:32:22 +02:00
Damon Tivel
387563c02b
Add extension signature verification service
2022-10-03 08:20:27 -07:00
Benjamin Pasero
f54c23777c
backups - 💄 ( #160478 )
2022-09-09 10:15:51 +02:00
Sandeep Somavarapu
39f3ab5b53
Fix #159447 ( #160310 )
2022-09-07 07:43:07 -07:00
Benjamin Pasero
d3a33a2716
services - set more lazy in main process ( #160273 )
2022-09-07 11:29:41 +02:00
Sandeep Somavarapu
ba6d0bd1d9
adopt lazy services ( #160168 )
...
#159178
- make services lazy
- adopt to eager instantiation with comment
2022-09-06 14:06:03 +02:00
Sandeep Somavarapu
4bf364de22
enable profiles ( #158758 )
...
- by default in insiders
- behind the flag in stable
2022-08-22 15:46:41 +02:00
Logan Ramos
cc098faebd
Allow msftInternal to be setting toggled ( #156198 )
2022-07-25 21:01:27 -04:00
Logan Ramos
d6114a70be
Remove app insights ( #154296 )
...
* Remove app insights
* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Sandeep Somavarapu
ab670df24b
disable profiles feature in stable quality ( #153796 )
2022-06-30 05:26:02 -07:00
Sandeep Somavarapu
94459e758e
Improve extensions management in profiles
...
- Make version property mandatory in extension profiles (like in web)
- Extend extensions clean up to profiles
- Add necessay changes in other services to support extension cleanup:
- Introduce INativeServerExtensionManagementService
- Extend profile change event to provide added and removed profiles
2022-06-26 00:06:27 +02:00
Sandeep Somavarapu
c480885fda
Enable settings profiles behind experimental flag ( #153044 )
...
Enable settings profiles under experimental flag
2022-06-23 15:52:56 -07:00
Sandeep Somavarapu
28e9322f72
cleanup: initialize profiles when state is initiaized ( #153002 )
...
clean up:
- initialize profiles when state is initiaized
2022-06-23 17:21:28 +00:00
Sandeep Somavarapu
6d35288333
CLI: initialize state and profiles ( #152994 )
...
- create state service (readonly) in node
- split state service between node and main
- split profiles service between node and main
- set up and init state and profiles services in cli
2022-06-23 18:37:10 +02:00
Sandeep Somavarapu
87a6ba590a
fix default profile ( #152915 )
...
- send all profiles to window and shared process
- set first profile as default profile
2022-06-23 08:57:47 +02:00
Sandeep Somavarapu
3d4a1bc11e
Split IUserDataProfilesService ( #152385 )
...
* - extract IUserDataProfileService from IUserDataProfilesService
- Adopt it
* 💄
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
2022-06-17 07:04:35 +00:00
Sandeep Somavarapu
3c3343c8e4
use state resource from environment service
2022-06-13 17:31:12 +02:00
Sandeep Somavarapu
8099ff1f33
implement feedback
2022-06-13 14:31:22 +02:00
Sandeep Somavarapu
5178151d23
Merge branch 'main' into sandy081/settingsProfile
2022-06-01 14:12:03 +02:00
Tyler James Leonhardt
27e10113dc
improve configure display language & add clear display language preference ( #150433 )
2022-05-26 07:42:03 -07:00
Tyler James Leonhardt
f363be172c
Rename LocalizationsService to LanguagePackService and misc moves ( #150314 )
...
* rename LocalizationsService to LanguagePackService and misc moves
* couple more renames
* one more rename
2022-05-24 15:05:17 -07:00
Sandeep Somavarapu
86d085dbca
- Save settings profile
...
- Switch settings profile
- Remove settings profile
- Status bar entry
2022-05-23 00:57:58 +02:00
Sandeep Somavarapu
0ccc294e64
move globalStorageHome to userDataProfileService
2022-05-22 09:22:48 +02:00
Sandeep Somavarapu
80865fedf6
use current profile instead of default profile
2022-05-21 19:54:13 +02:00
Sandeep Somavarapu
129d52819a
support scanning, installing and uninstalling extensions in a profile
2022-05-21 19:46:06 +02:00
Sandeep Somavarapu
55e6d2f138
move user data resources to user data profile
2022-05-19 22:54:28 +02:00
João Moreno
04e34f2554
dispose native policy service on shutdown
2022-05-19 13:56:27 +02:00
Joao Moreno
56eca91b26
add vscode-policy-watcher dependency, support registerPolicyDefinitions
2022-05-18 14:13:58 +02:00
Sandeep Somavarapu
562c9f6d8b
register policy definitions from policy configuration
2022-05-17 16:01:10 +02:00
Joao Moreno
5db383efe6
use FilePolicyService
2022-05-17 09:35:35 +02:00
Joao Moreno
2d1940e1ab
wip: registerPolicyDefinitions
2022-05-17 09:33:32 +02:00
Joao Moreno
70b7af01e8
wire up policy service
2022-05-16 21:57:56 +02:00
Sandeep Somavarapu
e4c04ea2e9
- Introduce policy model with file policy
...
- Introduce policy configuration using policy model
- Use policy configuration while reading, inspecting and writing configuration
- Adopt json settings editor
2022-05-10 13:49:31 +02:00
Sandeep Somavarapu
5669b27cac
Fix #147103
2022-04-11 11:25:48 +05:30
Benjamin Pasero
a70083c043
debt - move storage main into global storage
...
The other location one level up is being file watched and storage file changes constantly.
2022-03-30 07:21:52 +02:00
Benjamin Pasero
61662bf26c
debt - migrate storage.json into User
2022-03-28 08:28:25 +02:00
SteVen Batten
5612d0124a
fix layer breakage
2022-02-23 11:15:18 -08:00
SteVen Batten
d3d1be0131
fix layer breakage
2022-02-23 09:53:40 -08:00
SteVen Batten
b43fff4d34
improve pii path logic
2022-02-23 09:32:16 -08:00
Sandeep Somavarapu
ab394ee788
#15756 support pre-release while installing through cli and commands
2021-11-25 19:55:21 +01:00
Sandeep Somavarapu
37acec6394
- clear formatters while creating the spdlog logger
...
- fix name of the logger
2021-11-10 10:26:16 +01:00