Skip to content

Commit

Permalink
fix sending share live to studio config option
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Mar 14, 2023
1 parent 88742db commit 49201f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class Setup
needsGitInitialized,
projectInitialized,
pythonBinPath: getBinDisplayText(pythonBinPath),
shareLiveToStudio: false
shareLiveToStudio: getConfigValue(ConfigKey.STUDIO_SHARE_EXPERIMENTS_LIVE)
})
}

Expand Down

0 comments on commit 49201f5

Please sign in to comment.