Adds support for editing files within running containers#2671
Adds support for editing files within running containers#2671philliphoff merged 6 commits intomainfrom
Conversation
Since it doesn't allow editing of Windows containers, I wouldn't say the issue is completely resolved, though we could close this issue and open a investigatory issue for extending support to Windows containers (if and when I can actually get that to work). |
Personally I would not shed any tears for ignoring Windows container support for file editing (or files at all for that matter, but you at least got read working). I guess I'd vote for opening a separate issue and dumping it in the Future milestone until users express interest. |
|
Sounds good to me; opened #2675. |
Implements the
writeFile()method of our containerFileSystemProviderwhich allows VS to write changes made to in the editor back to the container.Related to #2465.