I am working on a C # project with content files. In MonoDevelop, I can set the Content and Build Action to Copy if Newer . I can do something like this in Visual Studio.
How to do this with Visual Studio Code? I do not open the solution file (I open the directory) and I see nothing in tasks.json or in VSCode, which I can use to configure it.
source share