-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
language: javameta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
It would be nice if we can detect whether SDK required to run the project is pinned in the workspace configuration via Dockerfile instead of using the default workspace image. We could do it by using IDEs to detect SDK configured by projects at runtime and then comparing with one in the workspace image by statically analysing .gitpod.yml/Dockerfile or emulating the workspace using docker and performing detection using IDEs against there.
Metadata
Metadata
Assignees
Labels
language: javameta: staleThis issue/PR is stale and will be closed soonThis issue/PR is stale and will be closed soonteam: IDEtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code