Adding a .mojo or .🔥file to a magic project
I've created a project using
but how could I add a file to this project / view its directory?
(Using WSL Ubuntu)
Thanks in advance.
2 Replies
You can either use normal linux CLI things (touch, ls, vim, nano, emacs, etc), or you can use vscode with the WSL plugin.
That seems to have worked, thanks!