mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-12 17:03:55 -07:00
feat: Add dynamic provider loader with improved error handling
- Create provider-loader.ts with function-based dynamic import functionality - Update CloudRunner.setupSelectedBuildPlatform to use dynamic loader for unknown providers - Add comprehensive error handling for missing packages and interface validation - Include test coverage for successful loading and error scenarios - Maintain backward compatibility with existing built-in providers - Add ProviderLoader class wrapper for backward compatibility - Support both built-in providers (via switch) and external providers (via dynamic import)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"files.autoSave": "on",
|
||||
"files.autoSaveWhen": "on",
|
||||
"files.autoSaveDelay": 1000,
|
||||
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnType": false,
|
||||
|
||||
"editor.codeActionsOnSave": {},
|
||||
|
||||
"git.autorefresh": false,
|
||||
"git.confirmSync": false,
|
||||
"git.autofetch": false,
|
||||
|
||||
"editor.defaultFormatter": null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user