diff --git a/src/environmentPath.ts b/src/environmentPath.ts index 8e378fdc..ee09b949 100644 --- a/src/environmentPath.ts +++ b/src/environmentPath.ts @@ -69,7 +69,6 @@ export class Environment { this.isOss = /\boss\b/.test(this.context.asAbsolutePath("")); const isXdg = !this.isInsiders && - !!this.isOss && process.platform === "linux" && !!process.env.XDG_DATA_HOME; this.homeDir = isXdg