debt - deprecate IEnvironmentService#userHome (#94506)

This commit is contained in:
Benjamin Pasero 2020-04-06 09:57:59 +02:00
parent 33dcd3028f
commit d99bc983f7

View file

@ -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!!!!