❔ Loading static data without Visual Studio
I've got a number of static files (json, csv etc) that I need to make visible to my solution.
On Visual Studio I'd add them as resources and the IDE would take care of everything for me. It doesn't look like that's an option with VSC, though.
What's the idiomatic approach that I should use when developing using Visual Studio Code?
On Visual Studio I'd add them as resources and the IDE would take care of everything for me. It doesn't look like that's an option with VSC, though.
What's the idiomatic approach that I should use when developing using Visual Studio Code?