Skip to content

Commit d99bc98

Browse files
author
Benjamin Pasero
committed
debt - deprecate IEnvironmentService#userHome (microsoft#94506)
1 parent 33dcd30 commit d99bc98

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/vs/platform/environment/common/environment.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,19 @@ export interface IEnvironmentService {
5858

5959
// --- data paths
6060
backupHome: URI;
61-
userHome?: URI;
6261
untitledWorkspacesHome: URI;
6362

6463
// --- misc
6564
disableTelemetry: boolean;
6665

67-
// TODO@sandeep move into node layer
66+
// TODO@sandeep move into node layer (https://github.com/microsoft/vscode/issues/94504)
6867
serviceMachineIdResource?: URI;
6968

69+
/**
70+
* @deprecated use IRemotePathService#userHome instead (https://github.com/microsoft/vscode/issues/94506)
71+
*/
72+
userHome?: URI;
73+
7074
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7175
// NOTE: DO NOT ADD ANY OTHER PROPERTY INTO THE COLLECTION HERE
7276
// UNLESS THIS PROPERTY IS SUPPORTED BOTH IN WEB AND DESKTOP!!!!

0 commit comments

Comments
 (0)