Closed vishwamartur closed 3 days ago
@vishwamartur submitting untested, unbuildable PRs is not acceptable.
I imagine this is something AI generated judging from the PR description. Every PR you submit must be thoroughly tested before requesting a review.
Related to #1339
Add support for Windows images in Daytona to create workspaces in a Windows environment.
Devcontainer Configuration
ghcr.io/devcontainers/features/windows:1
inhack/project_image/.devcontainer/devcontainer.json
overrideFeatureInstallOrder
to include the new Windows featureServer Configuration
configureCmd
inpkg/cmd/server/configure.go
apiServerConfig
to include Windows image configurationWorkspace Creation
CreateCmd
inpkg/cmd/workspace/create.go
processPrompting
function to handle Windows image optionsProject Configuration
GetProjectsCreationDataFromPrompt
function inpkg/cmd/workspace/util/creation_data.go
ProjectConfigDefaults
to include Windows image defaults