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
PythonExtension.headless =PythonExtension.headless | (em match {
76
76
casewem: WorkspaceExtensionManager=>
77
77
wem.workspace match {
78
78
caseaw: AbstractWorkspaceif aw.isHeadless =>
@@ -84,26 +84,25 @@ class PythonExtension extends api.DefaultClassManager {
84
84
85
85
case _ =>
86
86
false
87
-
}
87
+
})
88
88
89
-
valextraProperties:Seq[ConfigProperty] = {
90
-
if (headless) {
91
-
Seq()
92
-
} else {
93
-
valpy2Message=s"It is recommended to use Python 3 if possible and enter its path above. If you must use Python 2, enter the path to its executable folder below."
valpy2Message=s"It is recommended to use Python 3 if possible and enter its path above. If you must use Python 2, enter the path to its executable folder below."
0 commit comments