- To get the code all you need to do is clone the repository with this simple command.
git clone https://github.com/H4shtagInclude/SEGA_VSCode_Template_Portable.git --recursive
-
If you get an error like...
'git' is not recognized as an internal or external command, operable program or batch file.
you most likely need to install git either by going to Git for Windows or using the Chocolatey Package Manager
If you are of the special type, you can also use Winget- Installing git with Chocolatey
choco install git
- Installing git with Winget
winget install git
- Installing git with Chocolatey
This is quite simple, just open up Visual Studio Code and press Control + K or Control + O
to open a directory or File > Open Folder
.
You will get a prompt asking if the directory is safe to open, click Yes, I trust the authors.
This can be changed later
Now you've got a temporary workspace, you can save it by going to File > Save Workspace As...
Emphasis on the word "Program" as the SGDK can be used for more than Game Development.
To instantly build your program just press Control + Shift + B
or Terminal > Run Build Task