Skip to content

Commit

Permalink
bug fix: config is not an instance variable (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Aug 27, 2019
1 parent 1b3fdac commit 41f28d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export async function activate(context: ExtensionContext) {

let config = settings.load()
let pwshPath = config.powerShellExePath
? this.config.powerShellExePath
? config.powerShellExePath
: getDefaultPowerShellPath(getPlatformDetails())

// Status bar entry showing PS version
Expand Down

0 comments on commit 41f28d0

Please sign in to comment.