提交 d99bc983 编写于 作者: B Benjamin Pasero

debt - deprecate IEnvironmentService#userHome (#94506)

上级 33dcd302
......@@ -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!!!!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册