mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
debt - deprecate IEnvironmentService#userHome (#94506)
This commit is contained in:
parent
33dcd3028f
commit
d99bc983f7
1 changed files with 6 additions and 2 deletions
|
@ -58,15 +58,19 @@ export interface IEnvironmentService {
|
|||
|
||||
// --- data paths
|
||||
backupHome: URI;
|
||||
userHome?: URI;
|
||||
untitledWorkspacesHome: URI;
|
||||
|
||||
// --- misc
|
||||
disableTelemetry: boolean;
|
||||
|
||||
// TODO@sandeep move into node layer
|
||||
// TODO@sandeep move into node layer (https://github.com/microsoft/vscode/issues/94504)
|
||||
serviceMachineIdResource?: URI;
|
||||
|
||||
/**
|
||||
* @deprecated use IRemotePathService#userHome instead (https://github.com/microsoft/vscode/issues/94506)
|
||||
*/
|
||||
userHome?: URI;
|
||||
|
||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
// NOTE: DO NOT ADD ANY OTHER PROPERTY INTO THE COLLECTION HERE
|
||||
// UNLESS THIS PROPERTY IS SUPPORTED BOTH IN WEB AND DESKTOP!!!!
|
||||
|
|
Loading…
Reference in a new issue