-
- setSelectedEditor(".gitpod.yml")}
- />
- {!!dockerfile && (
- setSelectedEditor(".gitpod.Dockerfile")}
- />
- )}
-
- {editorMessage}
-
}>
- {selectedEditor === ".gitpod.yml" && (
-
- )}
- {selectedEditor === ".gitpod.Dockerfile" && (
-
- )}
-
- {isDetecting && (
-
- {showAuthBanner ? (
-
-
-

-
- No Access
-
-
- Authorize {showAuthBanner.host}{" "}
- {showAuthBanner.scope ? (
- <>
- and grant {showAuthBanner.scope} permission
- >
- ) : (
- ""
- )}{" "}
-
to access project configuration.
-
-
-
-
- ) : (
- <>
-

-
- Detecting project configuration ...
-
- >
- )}
-
- )}
-