(type: string, adapter: PluginWorkspaceAdapter)
| 153 | directory: ctx.directory, |
| 154 | experimental_workspace: { |
| 155 | register(type: string, adapter: PluginWorkspaceAdapter) { |
| 156 | registerAdapter(ctx.project.id, type, adapter as WorkspaceAdapter) |
| 157 | }, |
| 158 | }, |
| 159 | get serverUrl(): URL { |
| 160 | return Server.url ?? new URL("http://localhost:4096") |
nothing calls this directly
no test coverage detected