VS Code IDE Integration

Hi,

In an attempt to facilitate IDE integration between Ignition inside a container and VS Code IDE from my local system, I am able to edit the python scripts, but after saving the changes, the project disappears from Ignition yet the project folder is present inside the file system of the container. It's like Ignition lost access to its project folder from where I executed that remote edit. Any inputs or ideas on what could have happened as well as any possible fixes?

Here, Kubernetes is used for managing containers and I am using Remote SSH VS Code extension to facilitate remote SSH connection between my local system and the Ignition containers.

I suspect that the native access permission of Ignition to its project folders might have got tampered by the edit, thus making Ignition lose access to the project folder.