Skip to content

Commit

Permalink
Environment - treat non-OSS instalations on Linux as XDG
Browse files Browse the repository at this point in the history
  • Loading branch information
laloch authored and shanalikhan committed Oct 9, 2018
1 parent 9e287f8 commit 5811d1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/environmentPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5811d1e

Please sign in to comment.