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
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Hi folks,
I have an ok complex project (fsharp and orleans) that I managed to run with devspaces using vscode! It just needs a bit more effort than the usual due to the non standard location of some things! I would want to replicate the config in vs ! I can't figure out how tho!
The structure of the project is:
root:
azds.yaml
charts/etc
secrets.dev.yaml
dockerfile
dockerfile.develop
src
data/ this contains domaindata.fs and fsproj
server/ this contains the webapp (netcore web host)
The docker container knows how to deal with this
and azds.yaml has the following:
@giulioungaretti. Do you happen to have a minimal project structured this way and we could investigate what issues the VS tooling might have with the custom layout. I know by default with a new FS web project in VS we scaffold .csproj in Dockefile.develop as we have only supported c# until now.
Is your feature request related to a problem? Please describe.
Hi folks,
I have an ok complex project (fsharp and orleans) that I managed to run with devspaces using vscode! It just needs a bit more effort than the usual due to the non standard location of some things! I would want to replicate the config in vs ! I can't figure out how tho!
The structure of the project is:
root:
azds.yaml
charts/etc
secrets.dev.yaml
dockerfile
dockerfile.develop
src
The docker container knows how to deal with this
and azds.yaml has the following:
Then I configured vscode like this:
Now I just need to
azds daemon --import azds/azds-vsdbg:15.3@/vsdbg:/vsdbg
in the workspace root and hit f5 in vscode and all is nice!Is there a way to get to the same config in vs?
Thank you
The text was updated successfully, but these errors were encountered: