fix: delete unused .vscode

Clear some unused file
This commit is contained in:
Bobby Rafael
2025-07-10 16:33:00 +07:00
parent 8c3b0a100b
commit 69d8aa3223
3 changed files with 0 additions and 18 deletions

View File

@ -1,5 +0,0 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}

10
.vscode/launch.json vendored
View File

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

View File

@ -1,3 +0,0 @@
{
"dotnet.preferCSharpExtension": true
}