starship working

This commit is contained in:
EthanShoeDev
2025-09-24 21:46:55 -04:00
parent 8cc5d0139f
commit fffd993542
5 changed files with 99 additions and 13 deletions

10
.vscode/settings.json vendored
View File

@@ -55,5 +55,13 @@
],
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
},
"json.schemas": [
{
"fileMatch": ["**/*.jsonc"],
"schema": {
"allowTrailingCommas": true
}
}
]
}