I m looking to create a WPF application using VS Code and .net Core 3.1.102 I've an issue with Image , I can't see it..
<Grid>
<Image Source="system-tray.jpg"/>
</Grid>
This issue have been solved for Visual Studio by https://stackoverflow.com/users/2987285/jaykebird his solution was "Make sure the Build Action for your image files in Visual Studio is set to "Resource". But how to set the build Action to 'Resource" with VS Code ?