diff --git a/Extension/src/LanguageServer/client.ts b/Extension/src/LanguageServer/client.ts index 0fc8d0780..decbfaca6 100644 --- a/Extension/src/LanguageServer/client.ts +++ b/Extension/src/LanguageServer/client.ts @@ -1003,7 +1003,8 @@ export class DefaultClient implements Client { workspaceFolderBasename: this.Name, workspaceStorage: this.workspaceStoragePath, execPath: process.execPath, - pathSeparator: (os.platform() === 'win32') ? "\\" : "/" + pathSeparator: (os.platform() === 'win32') ? "\\" : "/", + userHome: os.homedir() }; }