Skip to content

Instantly share code, notes, and snippets.

View Jarodwr's full-sized avatar
🐛
not much

Jarodwr

🐛
not much
View GitHub Profile
{
"version": "2.0.0",
"tasks": [
{
"label": "run",
"windows": {
"command": "\"C:\\Program Files\\LOVE\\love.exe\" ./",
},
"linux": {
"command": "love $PWD",