Allow people to use VSCode to contribute (not that I expect any to lol)

This commit is contained in:
2025-06-03 19:46:32 -07:00
parent 6e99e374b4
commit 3a223d5baf
3 changed files with 85 additions and 0 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}