Skip to content

Commit

Permalink
Merge pull request #3219 from continuedev/pe/enable-osr-mac
Browse files Browse the repository at this point in the history
fix: enable OSR for non-mac users after validations
  • Loading branch information
Patrick-Erichsen authored Dec 6, 2024
2 parents 44bc6eb + db77b50 commit 686fab8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@ class ContinueExtensionConfigurable : Configurable {
* it's a simple integer without dot notation, making it easier to compare.
*/
private fun shouldRenderOffScreen(): Boolean {
// With the 0.0.77 release, non-Mac users have been reporting issues with paste functionality
// in the browser. Disabling OSR for all non-Mac users for now.
if (!SystemInfo.isMac) {
return false
}

val minBuildNumber = 233
val applicationInfo = ApplicationInfo.getInstance()
val currentBuildNumber = applicationInfo.build.baselineVersion
Expand Down

0 comments on commit 686fab8

Please sign in to comment.