We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6f27d commit 5a4be2cCopy full SHA for 5a4be2c
1 file changed
Extension/src/LanguageServer/client.ts
@@ -1003,7 +1003,8 @@ export class DefaultClient implements Client {
1003
workspaceFolderBasename: this.Name,
1004
workspaceStorage: this.workspaceStoragePath,
1005
execPath: process.execPath,
1006
- pathSeparator: (os.platform() === 'win32') ? "\\" : "/"
+ pathSeparator: (os.platform() === 'win32') ? "\\" : "/",
1007
+ userHome: os.homedir()
1008
};
1009
}
1010
0 commit comments