abstracting to engine package

This commit is contained in:
2026-07-28 21:20:47 -07:00
parent fc1c39f4f2
commit 742cfcff6a
5 changed files with 246 additions and 104 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
{ "name": "pkg", "path": "." }
],
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true,
"profiles": [
{
"name": "default",
"checker_path": ["examples/toad", "engine", "assetbake"]
}
]
}