Open hannesne opened 1 year ago
@hannesne Do you have WSL installed? If so, is the source code cloned in the Windows file system (e.g. C:\...
) or in WSL (/home/hannes/...
)?
I have it in the windows file system. Cloning it into WSL poses other issues, because it insists on opening the root of the repo - I have several projects here that I work on that I want to be the root of the workspace at different times, each with their own specific dev container.
Two questions....
Experiencing something similar on the C# and MSSQL devcontainer, with the VSCode Git changes not automatically refreshing. Files are on my C drive and mounted in the devcontainer.
I don't recall getting a warning when opening it in a devcontainer. I use devcontainers so I don't need to litter my computer with a bunch of .NET SDKs and can quickly update.
@stuartleeks I did receive the warning. Didn't really know what to do with it - I want to keep my files in the c: so that changes I make in the dev container are also visible when i'm working outside a dev container or in a different dev container. My project has several different services in subdirectories off a /src directory, each with it's own dev container.
@stuartleeks I did receive the warning. Didn't really know what to do with it - I want to keep my files in the c: so that changes I make in the dev container are also visible when i'm working outside a dev container or in a different dev container. My project has several different services, each with it's own dev container.
Steps to Reproduce:
tsc --watch
Does this issue occur when you try this locally?: No Does this issue occur when you try this locally and all extensions are disabled?: No