You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iflet service =Self.copilotAuthService {return service }
32
32
letservice=tryGitHubCopilotAuthService()
@@ -56,17 +56,15 @@ struct CopilotView: View {
56
56
} label:{
57
57
Text("Run Node with")
58
58
}
59
-
60
-
VStack{ // workaround a layout issue of SwiftUI
61
-
Text(
62
-
"You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed."
63
-
)
64
-
.lineLimit(nil)
65
-
.fixedSize(horizontal:false, vertical:true)
66
-
.foregroundColor(.secondary)
67
-
}
68
59
}
69
60
61
+
Text(
62
+
"You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed."
63
+
)
64
+
.lineLimit(6)
65
+
.fixedSize(horizontal:false, vertical:true)
66
+
.foregroundColor(.secondary)
67
+
70
68
VStack(alignment:.leading){
71
69
Text("Language Server Version: \(version ??"Loading..")")
0 commit comments